Comment 9 for bug 384469

Revision history for this message
marcobra (Marco Braida) (marcobra) wrote :

A work around is to blacklist the floppy module:

sudo vi /etc/modprobe.d/blacklist.conf

add

blacklist floppy

and then run update-initramfs:

sudo update-initramfs -u

Hth