pi-gen icon indicating copy to clipboard operation
pi-gen copied to clipboard

Corrupted image

Open DiegoDDT opened this issue 4 years ago • 2 comments

Trying to flash my disk with balena etcher but it says the image is corrupted...

DiegoDDT avatar Dec 12 '20 23:12 DiegoDDT

Hi, did you check the hash of the file?

diglos avatar Dec 15 '20 08:12 diglos

Yes, I checked the hash and the file is not corrupted but for some reason this is the feedback that I recieve from Balena Etcher. I solved it just going directly with the terminal for flashing the SD with the following command:

sudo dd bs=1m if=path_of_your_image.img of=/dev/rdiskN; sync

That worked, on the same file that I feeded to Balena Etcher!

DiegoDDT avatar Dec 15 '20 09:12 DiegoDDT