-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Ubuntu 25.10. Received this error when trying to create a Debian boot flash drive.
$ sudo dd if=debian-live-13.1.0-amd64-standard.iso of=/dev/sde oflag=direct bs=8M status=progress
dd: IO error: Invalid input
Using gnudd finished normally with the exact same command
$ sudo gnudd if=debian-live-13.1.0-amd64-standard.iso of=/dev/sde oflag=direct bs=8M status=progress
naoNao89 and shuhaowu