Results 1 to 2 of 2
I just get
rootnoverify
chainloader +1
Here is the output of fdisk -l.
Code:
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-21-2008 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 50
Won't boot XP after Sabayon Install (GRUB)
I just get
rootnoverify
chainloader +1
Here is the output of fdisk -l.
Here is grub.conf:Code:Disk /dev/sda: 320.0 GB, 320072933376 bytes 255 heads, 63 sectors/track, 38913 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xd0c20586 Device Boot Start End Blocks Id System /dev/sda1 2 13191 105948675 f W95 Ext'd (LBA) /dev/sda2 * 13192 38254 201318547+ c W95 FAT32 (LBA) /dev/sda3 38255 38509 2048287+ 82 Linux swap / Solaris /dev/sda5 2 1913 15358108+ 7 HPFS/NTFS /dev/sda6 1914 12936 88542216 83 Linux Disk /dev/sdb: 640.1 GB, 640135028736 bytes 255 heads, 63 sectors/track, 77825 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x425f425f Device Boot Start End Blocks Id System /dev/sdb1 * 2 77825 625121280 f W95 Ext'd (LBA) /dev/sdb5 2 19761 158722168+ b W95 FAT32 /dev/sdb6 19762 39521 158722168+ b W95 FAT32 /dev/sdb7 39522 59281 158722168+ b W95 FAT32 /dev/sdb8 59282 77825 148954648+ b W95 FAT32 Disk /dev/sdc: 122.9 GB, 122942324736 bytes 255 heads, 63 sectors/track, 14946 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x95d395d3 Device Boot Start End Blocks Id System /dev/sdc2 2 14945 120037680 f W95 Ext'd (LBA) /dev/sdc5 2 5099 40949653+ b W95 FAT32 /dev/sdc6 5100 10198 40957686 b W95 FAT32 /dev/sdc7 10199 14945 38130246 b W95 FAT32
Any help would be greatly appreciated. Thanks in advance.Code:default=0 timeout=6 splashimage=(hd0,5)/boot/grub/splash.xpm.gz password --md5 $1$QҹsvŹsչO$LgCM5f0R5NTvwJZbIZTSQ0 title Sabayon Linux x86-64 3.5 (genkernel-x86_64-2.6.25-sabayon-r1) root (hd0,5) kernel /boot/kernel-genkernel-x86_64-2.6.25-sabayon-r1 root=/dev/ram0 $ initrd /boot/initramfs-genkernel-x86_64-2.6.25-sabayon-r1 title Sabayon Linux x86-64 3.5 (genkernel-x86_64-2.6.25-sabayon-r1) (safe mode) root (hd0,5) kernel /boot/kernel-genkernel-x86_64-2.6.25-sabayon-r1 root=/dev/ram0 r$ initrd /boot/initramfs-genkernel-x86_64-2.6.25-sabayon-r1 title Other Operating System - Microsoft Windows rootnoverify (hd0,4) chainloader +1
- 10-21-2008 #2
You are trying to start Windows on sda5 but you have sda2 marked as bootable ... try mounting the partitions and check which one is your Windows install. You should set that partition as bootable ... did you have a standard bootloader arrangement before you installed Linux or were you using a separate bootloader program?
If you are still having trouble getting Windows to boot try using the Supergrub CD to restore Windows code to the MBR. You can also use it to restore Grub after you have tried Windows.


Reply With Quote
