[syslinux] installing syslinux on a fresh system (SATA)

Mattias Schlenker ms at mattiasschlenker.de
Tue Jan 14 10:34:50 PST 2014


Am 14.01.2014 17:48, schrieb Mau Z:
>   
>
> prompt 1
> DEFAULT linux
> LABEL linux
> SAY Now booting my first extlinux
> KERNEL /bzImage
> APPEND ro root=/dev/sda1
>
> but I got the same results........
>

 1. Use "LINUX" instead of "KERNEL" to specify that a linux kernel
    should be booted
 2. "LINUX" or "linux" now should be treated as a reserved word (because
    of 1.)


So, this might work better:

prompt 1
DEFAULT lnx
LABEL lnx
SAY Now booting my first extlinux
LINUX /bzImage
APPEND ro root=/dev/sda1


Regards,
Mattias

-- 
Mattias Schlenker - Redaktion + EDV-Beratung + Linux-CD/DVD-Konzepte
August-Bebel-Str. 74 - 04275 LEIPZIG - GERMANY

Bitte fuer geschaeftliche Telefonate vorzugsweise die VoIP-Telefonnummer
+49 341 39290767 verwenden, da ich diese aufs Mobiltelefon routen kann!



More information about the Syslinux mailing list