search for: rescue32

Displaying 4 results from an estimated 4 matches for "rescue32".

2012 Sep 04
1
ifcpu64.c32 not working properly when used in a menu include file
...uding config files with the menu include directive and the ifcpu64.c32 com module. I have a working ifcpu64.c32 setup that jumps to the label rescue64 in the case of a 64-bit CPU. The label "rescue64" defines a 64-bit kernel and a 64-bit initrd.img. The setup jumps to a label named "rescue32" in the case of a 32-bit CPU, which is also a label, this time defining a 32-bit vmlinuz and a 32-bit initrd.img/userland. It looks more or less like the following: # rescue_dev LABEL rescue IPAPPEND 2 MENU LABEL ^rescue (Auto-detect CPU type) KERNEL ifcpu64.c32 APPEND rescue64 -- re...
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.
...or hotsel 1;7;37;40 #FF000000 #FFC0C0C0 all MENU color tabmsg 1;31;40 #FFFFFF00 #00000000 std MENU color help 1;31;40 #FFFFFFFF #00000000 none LABEL rescuecd_std MENU LABEL 1) SystemRescueCd: default boot options KERNEL ifcpu64.c32 APPEND rescue64 scandelay=1 subdir=/sysrcd-3.7.1 -- rescue32 scandelay=1 subdir=/sysrcd-3.7.1 subdir=sysrcd-3.7.1 TEXT HELP Boot standard kernel with default options (should always work). You should use this entry if you don't know which one to use. You can press [TAB] and add extra boot options after rescue32 or/and rescue64 if required ENDTEXT LABEL r...
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
...MENU INDENT 4 MENU PASSWD TEXT HELP * Boots System Rescue 3.4.2 ENDTEXT KERNEL ifcpu.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 INIT...