You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To configure the VM to accept a restart through a SysRq commands on the Azure portal, you have to set a value of **1** for the kernel parameter, kernel.sysrq. To ensure this configuration persists after a restart, add an entry to the **Sysctl.conf** file:
91
+
To configure the VM to accept a restart through a SysRq commands on the Azure portal, you have to set a value of **1** for the kernel parameter, kernel.sysrq. To make sure that this configuration persists after a restart, add an entry to the **Sysctl.conf** file:
92
92
93
93
`echo kernel.sysrq = 1 >> /etc/sysctl.conf`
94
94
@@ -164,7 +164,7 @@ For Ubuntu 12.04 to obtain a **login:** prompt, follow these steps:
164
164
exec /sbin/getty -L 115200 ttyS0 vt102
165
165
```
166
166
167
-
2. Run the following command to start the getty service using Upstart:
167
+
2. To start the getty service by using Upstart, run the following command:
168
168
169
169
```console
170
170
sudo start ttyS0
@@ -211,7 +211,7 @@ If all goes well, the Recovery menu now displays additional options that can hel
211
211
212
212
#### Red Hat 7\.4\+ GRUB configuration
213
213
214
-
For Red Hat 7.4 and later, the default `/etc/default/grub` configuration includes the necessary settings for serial console access and recovery. Unless you've made customizations to it, no further modifications are required.
214
+
For Red Hat 7.4 and later, the default `/etc/default/grub` configuration includes the necessary settings for serial console access and recovery. Unless you've customized the default settings, no further modifications are required.
215
215
216
216
On standard installations, the configuration appears as:
217
217
@@ -411,4 +411,4 @@ Learn more about [Azure Serial Console](./serial-console-linux.md).
411
411
412
412
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
0 commit comments