Skip to content

Commit

Permalink
diag/mbr/README: consistent docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geneC committed Mar 10, 2011
1 parent 0b298f8 commit 17c160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag/mbr/README
Expand Up @@ -7,7 +7,7 @@ handoff.bin Show the data that the BIOS/MBR hands off to an MBR/VBR.

Writing out an MBR is straight forward (it is assumed below that /dev/hda is the target raw device and /dev/hda1 is the target partition):

dd bs=440 conv=notrunc count=1 if=mbr.bin of=/dev/hda
dd conv=notrunc bs=440 count=1 if=mbr.bin of=/dev/hda

Writing a VBR to match Syslinux requires more work as it must have a jump and be offset into the partition:

Expand Down

0 comments on commit 17c160c

Please sign in to comment.