I have been using proxmox to host a home server setup for the last few months. In January I upgraded the RAM in the PC running proxmox. This caused Secure Boot to panic a bit (whoops), but after disabling Secure Boot the hardware seems fine. However, proxmox now refuses to boot but instead repeats:
several times until it gives up and displays this message:
This issue seems very similar to the one documented here. However, commenting out global_filter from /etc/lvm/lvm.conf had no effect for me and /etc/default/grub did not exist. Users in that thread also link to this post with the same issue. It seems like the second thread dealt with an issue specific to that particular version of proxmox(?) and I am not sure I understand where in the thread they found a solution.
TL;DR: proxmox is returning a "volume group 'pve' not found" error after a hardware change. Is there a way that I can fix this without completely nuking my install?
Code:
Volume group "pve" not found
Cannot process volume group pve
Code:
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/mapper/pve-root does not exist. Dropping to shell!
BusyBox v1.30.1 (Debian 1:1.30.1-6+b3) built-in shell (ash)
(initramfs)
This issue seems very similar to the one documented here. However, commenting out global_filter from /etc/lvm/lvm.conf had no effect for me and /etc/default/grub did not exist. Users in that thread also link to this post with the same issue. It seems like the second thread dealt with an issue specific to that particular version of proxmox(?) and I am not sure I understand where in the thread they found a solution.
TL;DR: proxmox is returning a "volume group 'pve' not found" error after a hardware change. Is there a way that I can fix this without completely nuking my install?