Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] grub
Date: Thu, 20 Jul 2006 23:41:57
Message-Id: loom.20060721T013319-402@post.gmane.org
1 Hello,
2
3 I have mostly completed the installation of a new amd64 laptop.
4 (big compile left to complete).
5 The system boots if I use the command line option of grub (c):
6
7 root (hd0,1)
8 kernel /kernel-2.6.16-gentoo-r13
9 boot
10 <system then boots; Issueing the second command, grub finds the
11 kernel with a few characters and a tab>
12
13
14 The system will not boot from any of the entries I've tried in
15 grub.conf:
16 Notice I've tried all sorts of partitions for the root=/dev/ entry.
17
18 #0
19 title=Gentoo Linux 2.6.16-gentoo-r13
20 root(hd0,1)
21 kernel /kernel-2.6.16-gentoo-r13 root=/dev/hda1 vga=791
22
23 #1
24 title=Gentoo Linux 2.6.16-gentoo-r13
25 root(hd0,1)
26 kernel /kernel-2.6.16-gentoo-r13 root=/dev/hda2 vga=791
27
28 #2
29 title=Gentoo Linux 2.6.16-gentoo-r13
30 root(hd0,1)
31 kernel /kernel-2.6.16-gentoo-r13 root=/dev/hda5 vga=791
32
33 #3
34 title=Gentoo Linux 2.6.16-gentoo-r13
35 root(hd0,1)
36 kernel /kernel-2.6.16-gentoo-r13 root=/dev/hda6 vga=791
37
38 df <shows>
39 Filesystem 1K-blocks Used Available Use% Mounted on
40 /dev/hda6 40964440 1207148 39757292 3% /
41 udev 512540 224 512316 1% /dev
42 /dev/hda2 313200 36700 276500 12% /boot
43 /dev/hda7 23542444 32840 23509604 1% /usr/local
44 none 512540 0 512540 0% /dev/shm
45
46
47 while the fstab <shows>:
48 dev/hda2 /boot reiserfs noatime,notail 1 2
49 /dev/hda5 none swap sw 0 0
50 /dev/hda6 / reiserfs noatime 0 1
51 /dev/hda7 /usr/local reiserfs noatime 0 1
52 none /dev/shm tmpfs nodev,nosuid,noexec 0 0
53 proc /proc proc defaults 0 0
54
55 /dev/hda1 is an unmounted NTFS partition for installing XP at
56 a later date.
57
58 I ran 'grub-install /dev/hd0' and the /boot/grub/device.map
59 looks like this:
60 (fd0) /dev/fd0
61 (hd0) /dev/hda
62
63
64 Any ideas what I missed? I pretty much followed the Gentoo Handbook
65 for amd64..
66
67 James
68
69
70 --
71 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] grub "Hemmann