Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, I just installed Fedora Core 9 on my machine and went through the GRUB configuration for dual-booting with my current Windows XP partition. I am able to boot into FC9 just fine, but when ever I select my other partition all I get is a blank screen. Ctrl + Alt + Del still works though, so I'm guessing GRUB is functional. I also have access to my partition filesystem through FC9.
Here's my menu.lst configuration :
Code:
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.26.5-45.fc9.i686)
root (hd0,0)
kernel /vmlinuz-2.6.26.5-45.fc9.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.26.5-45.fc9.i686.img
title Fedora (2.6.26.3-29.fc9.i686)
root (hd0,0)
kernel /vmlinuz-2.6.26.3-29.fc9.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.26.3-29.fc9.i686.img
title Fedora (2.6.25-14.fc9.i686)
root (hd0,0)
kernel /vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=a34fb85c-beef-46a2-bd15-45d56887f8c2 rhgb quiet
initrd /initrd-2.6.25-14.fc9.i686.img
title Windows XP
root (hd0,1)
savedefault
makeactive
chainloader +1
fdisk -l output :
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: 0xc749c749
Device Boot Start End Blocks Id System
/dev/sda1 1 26 208813+ 83 Linux
/dev/sda2 * 4329 19457 121523692+ 7 HPFS/NTFS
/dev/sda3 27 4328 34555815 8e Linux LVM
Partition table entries are not in disk order
Disk /dev/dm-0: 33.2 GB, 33252442112 bytes
255 heads, 63 sectors/track, 4042 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x30307800
Disk /dev/dm-1 doesn't contain a valid partition table
That sounds very complicated, isn't there an easier way? I am running a dedicated web server, I wouldn't want to risk it all.
I've dual-booted Ubuntu, Mandrake and FC4 before with the same machine : everything went smoothly. There has to be an easier solution.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.