• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to edit grub to dual boot Fedora Linux?

Cooky

Golden Member
Most documents I found online are related to dualboot w/ Windows & Linux.
What I'm trying to do is dual boot w/ two different versions of Fedora Linux.

So I installed FC4-32 bit first, and then installed FC4-64 bit, w/o installing bootloader for the 64bit.
I then changed my grub.conf so that it now looks like:

title FC4-32
root (hd0,5)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/LABEL=/ rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img

title FC4-64
root (hd0,8)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/LABEL=/ rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img

Whenever I boot into the 64-bit, I can't launch X Windows. It keeps saying "Fatal server error: no screens found"

Anyone know how I can fix it?
Thanks.
 
Back
Top