Delay "starting udev"
Long delay while starting udev during system boot. Create a file in /etc/modprobe.d called floppy.conf.
sudo touch /etc/modprobe.d/floppy.conf
Add one line to the file.
blacklist floppy
This should resolve the issue. A reboot will tell for sure. Worked well on one of my desktop boxes. Delay was around 2 seconds, down from 60 seconds or more.
Return home
