Displaying 2 results from an estimated 2 matches for "slack_kernel".
Did you mean:
slab_kernel
2011 Jun 04
2
Completely disable local keyboard input in Syslinux / Extlinux?
...t prompt, with this
extlinux.conf:
serial 0 9600 0
console 0
default huge.s
prompt 0
timeout 0
say Booting Linux ...
label huge.s
kernel bzImage
append initrd=initrd.img e100.eeprom_bad_csum_allow=1
earlyprintk=ttyS0,9600 console=ttyS0,9600 load_ramdisk=1
prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s
Note "console 0" to prevent writing to the emulated video output.
As soon as I enable prompting (with a timeout), using the extlinux.conf
below, ...
serial 0 9600 0
console 0
default huge.s
prompt 1
timeout 100
say Booting Linux ...
label huge.s
kernel bzImage
append init...
2014 Nov 10
4
Boot fails in a VMware player VM - syslinux 6.03
...ere is the beginning of /EFI/BOOT/syslinux.cfg:
-------------------------
default 05
prompt 1
timeout 1200
display message.txt
FONT ter_i16v.psf
F1 message.txt
F2 f2.txt
F3 f3.txt
label speakup.s
kernel bzImage
append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 nomodeset SLACK_KERNEL=huge.s LANG=en_US.utf8
label memtest
kernel /kernels/memtest/memtest
label 04
kernel bzImage
append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 SLACK_KERNEL=huge.s LANG=nl_NL.utf8
label 04n
kernel bzImage
append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 rw p...