Displaying 6 results from an estimated 6 matches for "setkmap".
Did you mean:
set_map
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the
bottom are dropping off. I seem to be limited to 12 items. Is there a
limit to how many items can be on the simple menu?
default pxelinux.cfg/menu.c32
prompt 0
MENU TITLE UWSP PXE Boot Menu
# TIMEOUT 200
LABEL bartpe
MENU LABEL Build 12
KERNEL /STARTROM.0
APPEND keeppxe
LABEL 11dnet
MENU LABEL Build 11DNET beta
2011 Aug 17
3
Live linux booting
I have a need to have a live Linux (Debian or sysrescued ) to boot off a hard-drive so that the
hard-drive ends up umounted after boot. (for running partimage ).
I've gone down the memdisk iso route and read about the issues there - I've seen a way to do this by
mounting over nfs (messy) - but I want to do this without the network.
I'm thinking that there should be a way to loop
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
...fcpu.c32
APPEND 64 -- rescuecd64 -- rescuecd32
LABEL rescuecd32
MENU LABEL System Rescue 32-bit
MENU INDENT 4
MENU HIDE
TEXT HELP
* Boots System Rescue 3.4.2 in 32-bit
ENDTEXT
KERNEL http://****/rescue32
INITRD http://****/initram.igz
APPEND rescue32 nomodeset vga=791 scandelay=1 setkmap=us netboot=http://****/sysrcd.dat
LABEL rescuecd64
MENU LABEL System Rescue 64-bit
MENU INDENT 4
MENU HIDE
TEXT HELP
* Boots System Rescue 3.4.2 in 64-bit
ENDTEXT
KERNEL http://****/rescue64
INITRD http://****/initram.igz
APPEND nomodeset vga=791 scandelay=1 setkmap=us netboot=http...
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello,
Long story short, example config:
### cut
UI vesamenu.c32
MENU TITLE Multiboot USB
MENU BACKGROUND #00000000
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU BEGIN
MENU TITLE System Rescue CD 2.4.1
INCLUDE sysrcd-2.4.1.conf
MENU END
MENU BEGIN
MENU TITLE
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
...e-Settings) will be disabled.
This mode is useful only if you want to work in console mode
ENDTEXT
LABEL rescuecd_us
MENU LABEL 4) SystemRescueCd: do not ask for keyboard, use US keymap
LINUX /sysrcd-2.4.1/rescuecd
INITRD /sysrcd-2.4.1/initram.igz
APPEND subdir=sysrcd-2.4.1 scandelay=1 setkmap=us
TEXT HELP
Boot standard 32bit kernel and use the keymap for american keyboards
This way it will not prompt for the keymap during the boot process
ENDTEXT
LABEL rescuecd_xorg
MENU LABEL 5) SystemRescueCd: directly start the graphical environment
LINUX /sysrcd-2.4.1/rescuecd
INITRD...
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
...ocalboot 0x00
label o
localboot -1
label 0
localboot 0x80
label 1
kernel winpe.bin
label 2
kernel memdisk
append initrd=dosde.imz
label 4
kernel memdisk
append initrd=dosde2.imz
label 3
kernel /i386/linux/vmlinuz-2.4.25
append initrd=/i386/linux/initrd acpi=off root=/dev/ram0
init=/linuxrc setkmap=us vga=788
label P
kernel /isolinux/ntpasswd/vmlinuz
append rw vga=1 init=/linuxrc
initrd=/isolinux/ntpasswd/initrd.gz root=/dev/ram0 source=/dev/cdrom/0
label p
kernel /isolinux/ntpasswd/vmlinuz
append rw vga=1 init=/linuxrc
initrd=/isolinux/ntpasswd/initrd.gz root=/dev/ram0 source=/dev/cdrom/...