{{tag>Virt KVM Console}} # KVM Libvirt enable console Voir [[draft-console-cable-serie-croise-rs-232|Console câble série croisé RS-232]] `/etc/default/grub` ~~~bash GRUB_CMDLINE_LINUX="console=ttyS0,115200n8 serial locale=fr_FR" GRUB_TERMINAL="console serial" GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1" ~~~ ~~~bash update-grub ~~~ Si ancien os avec inittab `/etc/inittab` ~~~ SO:12345:respawn:/sbin/getty -L 115200 -8 ttyS0 vt102 ~~~ How to change the width of remote serial console ? ~~~bash stty rows 50 cols 132 ~~~