586 B
586 B
Procedure
-
Open
/etc/default/grub
in nano, e.g.nano /etc/default/grub
-
Modify the line
GRUB_CMDLINE_LINUX_DEFAULT
to includeconsole=ttyS0
, e.g.GRUB_CMDLINE_LINUX_DEFAULT="quiet console=ttyS0"
-
Update grub via the
update-grub
command -
If using Proxmox, be sure to add a hardware serial port
!!! info "Note"
If done correctly, your Debian virtual machine in Proxmox will have a text console accessible via xterm.js
Sources
http://notesofaprogrammer.blogspot.com/2020/05/enabling-serial-console-on-debian-linux.html