Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel "File not found"
Date: Sun, 23 Dec 2007 15:56:24
Message-Id: 49bf44f10712230748g71a23005ge9c7b42392364b60@mail.gmail.com
In Reply to: Re: [gentoo-user] Kernel "File not found" by Dale
1 > > I just finished a re-install of my laptop to get multilib working and
2 > > grub apparently can't find the kernel this time. I've tried grub and
3 > > grub-static. I get this:
4 > >
5 > > root (hd0,0)
6 > > Filesystem type is ext2fs, partition type 0x83
7 > > kernel /boot /kernel-2.6.22-hardened-r8 root: /dev/sda3
8 > > Error 15: File not found
9 > >
10 > > I'm using all of the config files that were working perfectly on the
11 > > previous install.
12 > >
13 > > The only things out of the ordinary are:
14 > >
15 > > 1. I forgot to copy the kernel into the boot partition the first time
16 > > I rebooted and got this same error. I booted the LiveCD again and
17 > > copied it over after mounting /dev/sda3 and /dev/sda1. I thought for
18 > > sure that would fix it but no. I've verified that the correctly named
19 > > kernel file is in /mnt/gentoo/boot when /dev/sda1 is mounted.
20 > > grub.conf is from my previous install and references the kernel file
21 > > correctly.
22 > >
23 > > 2. I used -fforce-addr in make.conf this time even though I don't know
24 > > what it does because it was included in the default make.conf.
25 > >
26 > > Any ideas?
27 > >
28 > > - Grant
29 > >
30 >
31 > When the grub menu comes up, hit e twice and then try to use tab
32 > completion to find it and the arrow keys to navigate. That may help.
33 > Tab completion works like it does in a console. Sort of neat really.
34
35 Great! Tab competion is awesome. I had to specify the path like so:
36
37 kernel /kernel-2.6.22-hardened-r8 root=/dev/sda3
38
39 instead of /boot/kernel-2.6.22-hardened-r8. Does anyone know why that
40 might be? Thanks Dale.
41
42 > I hope that helps.
43 >
44 > Dale
45 --
46 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Kernel "File not found" Etaoin Shrdlu <shrdlu@×××××××××××××.org>
Re: [gentoo-user] Kernel "File not found" Johann Schmitz <johann@×××××××××.net>