[syslinux] EXTLINUX 3.07 - trouble with extlinux.conf

H. Peter Anvin hpa at zytor.com
Tue Mar 1 13:27:35 PST 2005


Wojciech Ściesiński wrote:
> 
> My extlinux.cfg is
> 
> timeout 0
> default vmlinuz
> append loadramdisk=1 initrd=initrd ramdisk_blocksize=4096 root=/dev/rd/0
> ramdisk_size=262144 splash=silent vga=791
> display thinstation.txt
> 

If you have initrd=initrd, then it will expect to find the initrd and 
other files in /boot/extlinux/initrd.  You need to make it /boot/initrd 
since that's where your files are, OR make a hard link into /boot/extlinux.

	-hpa




More information about the Syslinux mailing list