Skip to content

Commit 80f25b5

Browse files
authored
Merge pull request #84523 from linuxelf001/patch-8
Update oracle-create-upload-vhd.md
2 parents 0f1f37a + 32b1b3c commit 80f25b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/oracle-create-upload-vhd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You must complete specific configuration steps in the operating system for the v
8282
9. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this open "/boot/grub/menu.lst" in a text editor and ensure that the kernel includes the following parameters:
8383

8484
```config-grub
85-
console=ttyS0 earlyprintk=ttyS0 rootdelay=300
85+
console=ttyS0 earlyprintk=ttyS0
8686
```
8787

8888
This will ensure all console messages are sent to the first serial port, which can assist Azure support with debugging issues.
@@ -188,7 +188,7 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
188188
9. 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:
189189

190190
```config-grub
191-
GRUB_CMDLINE_LINUX="rootdelay=300 console=ttyS0 earlyprintk=ttyS0 net.ifnames=0"
191+
GRUB_CMDLINE_LINUX="console=ttyS0 earlyprintk=ttyS0 net.ifnames=0"
192192
```
193193

194194
This will also ensure all console messages are sent to the first serial port, which can assist Azure support with debugging issues. It also turns off the naming conventions for NICs in Oracle Linux 7 with the Unbreakable Enterprise Kernel. In addition to the above, it is recommended to *remove* the following parameters:

0 commit comments

Comments
 (0)