On Wed, 15 Dec 2010 21:58:00 +0100
"Hans Kaper" <[email protected]> wrote:

>       drivemap -s (hd0) ${root}

Bing! Right out of the box! This was the line I needed. If I understand
it correctly it makes grub pretend to windows that it is on the first
hard disk. It's described here:
http://www.gnu.org/software/grub/manual/html_node/drivemap.html
This works for me:

menuentry "Windows" {
  set root=(hd1,1)
  drivemap -s (hd0) ${root}
  chainloader +1
}

Thanks for your help.

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to