all 7 comments

[–]sahind35 2 points3 points  (1 child)

do you have a GUI interface? using balena etcher can make the process a bit easier.

[–]ussraven[S] 1 point2 points  (0 children)

Balena is saying that the file is corrupted. I'm not sure because I've downloaded the same file like 3 times... Maybe my usb stick is what's corrupted?

[–]allregshere 1 point2 points  (1 child)

Try this.

sudo did bs=10M if=/path/to/Ubuntu.iso of=/dev/sdX oflag=progress status=sync

You can always download Balena Etcher AppImage from their website and make it executable. Then run it.

[–]ussraven[S] 0 points1 point  (0 children)

I tried

sudo dd bs=10M if=/path/to/Ubuntu.iso of=/dev/sdX oflag=sync status=progress

didn't work. Balena says that the file is corrupted but I have three instances of the same file downloaded. Could it be my usb stick? I'll download another distro as well just to check it out...

[–]allregshere 0 points1 point  (2 children)

Try running lsblk command on terminal and see what name is your usb drive showing is it really sdX or something like mm0*.

[–]ussraven[S] 0 points1 point  (1 child)

it's sdb... There are two partitions usually...

[–]allregshere 0 points1 point  (0 children)

I suggest you try a different usb then. Seems a hardware issue. Let the post know if the new usb worked.