How to disable floppy drive?
A more complicated answer as I have a laptop with no floppy drive.
Edit
/etc/fstab
to remove reference to floppy.-
Edit
/etc/modprobe.d/blacklist
and add this line at the end:install floppy /bin/false
Run:
sudo update-initramfs -u
Run:
sudo update-grub
Reboot.
Go into the bios and shut it off.