Displaying 2 results from an estimated 2 matches for "dokeymap".
Did you mean:
nokeymap
2008 Jul 07
0
Problems booting syslinux off of USB flash drive with dell Intel D815EEA
...oot prompt, I receive:
---
Invalid or corrupt kernal image.
---
The syslinux.cfg in question is:
---
default gentoo
timeout 150
prompt 1
display boot.msg
F1 kernels.msg
F2 F2.msg
F3 F3.msg
F4 F4.msg
F5 F5.msg
F6 F6.msg
F7 F7.msg
label gentoo
kernel gentoo
append root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs
loop=/image.squashfs cdroot initrd=gentoo.igz vga=791
label gentoo-nofb
kernel gentoo
append root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs
loop=/image.squashfs cdroot initrd=gentoo.igz
label memtest86
kernel memtest
---
All newlines are duplicated exactly. A...
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
...------------------------------
default menu.c32
timeout 50
prompt 0
ontimeout local
menu title "TITLE"
label livecd
menu default
manu label "LiveCD"
kernel gentoo
append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs dokeymap cdroot vga=791 splash=silent,theme:livecd-2005.1 CONSOLE=/dev/tty1 quiet
label local
menu label "Boot from harddrive"
LOCALBOOT -1
-------------------------------------------
Now if I let it timeout, it just reloads the menu and starts the countdown over again.
By choosin...