Skip to content

Commit 36c2247

Browse files
committed
update known issues
1 parent ad27f9a commit 36c2247

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/virtual-machines/linux/serial-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Oracle Linux | Oracle Linux images available on Azure have console access
135135
Custom Linux images | To enable serial console for your custom Linux VM image, enable console access in /etc/inittab to run a terminal on ttyS0. Here is an example to add this in the inittab file: `S0:12345:respawn:/sbin/agetty -L 115200 console vt102`. For more information on properly creating custom images see [Create and upload a Linux VHD in Azure](https://aka.ms/createuploadvhd).
136136
137137
## Errors
138-
Most errors are transient in nature and retrying the serial console connection often addresses these. Below table shows a list of errors and mitigation
138+
Most errors are transient in nature and retrying the serial console connection often addresses these. THe table below shows a list of errors and mitigations
139139
140140
Error | Mitigation
141141
:---------------------------------|:--------------------------------------------|

articles/virtual-machines/windows/serial-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ For information on configuring Windows to create a crash dump when it receives a
152152
153153
154154
## Errors
155-
Most errors are transient in nature and retrying connection address these. Below table shows a list of errors and mitigation
155+
Most errors are transient in nature and retrying connection address these. The table below shows a list of errors and mitigations
156156
157157
Error | Mitigation
158158
:---------------------------------|:--------------------------------------------|
@@ -168,7 +168,7 @@ Issue | Mitigation
168168
:---------------------------------|:--------------------------------------------|
169169
There is no option with virtual machine scale set instance serial console | At the time of preview, access to the serial console for virtual machine scale set instances is not supported.
170170
Hitting enter after the connection banner does not show a log in prompt | [Hitting enter does nothing](https://github.com/Microsoft/azserialconsole/blob/master/Known_Issues/Hitting_enter_does_nothing.md)
171-
Only health information is shown when connecting to a Windows VM| [Windows Health Signals](https://github.com/Microsoft/azserialconsole/blob/master/Known_Issues/Windows_Health_Info.md)
171+
Only health information is shown when connecting to a Windows VM| This will show up if the Special Administrative Console has not been enabled for your Windows image. See [Access Serial Console for Windows](#access-serial-console-for-windows) for instructions on how to manually enable SAC on your Windows VM. More details can be found at [Windows Health Signals](https://github.com/Microsoft/azserialconsole/blob/master/Known_Issues/Windows_Health_Info.md).
172172
Unable to type at SAC prompt if kernel debugging is enabled | RDP to VM and run `bcdedit /debug {current} off` from an elevated command prompt. If you can't RDP you can instead attach the OS disk to another Azure VM and modify it while attached as a data disk using `bcdedit /store <drive letter of data disk>:\boot\bcd /debug <identifier> off`, then swap the disk back.
173173
Pasting into PowerShell in SAC results in a third character if original content had a repeating character | A workaround is to remove the PSReadLine module. `Remove-Module PSReadLine` will remove the PSReadLine module from the current session.
174174
Some keyboard inputs produce strange SAC output (e.g. `[A`, `[3~`) | [VT100](https://aka.ms/vtsequences) escape sequences are not supported by the SAC prompt.

0 commit comments

Comments
 (0)