search for: sdformat

Displaying 1 result from an estimated 1 matches for "sdformat".

Did you mean: fdformat
2008 Dec 06
0
syslinux 3.72 fails where 3.71 didn't
I have written a bash script (see below) to generate bootable SD-USB images using syslinux as booter. The script works OK with versions 3.63 and 3.71, but I get a null pointer error executing /tmp/$SYSLINUX/linux/syslinux -sf -o 16384 SD.img in 3.72. If you execute $ sudo sh SDformat.sh sys then you can test the image easily with qemu $ qemu -hda SD.img ++++++ SDformat.sh ++++++++++++++++++++ #!/bin/bash # SDformat.sh fs # makes a bootable disk file image # formated with one big fs partition # fs = iso | sys | ext | zip # iso is iso9660 (CD) # sys is vf...