Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo-sources 5.7.x [FIXED]
Date: Tue, 09 Jun 2020 16:07:47
Message-Id: 4539457.GXAFRqVoOG@peak
In Reply to: Re: [gentoo-user] Gentoo-sources 5.7.x by Peter Humphrey
1 On Tuesday, 9 June 2020 15:56:52 BST Peter Humphrey wrote:
2 > On Tuesday, 9 June 2020 15:46:43 BST Peter Humphrey wrote:
3 > > > Other than that, the naming scheme may have changed but I don't know
4 > > > about
5 > > > this. For better future-proofing, use a UUID of your root partition
6 > > > rather
7 > > > than a device name.
8 > > >
9 > > > root=UUID=...
10 > > >
11 > > > You can get this UUID with the blkid command.
12 > >
13 > > I'll try this in a minute - thanks for the idea. I've stuck with device
14 > > names so far because (i) I can read them, and (ii) I can't ever have more
15 > > than one NVMe device in this box.
16 >
17 > Nope. Didn't help. All I have now is dredging through the kernel config yet
18 > again, or possibly even trying an initrd. I hope I'm not being forced down
19 > that road after all these years.
20
21 It was so simple, and the clue was in an earlier message.
22
23 # cat /boot/loader/entries/30-gentoo-5.7.1.conf
24 title Gentoo Linux 5.7.1initrd=/intel-uc.img
25 linux /vmlinuz-5.7.1-gentoo
26 options root=/dev/nvme0n1p4 initrd=/intel-uc.img net.ifnames=0 raid=noautodetect
27
28 All I had to do was to remove the slash from initrd=/intel-uc.img. I did that
29 in all the .../entries files and 5.4.38 also still boots happily.
30
31 Thanks to those who offered help.
32
33 --
34 Regards,
35 Peter.

Replies

Subject Author
Re: [gentoo-user] Gentoo-sources 5.7.x [FIXED] Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Gentoo-sources 5.7.x [FIXED] Andrew Udvare <audvare@×××××.com>