Dualbooting Win7 and Gentoo, error
Posted
by Tommy Jakobsen
on Super User
See other posts from Super User
or by Tommy Jakobsen
Published on 2009-11-08T15:57:08Z
Indexed on
2010/03/28
0:03 UTC
Read the original article
Hit count: 351
Hello
I'm trying to setup a dualboot with Gentoo Linux and Windows 7.
Heres my partitions:
/dev/sda1 /boot partition, ext2
/dev/sda2 win7 partition, ntfs
/dev/sda3 swap partition, linux swap
/dev/sda4 root partition, btrfs
Using Grub, I can boot into Gentoo, but when I'm choosing to boot Windows 7, nothing happens. It just writes the Grub options for that choice, and then it hangs.
grub.conf:
default 0
timeout 30
title Gentoo
root (hd0,0)
kernel /boot/kernel-x86_64-2.6.31 root=/dev/sda4
title Windows
rootnoverify (hd0,1)
makeactive
chainloader +1
Any ideas? Help will be much appreciated!
© Super User or respective owner