Hello,
I used balenaEtcher to flash hassios, and now my SD card cannot be written. I tried the instructions suggested at: https://www.balena.io/blog/did-etcher-break-my-usb-sd-card/ on Windows and Linux and both failed. On Windows I get an error of a timeout on the ‘create parition primary’ step. On Linux i get this message (the last number differs between runs):
$ sudo dd if=/dev/zero of=/dev/sdb bs=512 count=1 conv=notrunc
1+0 records in
1+0 records out
512 bytes copied, 0.00685521 s, 74.7 kB/s
On gdisk i can see that the SD card has 8 partitions:
Number Start (sector) End (sector) Size Code Name
1 2048 67583 32.0 MiB 0C01 hassos-boot
2 67584 116735 24.0 MiB 8300 hassos-kernel0
3 116736 641023 256.0 MiB 8300 hassos-system0
4 641024 690175 24.0 MiB 8300 hassos-kernel1
5 690176 1214463 256.0 MiB 8300 hassos-system1
6 1214464 1230847 8.0 MiB 8300 hassos-bootstate
7 1230848 1427455 96.0 MiB 8300 hassos-overlay
8 1427456 31422430 14.3 GiB 8300 hassos-data
Would highly appreciate your comments.
(tried first with balenaEtcher 1.5.109-linux-x64, then after the problems started with 1.5.111-linux-x64 but no solution found yet). (It would seem to me that the programs actually execute the commands i call but then content gets to be re-written, see gif
…