Quote:
|
Originally Posted by rvt20s
OK so I loaded up the SUSE rescue console cd to the /boot directory and its empty.
|
Well, if SUSE was booting and working before you installed Fedora, then there must be something in its boot directory.
Hello rvt20s,
I recommend rebooting into Fedora and editing Fedora's grub.conf...
Code:
su
gedit /boot/grub/grub.conf
...to add this section at the end of the grub.conf for SUSE...
Code:
title SUSE
configfile (hdx,y)/boot/grub/menu.lst
...or like this if the SUSE system has a separate boot partition...
Code:
title SUSE
configfile (hdx,y)/grub/menu.lst
You, of course, change x & y to the drive & partition of the SUSE boot partition (or root partition if there is no separate boot partition). If it doesn't work, then return and post this stuff from Fedora...
Code:
su
fdisk -l
cat /boot/grub/grub.conf