Gentoo Archives: gentoo-user

From: "Hemmann
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub
Date: Fri, 21 Jul 2006 00:00:18
Message-Id: 200607210152.31075.volker.armin.hemmann@tu-clausthal.de
In Reply to: [gentoo-user] grub by James
1 On Friday 21 July 2006 01:35, James wrote:
2 > Hello,
3 >
4 > I have mostly completed the installation of a new amd64 laptop.
5 > (big compile left to complete).
6 > The system boots if I use the command line option of grub (c):
7 >
8 > root (hd0,1)
9 > kernel /kernel-2.6.16-gentoo-r13
10 > boot
11 > <system then boots; Issueing the second command, grub finds the
12 > kernel with a few characters and a tab>
13 >
14 >
15 > The system will not boot from any of the entries I've tried in
16 > grub.conf:
17 > Notice I've tried all sorts of partitions for the root=/dev/ entry.
18 >
19 > #0
20 > title=Gentoo Linux 2.6.16-gentoo-r13
21 > root(hd0,1)
22 > kernel /kernel-2.6.16-gentoo-r13 root=/dev/hda1 vga=791
23
24 wrong
25
26 >
27 > #1
28 > title=Gentoo Linux 2.6.16-gentoo-r13
29 > root(hd0,1)
30 > kernel /kernel-2.6.16-gentoo-r13 root=/dev/hda2 vga=791
31
32 wrong
33
34 >
35 > #2
36 > title=Gentoo Linux 2.6.16-gentoo-r13
37 > root(hd0,1)
38 > kernel /kernel-2.6.16-gentoo-r13 root=/dev/hda5 vga=791
39
40 wrong
41
42 >
43 > #3
44 > title=Gentoo Linux 2.6.16-gentoo-r13
45 > root(hd0,1)
46 > kernel /kernel-2.6.16-gentoo-r13 root=/dev/hda6 vga=791
47
48 looks good, but try this:
49 kernel (hd0,1)/boot/vmlinuz root=/dev/hda6
50
51 hope it helps.
52
53 if you use make install a vmlinuz symlink is created, so you don't need all
54 your kernels in grub.conf. Only vmlinuz and vmlinuz.old.
55
56 --
57 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] grub Richard Fish <bigfish@××××××××××.org>