[%] print_req_error: I/O error, dev fd0, sector 0
Your server doesn't have a floppy drive, but you have /dev/fd0, and many things will try to use it.
# rmmod floppy
# echo "blacklist floppy" | tee /etc/modprobe.d/blacklist-floppy.conf
# dpkg-reconfigure initramfs-tools
:-)
You must be signed in to add your reply.