Hi All
I have a similar issue with an existing VM that I can no longer access. It is a PopOS 22.04 VM created from the the PopOS install image (so not an LXC container) and have been running in my PVE v7.4-17. Trying to access it through the noVNC console results in a successful boot-up by am greeted with a dark screen with no username/password prompt to log in. I can see the pointer chasing my mouse actions in the screen, but pressing real or virtual keyboard keys and combinations provides no login fields. The VM is configured with an encrypted LVM filesystem so no (easy) I have access to the raw files to set up (change or disable) any files and I have ufw only allowing egress traffic from the VM, I can't ssh in from outside. I tried to set up serial console access, ...
but my getty process hasn't been set up so the serial access also hangs, and I can't access my GRUB prompt underneat the encrypted file system.
Is there any easy way to recover my existing GUI based (or text based) login prompt?
TIA!
I have a similar issue with an existing VM that I can no longer access. It is a PopOS 22.04 VM created from the the PopOS install image (so not an LXC container) and have been running in my PVE v7.4-17. Trying to access it through the noVNC console results in a successful boot-up by am greeted with a dark screen with no username/password prompt to log in. I can see the pointer chasing my mouse actions in the screen, but pressing real or virtual keyboard keys and combinations provides no login fields. The VM is configured with an encrypted LVM filesystem so no (easy) I have access to the raw files to set up (change or disable) any files and I have ufw only allowing egress traffic from the VM, I can't ssh in from outside. I tried to set up serial console access, ...
Code:
qm set <vmid> -serial0 socket
<restart VM>
qm terminal <vmid> -iface serial0
Is there any easy way to recover my existing GUI based (or text based) login prompt?
TIA!