On 2007-04-17 06:35, Mike McCallister wrote:
> On Sunday 15 April 2007 11:50, Rajko M. wrote:
>   
>> <snip>
>>> title Windows
>>>     rootnoverify (hd0,0)
>>>     chainloader (hd1,0) +1
>>>       
>> title Windows
>>       map (hd0) (hd1)
>>       map (hd1) (hd0)
>>       rootnoverify (hd1,0)
>>       makeactive
>>       chainloader +1
>>     
>
> Thanks, Rajko. Progress made, but no resolution yet. I added the suggested 
> lines to the Windows entry of menu.lst and rebooted. When I selected Windows 
> from the Grub graphical menu, a second, non-graphical Grub menu appeared. I 
> selected Windows again and nothing happened. Selected openSUSE and booted 
> normally.
>
> Are there really two map lines, or should I try one, then the other?

Is that XP? If so, you should not need to remap the drives at all. Where
was it originally installed? To the first partition on the second drive?
(D: in Windows-speak). If so, then your Windows section should read:

rootnoverify (hd1,0)
chainloader (hd1,0) +1

If it was installed to C: instead (which I presume is the first
partition of the first drive), then this should read:

rootnoverify (hd0,0)
chainloader (hd0,0) +1

You can add "makeactive" between the two lines if you wish, but unless
you are also booting a DOS-like OS (eg. Win98), it is absolutely
unnecessary to do so. XP (or 2K) should already have made the partition
active when you installed that.

-- 
Moral indignation is jealousy with a halo. -- HG Wells

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to