Anyone know a work around for this particular annoyance?
I use EasyBCD (NeoGrub) to sucessfully multiboot 7x64, BT3 & BT4.
Unfortunately BT4 hangs at the end with the message:
"Warning: unable to open an initial console"
My menu.lst is as follows:
timeout 5
default 0
title Backtrack 3
rootnoverify (hd0,1)
kernel /boot/vmlinuz root=/dev/sda2 ro
boot
title Backtrack 4
rootnoverify (hd0,1)
kernel /boot/vmlinuz root=/dev/sda3 ro
boot


