Gentoo Archives: gentoo-user

From: Harm Geerts <harmgeerts@××××.nl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Again - problem on installing Gentoo
Date: Mon, 04 Sep 2006 18:07:21
Message-Id: 200609042000.50833.harmgeerts@home.nl
In Reply to: Re: [gentoo-user] Again - problem on installing Gentoo by Stephen Liu
1 On Monday 04 September 2006 17:54, Stephen Liu wrote:
2 > # ls -al /boot/
3 > .keep
4 > boot -> .
5 > grub
6 > linux-2.6.17-gentoo-r5
7 > loar+found
8 > * end *
9
10 +
11
12 > Just rechecked it. It is;
13 > 'kernel (hd0,0)/boot/kernel-2.6.17-gentoo-r7 root=/dev/hda2'
14 >
15 > Sorry it was my typing mistake on my posting.
16
17 = wrong kernel name
18
19 try: 'kernel (hd0,0)/boot/linux-2.6.17-gentoo-r5 root=/dev/hda2'
20
21 On a side note:
22 You asked about the "boot -> ." symlink in your previous thread, this is a
23 convenience thing for users like you.
24
25 You have a seperate /boot partition /dev/hda1 with the kernel.
26 But you tell grub the kernel is at "(hd0,0)/boot/<kernel>"
27 This maps to /dev/hda1/boot/<kernel>
28
29 By linking "boot -> ." grub can still find the kernel even though the config
30 is wrong.
31 --
32 gentoo-user@g.o mailing list