blk_update_request: I/O error, dev fd0, sector 0
https://unix.stackexchange.com/questions/282845/blk-update-request-i-o-error-dev-fd0-sector-0
Your device doesn't have a floppy drive, but the floppy driver module is installed, so you have /dev/fd0, and many things will try to use it.
sudo rmmod floppy
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo dpkg-reconfigure initramfs-tools
Just disable the floppy drive in the Bios system, same thing happend to me did that working fine now.