Gentoo Archives: gentoo-user

From: Etaoin Shrdlu <shrdlu@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel "File not found"
Date: Sun, 23 Dec 2007 16:28:34
Message-Id: 200712231732.50748.shrdlu@unlimitedmail.org
In Reply to: Re: [gentoo-user] Kernel "File not found" by Grant
1 On Sunday 23 December 2007, Grant wrote:
2
3 > > When the grub menu comes up, hit e twice and then try to use tab
4 > > completion to find it and the arrow keys to navigate. That may
5 > > help. Tab completion works like it does in a console. Sort of neat
6 > > really.
7 >
8 > Great! Tab competion is awesome. I had to specify the path like so:
9 >
10 > kernel /kernel-2.6.22-hardened-r8 root=/dev/sda3
11 >
12 > instead of /boot/kernel-2.6.22-hardened-r8. Does anyone know why that
13 > might be? Thanks Dale.
14
15 The path you specify in the "kernel" line is relative to the partition
16 specified in the "root" line (which should be tha partition whose
17 filesystem contains the kernel image). If your /boot is on a separate
18 partition, this means that using "kernel /boot/kernel...." would be
19 incorrect, since there is no /boot directory in the partition mounted
20 in /boot. Rather, all the files are located at the first level (from
21 grub's (hd0,0) standpoint).
22 --
23 gentoo-user@g.o mailing list