Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] genkernel all
Date: Wed, 25 Nov 2020 22:43:39
Message-Id: 2580417.mvXUDI8C0e@peak
In Reply to: Re: [gentoo-user] genkernel all by thelma@sys-concept.com
1 On Wednesday, 25 November 2020 17:11:30 GMT thelma@×××××××××××.com wrote:
2
3 > The reason I'm using "genkernel all" as there is some setting missing in
4 > my old .config file that is stop booting my M.2 SSD (are there any
5 > special option in kernel for it?). I'm getting an error:
6 > kernel panic - not syncing: VFS: unable to mount root fs on
7 > unknown-block (0, 0)
8
9 This is what I have:
10
11 # grep -i nvm /usr/src/linux/.config
12 # NVME Support
13 CONFIG_NVME_CORE=y
14 CONFIG_BLK_DEV_NVME=y
15 # CONFIG_NVME_MULTIPATH is not set
16 # CONFIG_NVME_FC is not set
17 # CONFIG_NVME_TCP is not set
18 # end of NVME Support
19 CONFIG_NVM=y
20 # CONFIG_NVM_PBLK is not set
21 CONFIG_RTC_NVMEM=y
22 CONFIG_NVMEM=y
23 CONFIG_NVMEM_SYSFS=y
24
25
26 --
27 Regards,
28 Peter.