Gentoo Archives: gentoo-user

From: Tom H <tomh0665@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] gummiboot does not display new kernel
Date: Sun, 08 Mar 2015 16:51:16
Message-Id: CAOdo=SzUO8mc_dVbj39W2dSF=kmSfhFoY=SS5c0WQYWWy-JjHg@mail.gmail.com
In Reply to: Re: [gentoo-user] gummiboot does not display new kernel by "Stefan G. Weichinger"
1 On Sun, Mar 8, 2015 at 12:10 PM, Stefan G. Weichinger <lists@×××××.at> wrote:
2 > On 08.03.2015 16:59, Tom H wrote:
3
4
5 >> Are the ownership and mode of
6 >> "e55a6b6a09bd2b1c50216272545a8d1f-3.19.1-gentoo.conf" the same as the
7 >> two others (although I'd assume that it wouldn't matter) and is it
8 >> formatted correctly?
9 >
10 > Yes, I think so:
11 >
12 > # ls -l /boot/loader/entries/
13 > total 2
14 > -rwxr-xr-x 1 root root 329 16. Feb 16:01
15 > e55a6b6a09bd2b1c50216272545a8d1f-3.18.6-gentoo.conf
16 >
17 > -rwxr-xr-x 1 root root 329 24. Feb 12:55
18 > e55a6b6a09bd2b1c50216272545a8d1f-3.19.0-gentoo.conf
19 >
20 > -rwxr-xr-x 1 root root 329 8. Mär 15:20
21 > e55a6b6a09bd2b1c50216272545a8d1f-3.19.1-gentoo.conf
22
23 OK.
24
25
26 > # cat /boot/loader/entries/e55a6b6a09bd2b1c50216272545a8d1f-3.1*
27 > title gentoo
28 > version 3.18.6-gentoo
29 > machine-id e55a6b6a09bd2b1c50216272545a8d1f
30 > linux /e55a6b6a09bd2b1c50216272545a8d1f/3.18.6-gentoo/kernel
31 > initrd /e55a6b6a09bd2b1c50216272545a8d1f/3.18.6-gentoo/initrd
32 > options quiet root=UUID=6ffdabbe-b277-49f8-afa8-146068be9c22
33 > rootflags=subvol=__active/root init=/usr/lib/systemd/systemd
34 >
35 > title gentoo
36 > version 3.19.0-gentoo
37 > machine-id e55a6b6a09bd2b1c50216272545a8d1f
38 > linux /e55a6b6a09bd2b1c50216272545a8d1f/3.19.0-gentoo/kernel
39 > initrd /e55a6b6a09bd2b1c50216272545a8d1f/3.19.0-gentoo/initrd
40 > options quiet root=UUID=6ffdabbe-b277-49f8-afa8-146068be9c22
41 > rootflags=subvol=__active/root init=/usr/lib/systemd/systemd
42 >
43 > title gentoo
44 > version 3.19.1-gentoo
45 > machine-id e55a6b6a09bd2b1c50216272545a8d1f
46 > linux /e55a6b6a09bd2b1c50216272545a8d1f/3.19.1-gentoo/kernel
47 > initrd /e55a6b6a09bd2b1c50216272545a8d1f/3.19.1-gentoo/initrd
48 > options quiet root=UUID=6ffdabbe-b277-49f8-afa8-146068be9c22
49 > rootflags=subvol=__active/root init=/usr/lib/systemd/systemd
50
51 "version"?! I've never seen this and I don't use it.
52
53 This is my setup:
54
55 # lsr /boot
56 /boot:
57 System.map-3.19.0* System.map-4.0.0-rc1* config-3.19.0*
58 config-4.0.0-rc1* gummibootx64.efi* initramfs-3.19.1*
59 initramfs-4.0.0-rc2* vmlinuz-3.19.0* vmlinuz-4.0.0-rc1*
60 System.map-3.19.1* System.map-4.0.0-rc2* config-3.19.1*
61 config-4.0.0-rc2* initramfs-3.19.0* initramfs-4.0.0-rc1* loader/
62 vmlinuz-3.19.1* vmlinuz-4.0.0-rc2*
63
64 /boot/loader:
65 entries/ loader.conf*
66
67 /boot/loader/entries:
68 3.19.0.conf* 3.19.1.conf* 4.0.0-rc1.conf* 4.0.0-rc2.conf*
69
70
71 # cat /boot/loader/entries/4.0.0-rc2.conf
72 title 4.0.0-rc2
73 options root=UUID=b51ee688-137c-47ec-9635-b69434b4e1f8 ro
74 init=/lib/systemd/systemd
75 linux /vmlinuz-4.0.0-rc2
76 initrd /initramfs-4.0.0-rc2

Replies

Subject Author
Re: [gentoo-user] gummiboot does not display new kernel "Canek Peláez Valdés" <caneko@×××××.com>