Hi,
I had setup my system for triple boot with Windows, F10 & Suse. I had the Windows partition and then installed F10 setting up Grub to load the other two.
All went fine and was able to choose to boot to Windows which worked.
I then installed Suse, choosing the bootloader to be on the partition for Suse. This installed fine and can now choose to boot into Suse which works. F10 still works as expected, but when I choose to boot Windows, I just end up with a Grub command line.
I can't see how the Windows partition could have been affected. I can still see all the files in there, but it just wont boot.
My grub.conf is fine, but for reference is
Quote:
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.21-170.2.56.fc10.i686)
root (hd0,1)
kernel /vmlinuz-2.6.27.21-170.2.56.fc10.i686 ro root=UUID=d7ea3cc5-1e12-473f-b087-13771593b7d0 rhgb quiet
initrd /initrd-2.6.27.21-170.2.56.fc10.i686.img
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,1)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=d7ea3cc5-1e12-473f-b087-13771593b7d0 rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.i686.img
title SuSE
rootnoverify (hd0,7)
chainloader +1
title Windows XP
rootnoverify (hd0,0)
chainloader +1
|
Also for reference is my fdisk -l
Quote:
[root@localhost /]# fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000a5e1f
Device Boot Start End Blocks Id System
/dev/sda1 32 2708 21503002+ b W95 FAT32
/dev/sda2 1 31 248976 83 Linux
/dev/sda3 * 2709 10781 64846372+ 5 Extended
/dev/sda4 10782 19457 69689970 83 Linux
/dev/sda5 2709 2963 2048256 82 Linux swap / Solaris
/dev/sda6 2964 5527 20595298+ 83 Linux
/dev/sda7 5528 8133 20932663+ 83 Linux
/dev/sda8 8134 10781 21270028+ 83 Linux
Partition table entries are not in disk order
|
This is not really a Linux issue but does anyone know how I can 'repair' this Windows partition without affecting any other partitions. I don't have a Windows install CD. If I boot off FreeDOS, is there a command to repair the 'bootability' of the Windows partition only?
Many thanks