Skip to content

Commit 32b1b3c

Browse files
authored
Update oracle-create-upload-vhd.md
Remove rootdelay=300
1 parent 7e5bfb9 commit 32b1b3c

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)