Copy/paste
Can’t copy paste into vm console?
- Add a serial port, either command line or promox GUI
qm set [your_vm_id] -serial0 socket
-
Configure GRUB (sorry if not grub)
- edit /etc/default/grub
- Replace the line GRUB_CMDLINE_LINUX_DEFAULT=… with
GRUB_CMDLINE_LINUX_DEFAULT="quiet console=tty0 console=ttyS0,115200"
sudo update-grub
Now use Console > xterm.js instead of noVNC