When I create a Linux VM on Proxmox VE 8, for example debian 12 and then add the serial port to the VM with the command
everything went fine and the serial port is added and working.
The problem occurs when I want to connect to the VM using the Console button.
This will end up with error 1006 unable to find serial interface
if I use the console item in the VM menu everything is OK.
The serial port is not supposed to be used for connecting the terminal at all, so console communication should not be directed to it.
Where is the problem and how to solve it?
Thanks
Code:
qm set 101 -serial1 /dev/ttyS0
everything went fine and the serial port is added and working.
The problem occurs when I want to connect to the VM using the Console button.
This will end up with error 1006 unable to find serial interface
if I use the console item in the VM menu everything is OK.
The serial port is not supposed to be used for connecting the terminal at all, so console communication should not be directed to it.
Where is the problem and how to solve it?
Thanks