RaspISteve wrote: ↑Sat Mar 31, 2018 10:52 pmGuys,
I've had a problem with the SD-Formater program in that it can act strangely (runs very sluggishly) if the target SD card's formating has got broken. I found that a WIndows "Quick" format got the SD card organised enough for SD-Formater to run correctly.
Similarly with Etcher (on Unbuntu). If the target SD card's format is stuffed in any way it won't recognise it (certainly the OS won't recognise it enough to let Etcher see it) as something it can write an image to. It was simpler for me to Quick format on Windows then SD-Format it before using the ZIP file with Etcher on my Unbuntu system.
If you are on Ubuntu, then you can just use "cp" (as in "cp xxxx.img /dev/sdx" ) of course you have to unzip it first, but the Linux unzip works. All you are doing is copying a file!RaspISteve wrote: ↑Sat Mar 31, 2018 10:52 pmSimilarly with Etcher (on Unbuntu). If the target SD card's format is stuffed in any way it won't recognise it (certainly the OS won't recognise it enough to let Etcher see it) as something it can write an image to. It was simpler for me to Quick format on Windows then SD-Format it before using the ZIP file with Etcher on my Unbuntu system.
I was about to say about the same thing - that if you are using Linux to make the Pi boot media, there's no reason to run Etcher (or any other third party soft). Really, the only place it makes any sense to run any third party soft is on Windows - and, incidentally, now that there is the "Windows Subsystem for Linux", maybe it isn't even necessary there...If you are on Ubuntu, then you can just use "cp" (as in "cp xxxx.img /dev/sdx" ) of course you have to unzip it first, but the Linux unzip works. All you are doing is copying a file!