Displaying 1 result from an estimated 1 matches for "grub3".
Did you mean:
grub
2011 Mar 19
1
Dual-booting VMware and chainbooting GRUB
...that did not work.
Here's the syslinux.cfg:
DEFAULT linux
PROMPT 1
TIMEOUT 50
LABEL linux
COM32 chain.c32
APPEND hd1
LABEL grub
COM32 chain.c32
APPEND hd1 1 grub=/grub/stage2 grubcfg=/grub/grub.conf
LABEL grub2
COM32 chain.c32
APPEND fs grub=stage2.dat grubcfg=menu.lst
LABEL grub3
COM32 chain.c32
APPEND hd0 4 grub=stage2.dat grubcfg=menu.lst
LABEL vmware
COM32 safeboot.c32
None of the above works except the VMware. Chainloading hd1 ("linux")
ends with no new messages, nothing happening. System is not locked up
though, ctlr-alt-del reboots it. Same happens...