[syslinux] Replace grub with extlinux

H. Peter Anvin hpa at zytor.com
Tue Aug 10 14:42:31 PDT 2010


On 08/10/2010 02:26 PM, Face wrote:
> 
> cat /boot/grub/grub.cfg look like this
> 
> menuentry "GNU/Linux, with Linux 2.6.34" --class gnu-linux --class gnu
> --class os {
>       insmod ext2
>       set root='(hd0,1)'
>       search --no-floppy --fs-uuid --set 0829d529-e526-43ce-a65e-321d7e0a3e03
>       echo Loading Linux 2.6.34 ...
>       linux /boot/vmlinux-2.6.34 root=/dev/sda1 ro
> }
> 
> 
> i looked for  initrd  /initrd* line but could not find any
> 

Then you don't need one.

	-hpa




More information about the Syslinux mailing list