Dualbooting Win7 and Gentoo, error
- by Tommy Jakobsen
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!