I think removal of dracut on resolute images and replacement with initramfs-tools is probably off the general support path, just like the replacement of systemd-networkd in server images with NetworkManager.
But, I think we could fairly easily perform the following additional steps to verify non-dracut behavior: ``` # Purge Dracut and its core dependencies from your environment sudo apt purge dracut dracut-core dracut-networkInstall sudo apt install initramfs-toolsRecreate sudo update-initramfs -u -k all sudo cloud-init clean -c all --logs --reboot ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2161665 Title: resolute: Oracle 100 minute boot/reboot delay due to ISCSI root not detected on dracut-based images To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2161665/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
