Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: no file system found for kernel 4.14.78
Date: Sat, 03 Nov 2018 16:47:01
Message-Id: prkj9d$bnq$1@blaine.gmane.org
In Reply to: [gentoo-user] no file system found for kernel 4.14.78 by Bill Kenworthy
1 On 03/11/2018 15:32, Bill Kenworthy wrote:
2 > Kernel 4.14.78 has been released and I have a fail upgrading one system
3 > - fails to mount root vfs but oops instead of dropping to a recovery shell:
4 >
5 > Same boot stanza as 4.14.65, one unrelated (RCU) difference between .configs
6
7 Try manually specifying the root fs and the fs type in the kernel
8 arguments. Here, I use:
9
10 root=PARTUUID=the-partition-uuid-of-the-root-fs ro rootfstype=ext4
11
12 You can see the UUIDs of your partitions with:
13
14 ls -l /dev/disk/by-partuuid
15
16 I always had to do that here, otherwise I just get the same boot error
17 as you.

Replies

Subject Author
Re: [gentoo-user] Re: no file system found for kernel 4.14.78 Bill Kenworthy <billk@×××××××××.au>