Proxmox serial console
Aller à la navigation
Aller à la recherche
sur proxmox :
Ajouter a la conf de la vm (remplacer <VMID> par l'id)
args: -serial unix:/var/run/qemu-server/<VMID>.serial,server,nowait
Installer minicom
aptitude install minicom
Créer le fichier
/etc/minicom/minirc.<VMID>
contenant :
pu port unix#/var/run/qemu-server/<VMID>.serial pu minit pu mreset
sous une vm ubuntu : Créer
/etc/init/ttyS0.conf
contenant :
# ttyS0 - getty # # This service maintains a getty on ttyS0 from the point the system is # started until it is shut down again. start on stopped rc or RUNLEVEL=[2345] stop on runlevel [!2345] respawn exec /sbin/getty -L 115200 ttyS0 vt102
Pour une vm debian : ajoutez dans /etc/inittab :
5:2345:respawn:/sbin/mingetty tty5 6:2345:respawn:/sbin/mingetty ttyS0
Pour voir le boot : ajoutez dans /etc/default/grub :
GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0 console=tty0 quiet splash"
Lancez le de suite :
start ttyS0
Sur l'hôte : lancer
minicom <VMID>
pour vous connecter
Pour quitter minicom : ctrl+A puis X Pour l'aide : ctrl+A puis Z