Displaying 1 result from an estimated 1 matches for "rescue1".
Did you mean:
rescue
2005 Oct 25
1
extlinux chain32 and USB Pen Drives
...reading the list archives, the 'booting' drive should be hd0 - so I
should append hd0 4 to chain to the fourth partition of the 'current'
drive? I'm using syslinux-3.11 built from the tar packages. The
extlinux.conf from partion 1 is:
DEFAULT menu.c32
PROMPT 0
LABEL rescue1
MENU LABEL Rescue1
KERNEL chain.c32
APPEND hd0 4
LABEL rescue2
MENU LABEL Rescue2
KERNEL chain.c32
APPEND hd0 3
The extlinux.conf in partition 4 has:
DEFAULT testme1
LABEL testme1
KERNEL ./vmlinuz-2.6.9-1
APPEND initrd=./minirt26usb-fc3.gz blah blah
Any help would be...