Skip to content

Commit ef56f97

Browse files
authored
Fix capitalization in serial console issue description
1 parent ecd3b0f commit ef56f97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/azure/virtual-machines/linux/serial-console-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Pressing **Enter** after the connection banner does not cause a sign-in prompt t
195195
Serial console text only takes up a portion of the screen size (often after using a text editor). | Serial consoles do not support negotiating about window size ([RFC 1073](https://www.ietf.org/rfc/rfc1073.txt)), which means that there will be no SIGWINCH signal sent to update screen size, and the VM will have no knowledge of your terminal's size. Install xterm or a similar utility to provide you with the `resize` command, and then run `resize`.
196196
Pasting long strings doesn't work. | The serial console limits the length of strings pasted into the terminal to 2048 characters to prevent overloading the serial port bandwidth.
197197
Erratic keyboard input in SLES BYOS images. Keyboard input is only sporadically recognized. | This is an issue with the Plymouth package. Plymouth should not be run in Azure as you don't need a splash screen, and Plymouth interferes with the platform's ability to use Serial Console. Remove Plymouth with `sudo zypper remove plymouth` and then reboot. Alternatively, modify the kernel line of your GRUB config by appending `plymouth.enable=0` to the end of the line. You can do this by [editing the boot entry at boot time](./serial-console-grub-single-user-mode.md#single-user-mode-in-suse-sles), or by editing the GRUB_CMDLINE_LINUX line in `/etc/default/grub`, rebuilding GRUB with `grub2-mkconfig -o /boot/grub2/grub.cfg`, and then rebooting.
198-
Serial console and serial logs may be unavailable following a Live Migration for VMs with Trusted Launch and Secure Boot enabled. | Serial console and serial logs will be available following a subsequent reboot.
198+
Serial console and serial logs may be unavailable following a live migration for VMs with Trusted Launch and Secure Boot enabled. | Serial console and serial logs will be available following a subsequent reboot.
199199

200200
## Frequently asked questions
201201

0 commit comments

Comments
 (0)