Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] About "make install all" when kernel building
Date: Sun, 11 Sep 2016 23:16:55
Message-Id: df48c27f-309f-7f6f-25a3-94d327631bc3@gmail.com
In Reply to: [gentoo-user] About "make install all" when kernel building by Harry Putnam
1 On 11/09/2016 01:11, Harry Putnam wrote:
2 > I have a newish install I've been running for a while.
3 >
4 > Today I added a setting to the kernel and rebuilt.
5 >
6 > The final move I made on the kernel move was
7 >
8 > "make install all"
9 >
10 > No looking at the /boot/grub/grub.conf all I find is the example file
11 > that comes with install.
12 >
13 > If there was old version before calling "make install all" , it has
14 > been removed I guess.
15 >
16 > I've created a version from a very old one I had in some very old
17 > backup and wondering if all the options on the kernel line are still
18 > valid. (I do have the VESA ahd vesafb (frame buffer) and mtrr stuff
19 > checked in the kernel config). And "root" is at /dev/hda4
20 >
21 > ,----
22 > | default 0
23 > | timeout 10
24 > | splashimage=(hd0,0)/boot/grub/splash.xpm.gz
25 > |
26 > | title Gentoo Linux 4.1.6
27 > | root (hd0,0)
28 > | kernel /boot/vmlinuz-4.1.6-gentoo root=/dev/hda4 vga=0x31A video=vesafb:mtrr,ywrap
29 > `----
30 >
31 > I'm pretty confident of everything but the kernel line.
32 >
33 > Before I reboot, find it fails to boot, and have lots of huffing and
34 > puffing starting up with grub commands or having to go back to an
35 > install .ISO to get insdide, I hoped someone here could tell me if my
36 > grub.conf is likely to work
37
38
39 That config looks fine. However, you only have one kernel stanza. To be
40 really safe, copy the old one to a second entry and clearly label it as
41 the old one. Then you can select it if the new one does fail to boot.
42
43 It's easier that way than trying to edit it in grub's editor
44
45
46 --
47 Alan McKinnon
48 alan.mckinnon@×××××.com

Replies

Subject Author
[gentoo-user] Re: About "make install all" when kernel building Harry Putnam <reader@×××××××.com>