Hi! everyone,
I’m currently facing a situation where I need to access the VM/CT configuration files stored in /etc/pve on my Proxmox server, but the server won’t boot normally.
I understand that /etc/pve is a virtual filesystem backed by a SQLite database located at /var/lib/pve-cluster/config.db, and it’s not directly accessible in rescue mode.
My questions are:
Best regards.
I’m currently facing a situation where I need to access the VM/CT configuration files stored in /etc/pve on my Proxmox server, but the server won’t boot normally.
I understand that /etc/pve is a virtual filesystem backed by a SQLite database located at /var/lib/pve-cluster/config.db, and it’s not directly accessible in rescue mode.
My questions are:
- How can I mount or access /etc/pve from a rescue environment (like a live CD or SystemRescue) to extract VM/CT config files (from /etc/pve/qemu-server/ and /etc/pve/lxc/)?
- Is there a simple way to recover these configs without fully booting Proxmox?
- Alternatively, how can I boot Proxmox into rescue or single-user mode to access /etc/pve normally and perform necessary operations?
Best regards.