search for: rescue64

Displaying 7 results from an estimated 7 matches for "rescue64".

Did you mean: rescue
2012 Sep 04
1
ifcpu64.c32 not working properly when used in a menu include file
The following is a pxelinux problem, specifically to do with including 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...
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.
...cd-2.4.1/rescuecd INITRD /sysrcd-2.4.1/initram.igz APPEND subdir=sysrcd-2.4.1 scandelay=1 dostartx TEXT HELP Boot standard 32bit kernel and start the XFCE graphical environment directly. You can also get in this environment by typing "startx" from the console. ENDTEXT LABEL rescue64_std MENU LABEL 6) SystemRescueCd: 64bit kernel with default options LINUX /sysrcd-2.4.1/rescue64 INITRD /sysrcd-2.4.1/initram.igz APPEND subdir=sysrcd-2.4.1 scandelay=1 TEXT HELP Boot standard 64bit kernel with default options (should work on 64bit CPU) A 64bit kernel is required if y...
2008 Apr 30
1
help text key F10 in pxelinux > 3.61
Hi, i have a strange problem since pxelinux 3.62 with the F10 help key. I configured this: DISPLAY pxelinux.cfg/schlunix_new.txt F1 pxelinux.cfg/helps/schlunix F2 pxelinux.cfg/helps/schlunix64 F3 pxelinux.cfg/helps/rescue F4 pxelinux.cfg/helps/rescue64 F5 pxelinux.cfg/helps/stress F6 pxelinux.cfg/helps/stress64 F7 pxelinux.cfg/helps/dosimages F8 pxelinux.cfg/helps/mailsystem F9 pxelinux.cfg/helps/mailsystem64 F10 pxelinux.cfg/schlunix_new.txt F11 pxelinux.cfg/helps/ox64 F12 pxelinux.cfg/schlunix_new.txt If i press F10, the pxelinux try to get &q...
2013 Jul 26
1
Syslinux 6.01 PXE tftp problem
Hey, i'm using latest Syslinx 6.01 and try to get the linux kernel booted via tftp in EFI mode. My menu entry: LABEL rescue64 MENU LABEL ^1. 64-Bit Rescue-System - wheezy - 3.10.2 LINUX /rescue/dev-64/vmlinuz INITRD /rescue/dev-64/initramfs.cpio.gz APPEND ... If i select the entry i get: "Bad file number!". Over http it works like a charm. With the pxelinux.0 it works via tftp but not over http. Do an...
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
...//****/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://****/sysrcd.dat In trying to diagnose the problem, I also discovered that pwd.c32 and ls.c32 do not work either. This is what I see when using them: boot: pwd : : boot: ls Unable to read directory:...