Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PARTUUID=.... is an invalid root device [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
uxiofp
n00b
n00b


Joined: 07 Apr 2016
Posts: 16

PostPosted: Thu Apr 07, 2016 11:58 pm    Post subject: PARTUUID=.... is an invalid root device [SOLVED] Reply with quote

Here I come:
https://forums.gentoo.org/viewtopic-p-7903658.html#7903658
My problem:
https://goo.gl/photos/1LqKuE3bMjwnbQ7c8
I use systemd-boot bootloader and i have this configuration file for gentoo:
Code:
$ cat /boot/loader/entries/gentoo.conf
title Gentoo
linux /vmlinuz-4.1.15-gentoo-r1
initrd /initramfs-genkernel-x86_64-4.1.15-gentoo-r1
options root=PARTUUID=970895a3-5f13-46e4-a020-b9994a68383a init=/usr/lib/systemd/systemd rw


Last edited by uxiofp on Fri Apr 08, 2016 9:17 am; edited 1 time in total
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9677
Location: almost Mile High in the USA

PostPosted: Fri Apr 08, 2016 12:44 am    Post subject: Reply with quote

Did your disks get detected?
Try going into the shell and see if 'dmesg' will display any drives (or some other script, I'm not sure what's on your initramfs). Or even blkid to list out uuids if it's on there.
Double check if your disk controller hardware is selected and detected in your kernel.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
uxiofp
n00b
n00b


Joined: 07 Apr 2016
Posts: 16

PostPosted: Fri Apr 08, 2016 12:49 am    Post subject: Reply with quote

Code:
# blkid
/dev/sda1: LABEL="BOOT" UUID="BBE2-469F" TYPE="vfat" PARTUUID="d5bb6c6a-5d25-4d2d-a2eb-c0a0a3ea2d46"
/dev/sda2: LABEL="arch" UUID="2f7cc90a-0222-4903-b705-87eff1a25464" TYPE="ext4" PARTUUID="970895a3-5f13-46e4-a020-b9994a68383a"
/dev/sda3: LABEL="gentoo" UUID="a02a3020-c7e5-45c7-9b76-d35c5cfc1a55" TYPE="ext4" PARTUUID="3f9d80d3-4c9c-43ed-ac83-fd00cc4a1105"
Back to top
View user's profile Send private message
uxiofp
n00b
n00b


Joined: 07 Apr 2016
Posts: 16

PostPosted: Fri Apr 08, 2016 1:04 am    Post subject: Reply with quote

eccerr0r wrote:
Did your disks get detected?
Try going into the shell and see if 'dmesg' will display any drives (or some other script, I'm not sure what's on your initramfs). Or even blkid to list out uuids if it's on there.
Double check if your disk controller hardware is selected and detected in your kernel.


I think that the problem is in the config of the kernel and particulary in the config of the disk controller, because i tried to boot with a kernel of arch linux and gentoo boots ok.

My .config
http://pastebin.com/XzSaACK7
Code:

$ lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 14h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 7310]
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler HDMI Audio
00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 14)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40)
00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0)
00:15.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 1)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 0 (rev 43)
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 6
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 5
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 12h/14h Processor Function 7
02:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Back to top
View user's profile Send private message
uxiofp
n00b
n00b


Joined: 07 Apr 2016
Posts: 16

PostPosted: Fri Apr 08, 2016 9:17 am    Post subject: Reply with quote

SOLVED with kernel reconfiguration. Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum