I have installed 3 OSs on my laptop (Win2003, FC7, Solaris Express CE),I used
to use Linux grub to boot 3 OS without any problem. Recently I have upgraded my
FC7 by using Ymux
Suddenly while I was trying to boot Solaris 10 , it can not boot it!!!!! Stiil
I can see the menu list for grub, and when I chose Solaris to be booted all I
see is below :
Solaris Express CE
rootnoverify (hd0,2)
chainloader +1
How can I fix this issue ?
FC7 grub menu.lst file is :
# 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 (hd0,4)
# kernel /vmlinuz-version ro root=/dev/sda7
# initrd /initrd-version.img
#boot=/dev/sda
default=2
timeout=15
splashimage=(hd0,4)/grub/splash.xpm.gz
#hiddenmenu
# I say that /boot partion is on sda5, and / is on pratition sda7
title Fedora 7 (2.6.23.1-21.fc7)
root (hd0,4)
kernel /vmlinuz-2.6.23.1-21.fc7 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.23.1-21.fc7.img
#I commented these below lines, because I used "Yumex" to update my system on
17-11-07
#title Fedora Core 7(2.6.21-1.3194.fc7)
# root (hd0,4)
# kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
# initrd /initrd-2.6.21-1.3194.fc7.img
# I say that windows partion is on sda1
title W2K3 Server
rootnoverify (hd0,0)
chainloader +1
makeactive
#I say that solaris partion is on sda3
title Solaris Express CE
rootnoverify (hd0,2)
chainloader +1
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]