Bootsector HD
Bootsector HD
The requirements for a bootsector that's installed on a harddrive are the same as those for a bootsector on a
floppy:
Now, the BIOS(Basic Input Output Sytem) will look only on the first harddrive for a bootsector(most BIOSes
do this, though apperently some allow you to chose which harddrive to look on) so we need to copy our
bootsector to the first harddrive. In Linux, the first harddrive is /dev/hda and in PartCopy, it is h0.
We start at the very beginning of the first harddrive(the first harddrive is specified with the -h0) and continue
to the 512 byte mark(512 bytes = 0x200).
Before you do that, you might want to back up the old bootsector so that you can restore it. The command
below saves the old bootsector into a file called oldboot.bin:
Before you do that, you might want to back up the old bootsector so that you can restore it. The command
below saves the old bootsector into a file called oldboot.bin:
1 of 1