Gentoo Archives: gentoo-dev

From: Brian Webb <webbb@××××××××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] listing 40
Date: Tue, 25 Jun 2002 12:40:43
Message-Id: 16010.207.2.57.7.1025026847.squirrel@web.local
In Reply to: [gentoo-dev] listing 40 by "T.J.R. Woudenberg"
1 There should be a link /boot/boot that points to . (/boot). This should
2 allow it to work in both the normal case (for those who follow the
3 instructions) and for the case for users (like myself) that selectively
4 ignore the instructions and don't use a /boot partition, but blindly type
5 in the menu.lst from the instructions. ;-)
6
7 Maybe you didn't have /boot mounted at some point (say during the untaring
8 stage) and the link didn't get created?
9
10 Brian
11
12
13 > Hi there,
14 >
15 > I have a comment about listing 40 in your Gentoo Linux 1.2 Installation
16 > Instructions for the x86; in listing 40 you provide a sample grub.lst, I
17 > think you made an error there (read: the grub.lst won't work on my
18 > computer) because you refer to (hd0,0)/boot/ 2 times in that grub.lst.
19 > In my boot partition there's no boot dir, there's only a mount point in
20 > my /etc/fstab called boot but grub isn't supposed to know that. Is it my
21 > mistake, do you have to make a boot dir in your boot partition and mount
22 > the disk later on in your / dir, or is there a typo in listing 40?
23 > Anyway I changed the 2 lines with the reference to the boot dir:
24 >
25 > splashimage=(hd0,0)/boot/grub/splash.xpm.gz -->
26 > splashimage=(hd0,0)/grub/splash.xpm.gz
27 >
28 > kernel /boot/bzImage --> kernel /bzImage