lugoteehalt
01-30-2008, 12:23 PM
Windows 98 would not boot on dual boot system due to fiddling about with msdos fdisk.
Restored the master boot record, MBR, and it worked.
This from memory:
Backup MBR with:
dd if=/dev/hda of=MBR-backup bs=512 count=1
Restore the MBR by simply swopping the if and of bits.
Restored the master boot record, MBR, and it worked.
This from memory:
Backup MBR with:
dd if=/dev/hda of=MBR-backup bs=512 count=1
Restore the MBR by simply swopping the if and of bits.