Sunday, January 4, 2009
BackUp and Restore MBR after Windows messes it up
Posted on 11:39 AM by Unknown
Just another note about restoring the boot loader for dual boot systems, after Windows messes it up. In Linux, the “dd” command can read and write to/from raw disks and files. If you have a floppy drive, creating a boot disk is as simple as putting a floppy in the drive and typing this:[You need to use "root" account to do following]# dd if=/dev/hda of=/dev/fd0 bs=512 count=1This makes an exact
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment