September 21 2022

How to fix print_req_error: I/O error, dev fd0, sector 0 error

This is because, your kernel thinks you have a floppy disk fd0, but cant find one. To fix this issue, you can run the following in your terminal:

sudo rmmod floppy
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo dpkg-reconfigure initramfs-tools

How to fix print_req_error: I/O error, dev fd0, sector 0 error


Copyright 2021. All rights reserved.

Posted September 21, 2022 by reggie goldman in category "Uncategorized