Hi - I am trying to make a centos 5.2 x86_64 boot USB device for installation. I copied the centos 5.2 x86_64 DVD to a USB pen drive formatted for FAT32. I then ran syslinux -sf /dev/sdc1 to get it to boot. I mounted it, and did cp isolinux/vmlinuz . cp isolinux/isolinux.cfg syslinux.cfg then setup the MBR. THe device booted but I got an error message about unknown command in the syslinux.cfg file. Isnt syslinux and isolinux compatible - they are in the same package? All these commands below look correct from the syslinux.cfg file. What is syslinux.cfg not liking? I am surprised the error message didnt give a line number or some HINT as to where the issue was. Jerry ---------- default linux prompt 1 timeout 600 display boot.msg F1 boot.msg F2 options.msg F3 general.msg F4 param.msg F5 rescue.msg label linux kernel vmlinuz append initrd=initrd.img label text kernel vmlinuz append initrd=initrd.img text label ks kernel vmlinuz append ks initrd=initrd.img label local localboot 1 label memtest86 kernel memtest append -
Jerry Geis wrote:> THe device booted but I got an error message about unknown command in > the syslinux.cfg file. > > Isnt syslinux and isolinux compatible - they are in the same package? > All these commands below look correct from the syslinux.cfg file.Your config file didn't error here on syslinux-3.71-12-ga19312b. Which version do you use? - Sebastian
> > Jerry Geis wrote: > > >/ THe device booted but I got an error message about unknown command in > />/ the syslinux.cfg file. > />/ > />/ Isnt syslinux and isolinux compatible - they are in the same package? > />/ All these commands below look correct from the syslinux.cfg file. > / > Your config file didn't error here on syslinux-3.71-12-ga19312b. > Which version do you use? > > - Sebastian >Centos 5.2 is using syslinux 3.11-4 Jerry
Jerry Geis wrote:> default linux > prompt 1 > timeout 600 > display boot.msg > F1 boot.msg > F2 options.msg > F3 general.msg > F4 param.msg > F5 rescue.msg > label linux > kernel vmlinuz > append initrd=initrd.img > label text > kernel vmlinuz > append initrd=initrd.img text > label ks > kernel vmlinuz > append ks initrd=initrd.img > label local > localboot 1Try to remove the "local" label. doc/syslinux.txt says "LOCALBOOT type [ISOLINUX, PXELINUX]" so it's not available on syslinux. Not sure if it prints any config file parsing errors on ancient syslinux version tho.> label memtest86 > kernel memtest > append -- Sebastian