[syslinux] Linux syslinux-3.72 does not update boot block for SD devices

Jim Fridlund jim at code4fun.us
Sat Oct 25 16:11:22 PDT 2008


I see what you mean. I stepped through it with the debugger and I see  
syslinux trying to write to the mbr by invoking xpwrite() function  
which calls the pwrite() system call. The system call returned 512  
bytes, but reading back still showed the old values. Again, thanks for  
the help!
--
Jim

On Oct 25, 2008, at 2:12 PM, H. Peter Anvin wrote:
>
> dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdb bs=440 count=1
>
> The reason this isn't automatic is that this is sometimes not possible
> under Linux.
>
> 	-hpa
>




More information about the Syslinux mailing list