On Mon, 12 Nov 2007 09:52:49 -0800 (PST)
maxim wexler <[EMAIL PROTECTED]> wrote:

> grub.conf:
> 
> #XP
> title=XP
> rootnoverify (hd0,0)
> map (hd1)(hd0) 
> makeactive     
> chainloader +1
> boot
> 
> (I used one 'map' command following Dan Farrell's
> model but using two made no difference)

notice in my XP section I do
rootnoverify (hd1,0)
map (hd1) (hd0)

so the root is on the second hard drive in grub, but windows doesn't
know about the SATA controller and so must be 'tricked' into thinking
its on the first hard drive.  

In your grub.conf, you say the root is on (hd0,0) but then remap (hd1)
as (hd0).  Whereas the root partition for windows boot in my case is
the first hard drive listed after 'map', yours is the second  I suggest
you reverse this.  
-- 
[EMAIL PROTECTED] mailing list

Reply via email to