Skip to content

Instantly share code, notes, and snippets.

@kenorb
Created April 25, 2019 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenorb/0413a912d9fcc36638ceb8346f4ac3eb to your computer and use it in GitHub Desktop.
Save kenorb/0413a912d9fcc36638ceb8346f4ac3eb to your computer and use it in GitHub Desktop.
Volume group "ubuntu-vg" not found. Cannot process volume group ubuntu-vg. No key available with this passphrase.
grep use_lvmetad /etc/lvm/lvm/conf
sed -i'' "s/use_lvmetad = 1/use_lvmetad = 0/" /etc/lvm/lvm.conf
nvme1n1p3_crypt (NTFS?)
/dev/nvme0n1p3 (crypto_LUKS)
dumpe2fs /dev/sda1 # Change it to the right one.
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Volume group "ubuntu-vg" not found.
Cannot process volume group ubuntu-vg.
No key available with this passphrase.
--
Please unlock disk XXX_crypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment