On Tue, Sep 05, 2006 at 03:37:07PM +0100, Frank Murphy wrote:
> Getting error 15 on FC5\grub loading
> F5: linux rescue
> chroot /mnt/sysimage
>>> I've done the grub-install --recheck /dev/hda bits.
>> How do I figure what the problem is, if grub.conf shows root= (hd0,0)
>> still the same problem after grub-install /dev/hda
>> Got that much from google
>> What else should I be looking at?
Understanding what the error message is saying would be the first step.
Grub documentation tells me that you are most likely getting an error
message such as the following.
Online grub documentation
http://www.gnu.org/software/grub/manual/html_node/index.html
Error 15: File not found
Press any key to continue...
>From the Documentation
15 : File not found
This error is returned if the specified file name cannot be found,
but everything else (like the disk/partition info) is OK.
i.e. one of the files refered to in the grub boot command cannot be
found. Usually the kernel image.
So, the error message suggests that grub is installed fine, but one of
the files needed to boot linux cannot be found.
Next, at the grub command line (after it boots to the grub menu, press
c)
type
find <kernel_image>
where you substitute <kernel_image> with the kernel file name that grub
is looking for, and see what device it reports it as being on.
This should help you establish if file it is looking for is on the
device that is refered to in the /boot/grub/grub.conf (also called
menu.lst) file.
Depending on what it is, it should just be a cause of correcting the
file name or device name used in the config file.
--
Darragh
"Nothing is foolproof to a sufficently talented fool."
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!