tech:kvm_libvirt_enable_console
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:kvm_libvirt_enable_console [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:kvm_libvirt_enable_console [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # KVM Libvirt enable console | ||
| + | |||
| + | Voir [[draft-console-cable-serie-croise-rs-232|Console câble série croisé RS-232]] | ||
| + | |||
| + | `/ | ||
| + | ~~~bash | ||
| + | GRUB_CMDLINE_LINUX=" | ||
| + | GRUB_TERMINAL=" | ||
| + | GRUB_SERIAL_COMMAND=" | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | update-grub | ||
| + | ~~~ | ||
| + | |||
| + | Si ancien os avec inittab | ||
| + | |||
| + | `/ | ||
| + | ~~~ | ||
| + | SO: | ||
| + | ~~~ | ||
| + | |||
| + | How to change the width of remote serial console ? | ||
| + | ~~~bash | ||
| + | stty rows 50 cols 132 | ||
| + | ~~~ | ||
| + | |||
