Known Issues for Roving Edge Infrastructure

The following known issue is identified in Roving Edge Infrastructure.

An Oracle Linux 9 instance takes a while to boot

An Oracle Linux 9 instance might take longer than 4 minutes to boot.

Details
Workaround
  1. In the instance, run the following command to check if the bootloader entry contains a netroot setting that's set to an iscsi target:

    grep "netroot=iscsi" /boot/loader/entries/*$(uname -r).conf
  2. If the command returns any result, remove the netroot option from the bootloader entries using this command:

    sed -i 's/netroot=iscsi:[^ ]\+ / /' /boot/loader/entries/*.conf