How to fix lvmetad error?

If you have any errors at the beginning of your boot in debian, like “LVMETAD”, than do the following:

Edit /etc/lvm/lvm.conf file with the following command:

  $ sudo nano/etc/lvm/lvm.conf
  Now, find the line use_lvmetad=1 and change it to use_lvmetad=0
  Now, run the following command to update the initramfs file for the new kernel:
  $ sudo update-initramfs -k YOUR_KERNEL_VERSION -u
  $ sudo sync
  

sudo update-initramfs -k <tab> shows your kernals, no need to search them.

Your ArtIT Team



BACK