Cannot connect to VM console

kamanwu

Member
May 7, 2023
17
0
6
I have 2 machines. Both of installed version 8.2.2
Both hosts do NOT have any issue to open shell.

One machine 1, I created a VM (ubuntu 24.4 server). Use noVNC console to connect the VM, no issues as well.
One machine 2, I created a same VM (ubuntu 24.4 server). But noVNC cannot connect to the VM. If I use ssh to login, no issues as well.

When noVNC cannot connect to the VM, there is no errors show up. Just the screen freeze at the ubuntu server starting process. Any suggestion to debug this issue?

Thanks.

Upate:
If I reboot the VM on 2nd machine, I get the same results. So rebooting will not solve the issue, and it's NOT a random issue.
 
Last edited:
Screenshot 2024-05-08 at 11.08.11 AM.png

This is the screen I see when try to use console to connect the VM

And here is my VM config:

Code:
bios: ovmf
boot: order=scsi0;ide2;net0
cores: 4
cpu: x86-64-v2-AES
efidisk0: local-zfs:vm-241-disk-0,efitype=4m,pre-enrolled-keys=1,size=1M
hostpci0: 0000:00:02,pcie=1
ide2: nas-proxmox:iso/ubuntu-24.04-live-server-amd64.iso,media=cdrom,size=2690412K
machine: q35
memory: 4096
meta: creation-qemu=8.1.5,ctime=1714906685
name: docker
net0: virtio=BC:24:11:1F:8A:84,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-zfs:vm-241-disk-1,discard=on,iothread=1,size=32G
scsi1: tank:vm-241-disk-0,discard=on,iothread=1,size=50G
scsi2: tank:vm-241-disk-1,discard=on,iothread=1,size=50G
scsihw: virtio-scsi-single
smbios1: uuid=e0d795a2-9bf7-4f06-a54b-c19ce5e912c5
sockets: 1
vmgenid: c99fcbcc-5761-4d63-8516-197a3dfda72a
 
Last edited: