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.
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.