Gentoo Archives: gentoo-user

From: "Matthew R. Lee" <gentoo@××××××××××.org>
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] GRUB question
Date: Wed, 18 Jun 2008 21:34:17
Message-Id: 200806181734.35276.gentoo@matthewlee.org
1 I've just compiled a new kernel. I then mounted the boot partition, copied the
2 new bzimage across, along with .config and system.map. I then edited the
3 grub.conf But when I reboot it offers me the same options as in the old
4 grub.conf not the new one. I must have missed a step somewhere, but I can't
5 think where. Can anyone point me in the right direction
6 Thanks
7 Matt
8
9 New grub.conf:
10 default 0
11
12 timeout 30
13
14 splashimage=(hd0,0) /boot/grub/splash2.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.25-r5
23
24 root (hd0,0)
25 kernel /boot/kernel-2.6.25-r5 root=/dev/sda3
26 video=vesafb:mtrr,ywrap,1280x800-24@70
27
28 Old grub.conf:
29 default 0
30
31 timeout 30
32
33 splashimage=(hd0,0) /boot/grub/splash2.xpm.gz
34
35 title=Gentoo 2.6.22-r2
36
37 root (hd0,0)
38 kernel /boot/kernel-2.6.22-r2-2 root=/dev/sda3
39 video=vesafb:mtrr,ywrap,1280x800-24@70
40
41 title=Gentoo 2.6.18-r6
42
43 root (hd0,0)
44 kernel /boot/kernel-2.6.18-r6 root=/dev/sda3
45 video=vesafb:mtrr,ywrap,1280x800-24@70
46 --
47 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48 Dr. Matthew R. Lee
49 Instituto Biologia Marina 'Jurgen Winter'
50 Universidad Austral de Chile
51 Campus Isla Teja
52 Valdivia
53
54 matt@××××××××××.org
55
56 URL: meiochile.matthewlee.org
57 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
58 --
59 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] GRUB question Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] GRUB question Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] GRUB question Florian Philipp <lists@××××××××××××××××××.net>