Results 1 to 2 of 2
This is the order I have installed these OS:
1. Vista
2. CentOS
3. Fedora 6
4. Suse 10.3
Everything was working fine before I tried to install Suse. After ...
- 12-28-2007 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 1
Quad Boot Problems: Vista, Centos, Fedora 6, Suse 10.3
This is the order I have installed these OS:
1. Vista
2. CentOS
3. Fedora 6
4. Suse 10.3
Everything was working fine before I tried to install Suse. After installing Suse, I wasn't able to boot into any of the other OS. I'm sure there was a problem with the way I configured the bootloader, but I have no idea what I did wrong nor what to do to fix it.
After modifying the bootloader in centos, i am now able to boot centos and vista, but fedora and suse are a no go. here is the error i am getting when i try to boot either os:
error 13: invalid or unsupported executable format
what do you guys think?
here is my boot menu:
# grub.conf generated by anaconda
#
# 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 (hd1,0)
# kernel /vmlinuz-version ro root=/dev/hdc2
# initrd /initrd-version.img
#boot=/dev/hdb
default=0
timeout=20
splashimage=(hd1,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS-4 x86_64 (2.6.9-55.ELsmp)
root (hd1,0)
kernel /vmlinuz-2.6.9-55.ELsmp ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-55.ELsmp.img
title CentOS-4 x86_64-up (2.6.9-55.EL)
root (hd1,0)
kernel /vmlinuz-2.6.9-55.EL ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-55.EL.img
title Fedora 6 x86 64-bit
rootnoverify (hd1,6)
chainloader +1
title Open Suse 10.3 x86
rootnoverify (hd1,
chainloader +1
title Windows Vista 32-bit
rootnoverify (hd0,0)
chainloader +1
I installed Fedora on hdc6 and Suse on hdc8. What changes should i make?
- 12-28-2007 #2
Hi and Welcome !
Have you installed Fedora and SuSe's GRUB in the boot sectors of their own root partitions ( or /boot, if you have created for those )?
Chainloading will not work if you havn't installed GRUB in boot sector.
Mount Fedora and SuSe's root partitions and copy 'title, root, kernel and initrd' lines from /boot/grub/grub.conf ( Fedora ) and menu.lst (SuSe) files. Paste those lines in CentOS's grub.conf file.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote