Comment 8 for bug 367782

Revision history for this message
Sam Geeraerts (samgee) wrote :

Instead of hacking /usr/share/initramfs-tools/init, it's more elegant and robust to add the delay as a rootdelay boot parameter. E.g. edit /etc/default/grub as follows:

GRUB_CMDLINE_LINUX_DEFAULT="quiet rootdelay=10"

and run 'sudo update-grub'.