Gentoo Archives: gentoo-user

From: "Matthew R. Lee" <gentoo@××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] grub boot problem
Date: Sat, 05 Jul 2008 23:03:49
Message-Id: 200807051904.08373.gentoo@matthewlee.org
1 I've just compiled a new kernel, but when I reboot grub will not load the new
2 kernel. I get error 15 (file not found). But the file is there.
3 Yes grub is install properly and yes the boot partition was mounted when I
4 copied the new kernel across and changed the grub.conf. What's really
5 confusing me is there's no syntax error in the grub.conf that I can see, and
6 the first kernel on the list boots fine. Anyone got any cluse as to why grub
7 can't see the second kernel?
8
9 [grub.conf]
10 default 0
11
12 timeout 30
13
14 splashimage=(hd0,0)/boot/grub/splash.xpm.gz
15
16 title=Gentoo 2.6.22-r2
17
18 root (hd0,0)
19 kernel /boot/kernel-2.6.22-r2-2 root=/dev/sda3
20 video=vesafb:mtrr,ywrap,1280x800-24@70
21
22 title=Gentoo 2.6.24-r8
23
24 root (hd0,0)
25 kernel /boot/kernel-2.6.24-r8 root=/dev/sda3
26 video=vesafb:mtrr,ywrap,1280x800-24@70
27
28 --
29 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
30 Dr. Matthew R. Lee
31 Instituto Biologia Marina 'Jurgen Winter'
32 Universidad Austral de Chile
33 Campus Isla Teja
34 Valdivia
35
36 matt@××××××××××.org
37
38 URL: meiochile.matthewlee.org
39 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
40 --
41 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] grub boot problem Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] grub boot problem Neil Bothwick <neil@××××××××××.uk>