[syslinux] Dummy question on Syslinux and MBR

H. Peter Anvin hpa at zytor.com
Tue Dec 28 12:02:49 PST 2004


Patrick J. LoPresti wrote:
> 
>>dd if=mbr.bin of=/dev/hda bs=512 count=1
> 
> ...but that clobbers the partition table, which lives in the bytes
> following the 446-byte MBR in the first sector.

It actually doesn't if mbr.bin is short enough.  However, a better thing 
is to do:

dd if=mbr.bin of=/dev/hda bs=446 count=1

	-hpa




More information about the Syslinux mailing list