You are not logged in.
Pages: 1
Hi,
I updated my kernel to linux-4.14.4-1. After a reboot I am dropped to an emergency console stating:
Waiting 10 seconds for device /dev/disk/by-uuid/<UUID>
ERROR: device <UUID> not found. Skipping fschk.
:: Mounting UUID=<UUID> on real root
mount: /new_root: can't find UUID=<UUID>The root partition is an LVM volume, so I am assuming that somehow the lvm module did not get inserted into the initramfs.
Running
ls -lawill only output a single partition (boot partition) which is not on an LVM. However, I tried using the fallback image but the result is the same.
It is also possbile that the newest version of LVM2 (2.02.176-1) may be the cause of the problem since I also updated it.
Last edited by Trellje (2017-12-08 10:14:49)
Offline
Welcome to the arch linux forums Trellje. As far as I am aware lvm2 just needs the dm-mod.
When you were dropped to the rescue shell could you check if that module was loaded?
Also from the rescue shell does /dev/mapper/control exist and if you maually try and detect the volume
# vgscan
# vgchange -ayOffline
Thanks for your reply. /dev/mapper does not even exist. the "dm-mod" module is also missing:
# lsmod | grep -c dm
0Last edited by Trellje (2017-12-08 11:04:07)
Offline
From the rescue shell what is the output of
uname -aIf you boot from live media and chroot in ensuring the boot partition is mounted if it is separate. What is the output of the following
pacman -Q linux
file /boot/vmlinuz-linuxOffline
EDIT:
I must have overwritten mkinitcpio.conf with a default one when I ran pacdiff. Therefore, lvm2 was not included in the HOOKS.
Original message:
# uname -a
Linux (none) 4.14.4-1-ARCH #1 SMP PREEMPT Tue Dec 5 19:10:06 UTC 2017 x86_64 GNU/Linux# pacman -Q linux
linux 4.14.4-1
# file /boot/vmlinuz-linux
/boot/vmlinuz-linux: Linux kernel x86 boot executable bzImage, version 4.14.4-ARCH (builduser@heftig) #1 SMP PREEMPT Tue Dec 5 19:10:06 UTC 2017, RO-rootFS, swap_dev 0x5, Normal VGALast edited by Trelje (2017-12-08 15:20:20)
You already have an account: https://wiki.archlinux.org/index.php/Co … r_accounts
Offline
Pages: 1