Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Let me rephrase: I want to be able, at startup, to choose to boot Mandriva or SuSE. From all I have read, it looks like a problem with the GRUB or Lilo config.
Seems to me that, on installing SuSE, I should have done something to keep the boot-loader out of Mandriva's path, and then somewhat "doctor" Mandriva's Lilo config to show both options.
That's what I don't know how-to, and what I ask you, or anyone else around, to tell me.
Ok, now that I understand the question I can help more. To create the entries you'll require, I'll need to know your partition layout. Please post something like this:
/dev/hda
#1 /boot
#2 swap
#3 /
/dev/hdb
#1 /boot
#2 swap
#3 /
Once I know that, I can reply with the entries that you should be able to copy into grub and boot up.
title MANDRAKE
root (hd0,0)
kernel /bzImage root=/dev/hda3
initrd /initrd
title SUSE
root (hd1,0)
kernel /bzImage root=/dev/hdb3
initrd /initrd
I would assume that you need to edit the menu.lst from hda since it should be the drive that is getting booted. You'll need to change the bzImage to whatever you name your kernels. There is a chance that you don't need the initrd lines. I don't use them, but your distro's may. Good luck and let us know how it turns out.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.