Results 1 to 6 of 6
I have installed XP 1st, then SUSE 11. Now I installed RHEL5 and during installation I only created /(root) partition bcoz while creating swap and /boot for redhat threw error.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-24-2010 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 63
Recover Suse Grub
I have installed XP 1st, then SUSE 11. Now I installed RHEL5 and during installation I only created /(root) partition bcoz while creating swap and /boot for redhat threw error.
And it says it is installing the /boot on /dev/sda.
Now my system is able to boot xp and redhat not suse. How will I recover suse grub menu ,so that I can boot all 3 OS.
Here Redhat is on /dev/sda4 and suse is in /dev/sda4 and the swap for suse is /dev/sda5Code:fdisk -l /dev/sda1 * NTFS /dev/sda2 NTFS /dev/sda3 w95 /dev/sda4 linux /dev/sda5 swap/solaris /dev/sda6 linux
- 09-25-2010 #2In which partition did you install RHEL?Here Redhat is on /dev/sda4 and suse is in /dev/sda4
There is a problem with RedHat based installers. These installers don't detect other installed Linux distros. You have two options now.
1) Mount / partition of SuSe in RHEL, copy first title block ( first title, root, kernel and initrd lines ) from /boot/grub/menu.lst file and paste in /boot/grub/grub.conf file of RHEL. You don't have to re-install SuSe boot loader.
2) Re-install SuSe GRUB and copy title block of RHEL from its grub.conf file and paste in SuSe's menu.lst file.
If you want to re-install GRUB of SuSe, boot up from SuSe installation CD/DVD, select Recovery and execute this
First method is better than second, imho.Code:chroot /mnt/sysimage grub-install /dev/sda exit exit
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-25-2010 #3
- 09-25-2010 #4
As I suggested in last post, mount /dev/sda6 partition in RHEL and add an entry of SuSe in RHEL's GRUB Menu.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-26-2010 #5Just Joined!
- Join Date
- Jan 2009
- Posts
- 63
- 09-26-2010 #6
Post the contents of both files here.
/boot/grub/grub.conf of RHEL and /boot/grub/menu.lst file of SuSe.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

