Hi all,
I've had F12 since the release and one thing i haven't been able to do is get F12 and Windows 7 to dual boot with each other. At the moment I'm having to remove the Fedora sata cable so i can boot to windows.
I'm hoping someone will be able to help me solve this problem once and for all.
I've included the outputs from fdisk and my grub conf
Code:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xa96ea96e
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 797 6291456 82 Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sda3 797 19457 149894465 83 Linux
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf81bf81b
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 9730 78148608 7 HPFS/NTFS
Code:
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.32.14-127.fc12.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.32.14-127.fc12.i686.PAE ro root=UUID=8f7a728a-0378-4334-a447-ddbae2ba45ef LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=uk rhgb quiet
initrd /initramfs-2.6.32.14-127.fc12.i686.PAE.img
title Fedora (2.6.32.11-99.fc12.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.32.11-99.fc12.i686.PAE ro root=UUID=8f7a728a-0378-4334-a447-ddbae2ba45ef LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=uk rhgb quiet
initrd /initramfs-2.6.32.11-99.fc12.i686.PAE.img
title Fedora (2.6.32.9-70.fc12.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.32.9-70.fc12.i686.PAE ro root=UUID=8f7a728a-0378-4334-a447-ddbae2ba45ef LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=uk rhgb quiet
initrd /initramfs-2.6.32.9-70.fc12.i686.PAE.img
title Windows
rootnoverify (hd0,0)
chainloader +1
title Windows 2
root (hd1,1)
makeactive
chainloader +1
title Windows 3
root (hd2,1)
makeactive
chainloader +1
The titles windows 2/3 are ones i've been testing with but to no avail on all 3 of them..
Hope someone can help.