GentooThis forum is for the discussion of Gentoo 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.
Are you sure /boot/grub/grub.cfg has valid contents?
What's your harware configuration(I mean, where is grub installed, how many disks, how many partitions, etc)?
You need to make sure that your grub.conf is set up correctly
here's an example:
# Default to first entry
default 0
# Automatically boot default after 30 sec
timeout 30
# linux 3.0.4 kernel
title=Linux 3.0.4 (Gentoo)
# boot from first HDD partition no 7
root (hd0,7)
kernel /linux-3.0.4-gentoonoradeon_preemptvol
Any kernel arguments should be put after the kernel filename.
If you are not sure on what root (...) is supposed to be you can go and try it out when you are in the "interactive" mode for grub as it has autocompletion with <TAB>
I do not know which version of grub you are using but it sounds like you need a grub.cfg or menu.lst. If you boot it by typing it should be no problem to build your own from your text editor and place it in /boot/grub in either grub version.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.