Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub boot problem
Date: Sat, 05 Jul 2008 23:15:27
Message-Id: 200807060015.19767.michaelkintzios@gmail.com
In Reply to: [gentoo-user] grub boot problem by "Matthew R. Lee"
1 On Sunday 06 July 2008, Matthew R. Lee wrote:
2 > I've just compiled a new kernel, but when I reboot grub will not load the
3 > new kernel. I get error 15 (file not found). But the file is there.
4 > Yes grub is install properly and yes the boot partition was mounted when I
5 > copied the new kernel across and changed the grub.conf. What's really
6 > confusing me is there's no syntax error in the grub.conf that I can see,
7 > and the first kernel on the list boots fine. Anyone got any cluse as to
8 > why grub can't see the second kernel?
9 >
10 > [grub.conf]
11 > default 0
12 >
13 > timeout 30
14 >
15 > splashimage=(hd0,0)/boot/grub/splash.xpm.gz
16 >
17 > title=Gentoo 2.6.22-r2
18 >
19 > root (hd0,0)
20 > kernel /boot/kernel-2.6.22-r2-2 root=/dev/sda3
21 > video=vesafb:mtrr,ywrap,1280x800-24@70
22 >
23 > title=Gentoo 2.6.24-r8
24 >
25 > root (hd0,0)
26 > kernel /boot/kernel-2.6.24-r8 root=/dev/sda3
27 > video=vesafb:mtrr,ywrap,1280x800-24@70
28
29 Could you please show us:
30
31 $ mount
32
33 and
34
35 # ls -la /boot
36
37 --
38 Regards,
39 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] grub boot problem "Matthew R. Lee" <gentoo@××××××××××.org>