Re: Grub booting Win
- From: Douglas Mayne <doug@xxxxxxxxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 14:06:07 -0700
On Wed, 28 Feb 2007 14:36:42 -0600, Dave Brown wrote:
I had a drive that had Win2k installed in the first partition
when it was the first IDE drive.
I had to move that drive to another slot in the IDE scheme, but
figured Grub could still boot it; (I have another Win2k now
installed on the first IDE drive.) So I did the grub menu like
this:
title Windows 2000
unhide (hd0,0)
hide (hd1,0)
rootnoverfy (hd0,0)
makeactive
chainloader +1
title Windows 2000 on Bay Drive
hide (hd0,0)
unhide (hd1,0)
rootnoverify (hd1,0)
makeactive
chainloader +1
But when I choose the "Win2k on the Bay Drive", I still get
the Win2k on the first drive. (I'm suspecting there's
something in the boot sector of the partition that still
says to boot the first IDE drive.) What's the best fix?
Consider using map.
title Windows 2000 on Bay Drive
map (hd1) (hd0)
map (hd0) (hd1)
unhide (hd0,0)
hide (hd1,0)
rootnoverify (hd0,0)
makeactive
chainloader +1
--
Douglas Mayne
.
- References:
- Grub booting Win
- From: Dave Brown
- Grub booting Win
- Prev by Date: Grub booting Win
- Next by Date: Does tar have list files or option files?
- Previous by thread: Grub booting Win
- Next by thread: Does tar have list files or option files?
- Index(es):
Relevant Pages
|