I have a triboot machine (windowsxp,centos5.2,and Fedora 9).
I have been using FC9's grub bootloader to boot to any system without
any problem.
Today I single-mode logon to centos5.2 and type grub
and then "root (hd0,3)" and "setup (hd0)" in order to use the CentOS5.2
boot loader.
When I reboot the computer, I cannot boot to Fedora 9 any more:
error message is this :
root (hd0,2)
Filesystem type is ext2fs, partition type Ox83
kernel /boot/vmliuz-2.6.27-5-41.fc9.86_64 ro root=UUID=df8a58d-9835-4270-6219=f4d1c22e3c60 rhgb quiet
Error 2: Bad file or directory type
Press any key to continue...
Luckily I can still boot to CentOS5.2 or WindowsXP.
The menu list (with the Fedora entries copied from the Fedora 9)
is
Right now I cannot locate my FC9 Installation DVD to rescue.
[root@centos52-64-fuj ~]# cat /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,3)
# kernel /boot/vmlinuz-version ro root=/dev/sda4
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=20
splashimage=(hd0,3)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-92.el5) /dev/sda4
root (hd0,3)
kernel /boot/vmlinuz-2.6.18-92.el5 ro root=LABEL=/12 rhgb quiet noapic
initrd /boot/initrd-2.6.18-92.el5.img
title WindowsXP
rootnoverify (hd0,0)
chainloader +1
title Fedora (2.6.27.5-41.fc9.x86_64) "yum update"
root (hd0,2)
kernel /boot/vmlinuz-2.6.27.5-41.fc9.x86_64 ro root=UUID=df8a580d-9835-4270-b219-f4d1c22e3c60 rhgb quiet
initrd /boot/initrd-2.6.27.5-41.fc9.x86_64.img
title Old Fedora (2.6.25-14.fc9.x86_64)
root (hd0,2)
kernel /boot/vmlinuz-2.6.25-14.fc9.x86_64 ro root=UUID=df8a580d-9835-4270-b219-f4d1c22e3c60 rhgb quiet
initrd /boot/initrd-2.6.25-14.fc9.x86_64.img
[root@centos52-64-fuj ~]#
Is it possible that GRUB of CentOS5.2 does not support FC9 booting ??
This is really scary !! Who screwed up the whole show ? Me (I think that is highly probable),
CentOS 5.2's grub bootloader ??
I read about "chainloader +1" trick, but it does not work. I was hoping that the perfectly
bootable FC9 should be booted one way or another .. If not I can use only that FC9 to store some files..
Help !!!