linuxdesktop:ubuntu_lvm_error_on_boot
Ubuntu LVM Error On Boot
This is so far only a problem on Ubuntu 18.04 and can be mended like this.
vi /etc/lvm/lvm.conf
Find the following line
use_lvmetad = 1
And change it to
use_lvmetad = 0
Next update initramfs for the current kernel on your system.
update-initramfs -k $(uname -r) -u; sync
linuxdesktop/ubuntu_lvm_error_on_boot.txt · Last modified: 24/11/2023 12:45 by Allan