LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Does Anyone Know how to get out of this? (https://www.linuxquestions.org/questions/linux-newbie-8/does-anyone-know-how-to-get-out-of-this-183423/)

newguy1 05-19-2004 04:15 PM

Does Anyone Know how to get out of this?
 
Ok I have been having troubles installing linux... I used GNU GRUB and when it trys to boot I get...

kernel /kernel-2.4.25-gentoo ...(not important)...

Error 15: File not found


so I changed it too kernel-2.4.25-gentoo-r1
and changed the initrd to initrd-2.4.25-gentoo-r1

Why does the -r1 work but not the regular????

This works but its comes to my next problem described below

To try and attempt what my screen looks like I will show you what it says when I type "help"... hopefully someone will know what I am stuck in:

/ # help

Built-in commands:
--------------------------
. : alias bg break cd chdir continue eval exec exit export false
fg hash help jobs kill let local pwd read readonly return set
shift times trap true type ulimit umask unalias unset wait


Does anyone know how to get out of this?????

Muzzy 05-20-2004 04:26 PM

Looks like you forgot to copy your kernel to /boot, or else you typed the name wrong. use your Gentoo boot disk to boot the computer, then mount your drives exactly like you did in Chapter 4.e Mounting (exact commands depend on your partition layout).
Code:

mount /dev/hda3 /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot

Then you should check to see if your kernel bzImage really is where it should be:
Code:

ls /mnt/gentoo/boot
Check to see if the file is there, check the spelling, and update your grub.conf if necessary.

Regards,
Mark.


All times are GMT -5. The time now is 04:20 PM.