Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub Problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
jgrnght
n00b
n00b


Joined: 07 Apr 2003
Posts: 17

PostPosted: Mon Apr 07, 2003 10:08 pm    Post subject: Grub Problem Reply with quote

when i select gentoo from the grub list ...

root (hd0,0)
Filesystem type is ext2fs, Partition type 0x83
Kernel (hd0,0)/boot/bzImage root=dev/hda3 hdd=ide-scsi

Error 15 File not found


Did I forget to link bzImage?
Back to top
View user's profile Send private message
biggnate04
n00b
n00b


Joined: 18 Mar 2003
Posts: 11

PostPosted: Mon Apr 07, 2003 10:25 pm    Post subject: Reply with quote

I'm no expert, but here goes...

When the GRUB screen comes up, pess "c" to get a GRUB command line.
Now type
Code:
 root (hd0,0)

and then
Code:
 kernel /boot **Press tab, not enter now**
Since GRUB is cool, it does filename copletion like that. You should see a list of files in your boot directory. If you don't have a kernel image there, you need to copy it from your source direcory -- instructions on that are in the Gentoo Installation Guide. Be sure to type the "kernel" in lowercase; I noticed that in your post it was "Kernel." Also, since you have already set your root to (hd0,0) ther is no need to do (hd0,0)/boot/bzImage, just /boot/bzImage should work fine. Once you figure out something that works, modify it in your /boot/grub/grub.conf file - see the installation instructions if necessary.

Oh yeah, and don't forget your kernel arguments, otherwise your kernel won't find the root file system and your cd burner won't work.

Hope this helps, but no guarantees :wink:

Nate
Back to top
View user's profile Send private message
arkhan_jg
Apprentice
Apprentice


Joined: 18 Mar 2003
Posts: 199
Location: Dorset, UK

PostPosted: Tue Apr 08, 2003 1:11 am    Post subject: Reply with quote

The simplest method to get back in if you need to, is to boot off the livecd then

Code:

mkdir /mnt/gentoo
mount /dev/hda3 /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot
mount -t proc proc /mnt/gentoo/proc
chroot /mnt/gentoo
env-update
source /etc/profile


Assuming your kernel compile
(make dep && make clean bzImage modules modules_install etc)
went ok, the bzImage should be in /usr/src/linux/arch/i386/boot - just copy it to /boot, and everything should be sorted!
_________________
make menuconfig not war
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum