is your USB located at /dev/sd?, you can find this with gparted or df -hl. Let's suppose it is the device /dev/sdb
Then you can burn the ISO image(make sure it is a booteable ISO) try this command: sudo dd if=debian.iso of=/dev/sdb bs=512k
lsblk works too
May I ask why bs 512k?
Обсуждают сегодня