[syslinux] Dummy question on Syslinux and MBR

Marc Haisenko haisenko at webport.de
Wed Dec 22 09:53:38 PST 2004


On Wednesday 22 December 2004 08:34, Paolo Salvan wrote:
> Hi,
>
> I've seen that syslinux does include also a MBR record.
>
> But how can I install it on a HD? And how can I backup the previous MBR?
>
> bye!

With Linux:
dd if=/dev/hda of=mbr.backup bs=512 count=1
dd if=mbr.bin of=/dev/hda bs=512 count=1

Replace /dev/hda with the device of which you'd like to backup/write the MBR. 
And don't do something like /dev/hda1, that would be wrong !

With Windows:
No idea if it's possible to do something like this at all :-)

C'ya,
	Marc
-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko at webport.de




More information about the Syslinux mailing list