pi-gen
pi-gen copied to clipboard
Corrupted image
Trying to flash my disk with balena etcher but it says the image is corrupted...
Hi, did you check the hash of the file?
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!