Displaying 2 results from an estimated 2 matches for "hd32".
Did you mean:
hd2
2009 Dec 07
3
[gPXE] Chain Grub4Dos over HTTP?
Cross-posting to the Syslinux mailing-list.
Joakim Schicht wrote:
> But part of the question is also about "memdisk raw" vs "memdisk iso".
"raw" and "iso" are not mutually exclusive. I think that perhaps you
meant "HDD versus El Torito emulation." One can do:
LABEL ramwin
KERNEL memdisk
APPEND raw iso
INITRD ramwin.iso
> Lets say
2011 Dec 21
0
Trying to chainload from Syslinux to Grub with a custom config file
...eofimage.lst looks like this:
default 0
timeout 0
color NORMAL HIGHLIGHT HELPTEXT HEADING
foreground=FFFFFF
background=000000
title Name of Image
find --set-root --ignore-floppies --ignore-cd /directory/ISOS/nameofimage.iso
map --heads=0 --sectors-per-track=0 --mem /shrescue/ISOS/nameofimage.iso (hd32)
map --hook
root (hd32)
chainloader (hd32)
Am I doing something incorrectly? Do I have some syntax off somewhere?
I would really appreciate hearing any thoughts you all may have.
Thank you!
- Woody