LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   grub & RH9 error 15 (https://www.linuxquestions.org/questions/red-hat-31/grub-and-rh9-error-15-a-114722/)

..:eMa:.. 11-11-2003 05:37 AM

grub & RH9 error 15
 
Hi!

I've installed rh9 but when I tried booting it grub says: error 15

Shall I repair the sys or I must repeat the whole installation?

Thks!

Cia!
..:eMa:..

dorian33 11-11-2003 07:30 AM

taken from 'info grub':
Code:

"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."


..:eMa:.. 11-11-2003 09:30 AM

Yes I know this, but I would like to know how to make grub functionally.

How to re-install only the bootloader without functionally distro?
I haven't a 1.44 boot floppy too.

Thks!
..:eMa:..

dorian33 11-11-2003 11:01 AM

I don't think you need grub reinstalation. Looks like the grub.conf is wrong. Of course I'm not sure above, but the error description points to that.
So you can try do the following:

1. Usually when grub displays the possible booting choices you can break automatic boot process and go to the manual one. Of course I don't know if it can be possible to interrupt grub in this case and get into its command line since I can't see your display. But if it is possible you can try to type in the commands from keyboard.
For proper boot you need only two commands:
root (<root hdd, partition>) and
kernel <path to the kernel> ro root=<root device>

note: if you are using reiserfs filesystem you need use 'rw' against 'ro'

and next type in 'boot'

2. Boot in any way (f.ex. from CD). Next login as root. Check the grub.conf. You will find out some file names concerning splash screen, initrd file, etc. For tests just comment them with '#'. Next check if the kernel path is correct (remember that this path can seen by grub in different way than in Linux filesystem tree - read NOTICE in grub.conf).
In fact you need to leave only two non-commented lines (see p.1)

3. Boot in any way. Next login as root and run grub. Using 'info grub' you can find out all the info concerning grub (re)installation.


All times are GMT -5. The time now is 05:30 AM.