You are not logged in.

#1 2016-11-21 14:58:30

Spooky4672
Member
Registered: 2016-03-12
Posts: 14

Unable to find root device

Hi,

I have an Arch install on my laptop with full disk encryption. Last week I got this error at start :
Unable to find root device /dev/mapper/vg-root.
I managed to fix it by chrooting in my system from a live usb, and reinstalling udev and linux.
Yesterday the error appeared again, I tried the same thing but it won't work.
I find this very weird, I can mount the vg-root volume from the live usb but it is not there at start ...

Any ideas ?
Thanks in advance

Offline

#2 2016-11-21 16:32:40

jbaojunior
Member
Registered: 2016-11-21
Posts: 2

Re: Unable to find root device

I had problems with libreadline.so.6. Some programs, like awk, needing of libreadline.so.6. I make a link symbolic of version 7 to 6:

cd /usr/lib
ln -sf libreadline.so.7 libreadline.so.6

Offline

#3 2016-11-21 16:37:26

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,561

Re: Unable to find root device

jbaojunior wrote:

I had problems with libreadline.so.6. Some programs, like awk, needing of libreadline.so.6. I make a link symbolic of version 7 to 6:

cd /usr/lib
ln -sf libreadline.so.7 libreadline.so.6

DO NOT MAKE STUPID SYMLINKS!!!

Partial updates are not supported. Update your entire system and things work.

Edit: And don't hijack threads, either.

Last edited by Scimmia (2016-11-21 16:38:43)

Offline

#4 2016-11-22 14:25:44

mr.MikyMaus
Member
From: disabled
Registered: 2006-03-31
Posts: 285

Re: Unable to find root device

Perhaps try the rootdelay= boot parameter to instruct the kernel to wait a few seconds before trying to mount root. LVM may take some time to settle.


What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...

... and who is general Failure and why is he reading my harddisk?

Offline

Board footer

Powered by FluxBB