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
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/redhat-create-upload-vhd.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ This section assumes that you have already obtained an ISO file from the Red Hat
96
96
1. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this modification, open `/boot/grub/menu.lst` in a text editor, and ensure that the default kernel includes the following parameters:
97
97
98
98
```config-grub
99
-
console=ttyS0 earlyprintk=ttyS0 rootdelay=300
99
+
console=ttyS0 earlyprintk=ttyS0
100
100
```
101
101
102
102
This will also ensure that all console messages are sent to the first serial port, which can assist Azure support with debugging issues.
@@ -202,7 +202,7 @@ This section assumes that you have already obtained an ISO file from the Red Hat
@@ -621,7 +621,7 @@ This section shows you how to use KVM to prepare a [RHEL 6](#rhel-6-using-kvm) o
621
621
1. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this configuration, open `/boot/grub/menu.lst` in a text editor, and ensure that the default kernel includes the following parameters:
622
622
623
623
```config-grub
624
-
console=ttyS0 earlyprintk=ttyS0 rootdelay=300
624
+
console=ttyS0 earlyprintk=ttyS0
625
625
```
626
626
627
627
This will also ensure that all console messages are sent to the first serial port, which can assist Azure support with debugging issues.
@@ -816,7 +816,7 @@ This section shows you how to use KVM to prepare a [RHEL 6](#rhel-6-using-kvm) o
816
816
1. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this configuration, open `/etc/default/grub` in a text editor, and edit the `GRUB_CMDLINE_LINUX` parameter. For example:
This command also ensures that all console messages are sent to the first serial port, which can assist Azure support with debugging issues. The command also turns off the new RHEL 7 naming conventions for NICs. In addition, we recommend that you remove the following parameters:
@@ -1007,7 +1007,7 @@ This section assumes that you have already installed a RHEL virtual machine in V
1007
1007
1. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this, open `/etc/default/grub` in a text editor, and edit the `GRUB_CMDLINE_LINUX` parameter. For example:
This will also ensure that all console messages are sent to the first serial port, which can assist Azure support with debugging issues. In addition, we recommend that you remove the following parameters:
@@ -1153,7 +1153,7 @@ This section assumes that you have already installed a RHEL virtual machine in V
1153
1153
1. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this modification, open `/etc/default/grub` in a text editor, and edit the `GRUB_CMDLINE_LINUX` parameter. For example:
This configuration also ensures that all console messages are sent to the first serial port, which can assist Azure support with debugging issues. It also turns off the new RHEL 7 naming conventions for NICs. In addition, we recommend that you remove the following parameters:
@@ -1396,7 +1396,7 @@ This section shows you how to prepare a RHEL 7 distro from an ISO using a kickst
1396
1396
EOF
1397
1397
1398
1398
# Set the cmdline
1399
-
sed -i 's/^\(GRUB_CMDLINE_LINUX\)=".*"$/\1="console=tty1 console=ttyS0 earlyprintk=ttyS0 rootdelay=300"/g' /etc/default/grub
1399
+
sed -i 's/^\(GRUB_CMDLINE_LINUX\)=".*"$/\1="console=tty1 console=ttyS0 earlyprintk=ttyS0"/g' /etc/default/grub
1400
1400
1401
1401
# Enable SSH keepalive
1402
1402
sed -i 's/^#\(ClientAliveInterval\).*$/\1 180/g' /etc/ssh/sshd_config
0 commit comments