Grub not opening Windows
Nils Kassube
kassube at gmx.net
Sat Jul 4 11:17:42 UTC 2009
Dotan Cohen wrote:
> On a new install of Kubuntu 9.04 dual booting with WIndows, the user
> cannot boot Windows. The system has two hard drives: Windows on sda
> and Kubuntu on sdb. When I performed the install the BIOS was set to
> boot from sda, but as Kubuntu and Grub installed to sdb I changed the
> BIOS to boot from sdb. Now after I made the BIOS change when the user
> selects Windows from grub the "Starting Up..." Windows message sits
> there for hours, he never gets to the Windows splash screen. If he
> presses Enter then he sees a message about his network card looking
> for a DHCP server.
I'm not a grub expert but I suppose there is an entry in
/boot/grub/menu.lst like this:
title Windows
root (hd 0,0)
savedefault
makeactive
chainloader +1
The line "root (hd 0,0)" tells grub to use the first partition of the
first disk. If you change it to "root (hd 1,0)" it should boot from the
first partition of the second disk instead. I don't know if Windows will
like booting from the second disk, though.
Nils
More information about the ubuntu-users
mailing list