Gentoo Archives: gentoo-user

From: Bob Sanders <rmsand@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] multiple kernels in grub
Date: Fri, 12 Aug 2005 03:50:26
Message-Id: 20050811204434.13d583b4@chi.speakeasy.net
In Reply to: [gentoo-user] multiple kernels in grub by John Dangler
1 On Thu, 11 Aug 2005 23:15:38 -0400
2 "John Dangler" <jdangler@××××××××.net> wrote:
3
4 >
5 > In /boot, I have both linux-2.6.12-gentoo-r6 and
6 > kernel-genkernel-x86-2.6.12-gentoo-r6.
7 >
8 > In /boot/grub/grub.conf, only the genkernel is listed
9 >
10
11 Just edit /boot/grub/grub.conf.
12
13 You can read about how in the - Configuring the Bootloader section of
14 the installation manual -
15
16 http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10
17
18 Just add the 3 lines necessary with the definition of the second kernel. Something
19 like -
20
21
22
23 -- title=Gentoo 2.6.12-r4
24 root (hd0,0)
25 kernel /vmlinuz-2.6.12-gentoo-r4 root=/dev/hda3
26
27
28 title=Gentoo 2.6.11-r11
29 root (hd0,0)
30 kernel /vmlinuz-2.6.11-gentoo-r11 root=/dev/hda3
31
32 Bob
33 -
34 --
35 gentoo-user@g.o mailing list