Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
All show up as selections in the suse grub menu and all boot except Ubuntu. I can't figure out why. It gives an error of a file missing when I try to boot Ubuntu.
well obviouslk suse did not read your meneu first file. and load ubuntu. go into you /boot/grub/menu.1st. and configure it. mine is on hard drive hdc. so my grub points to hd2,0.
If Suse was your last install go to YaST and select 'system' in the left panel then 'boot' in the right panel then find the edit menu list. It has been sometime and I am not near my home computer so I may miss a step in my directions. If ubuntu is not listed then the easiest would be to open terminal and type the 'fdisk -l' command and post it so that we can see the layout of your hd. If there is anything you do not understand please ask.
Last edited by Larry Webb; 01-06-2009 at 07:49 PM.
In your first post, you indicate you get a message that a file is missing, which file?
You have an entry for Ubuntu in your posted Opensuse menu.lst file so the missing file is the problem. You might try removing the configfile line for Ubuntu by putting a hash mark (#) to the left of it so it looks like:
#configfile /boot/grub/menu.lst
immediately below that line enter "chainloader +1" (w/out quotes) and see if that works. If not, let us know which file is missing.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.