Pinephone is dead (sort of)
#27
I've never used Balena Etcher so don't know if there's something there that might be causing a problem. I use the old "dd" program that Linux inherited from ancient Unix systems. (My circa 1981 Unix manual can largely serve as a guide for dd and other utililities in modern Linux!) So what you might want to do is boot up on your Ubuntu flash drive and try using dd to flash your SD card instead of Etcher.

You need first to determine positively what the device node (/dev/sdX) is for your SD card. You can do this a couple of ways. I usually just monitor the syslog file as previously documented to pick up the device node. You could also use the Gnome Disks or GParted software to identify it. You want to be absolutely sure because "dd" has no safety net, it will do exactly what you tell it to do whether that is what you actually want or not. (It will happily over-write your system disk if you give it the wrong device!) If using Gnome Disks, this is the kind of thing you'll see to identify your SD card, which in my case is a 16GB card:

[Image: S0UZ9Olq_o.png]

So after determining the SD card device node enter the following command, substituting the actual image filename for filename.img and the actual device node for /dev/sdX:

          sudo dd if=filename.img of=/dev/sdX bs=1M status=progress conv=fsync

Due to the simplicity of dd's operation this will create a byte-for-byte copy of the image file on the SD card, and flush buffers out before returning to the command prompt, without question as long as there are no read or write errors. (Be certain to wait for dd to drop back to the command prompt. Even if it says 100% done, that just means that the last part of the file has filled the buffer but dd will still be writing to your SD card until the command prompt is back.)
  Reply


Messages In This Thread
Pinephone is dead (sort of) - by thorensjubilee - 12-28-2021, 05:40 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-28-2021, 07:28 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-28-2021, 08:14 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-29-2021, 06:18 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-29-2021, 07:46 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-31-2021, 04:44 AM
RE: Pinephone is dead (sort of) - by moodroid - 12-31-2021, 07:10 AM
RE: Pinephone is dead (sort of) - by Zebulon Walton - 12-31-2021, 11:14 AM
RE: Pinephone is dead (sort of) - by wibble - 12-31-2021, 11:49 AM
RE: Pinephone is dead (sort of) - by wibble - 12-31-2021, 01:02 PM
RE: Pinephone is dead (sort of) - by moodroid - 01-01-2022, 08:10 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinephone visibly losing power while plugged in Hiraghm 7 4,111 10-21-2025, 10:38 PM
Last Post: Anthona
  Pinephone boot. Richy_T 8 3,965 10-21-2025, 12:12 PM
Last Post: Richy_T
  How can I record video on a Pinephone? kk22 22 13,880 10-08-2025, 01:29 PM
Last Post: Kevin Kofler
  Does PinePhone support long-term battery health optimization? roseblack 5 899 10-06-2025, 09:05 PM
Last Post: Kevin Kofler
  iso pinephone for sale (USA) elwoodb25 0 3,628 09-24-2025, 09:25 PM
Last Post: elwoodb25
  Why projects like PinePhone matter – feedback and encouragement Gary2003 13 17,368 09-16-2025, 01:13 PM
Last Post: Gary2003
  Can use PlayStation on Pinephone? willharper 7 8,633 09-13-2025, 12:30 AM
Last Post: ChaiLetters
  Pinephone Pro Neural Processing Unit biketool 1 5,136 09-01-2025, 02:05 AM
Last Post: biketool
  Want to buy second hand PinePhone 3G version rudi.timmermans 2 4,686 08-31-2025, 07:18 AM
Last Post: Fish
  Pinephone Pro not in store? bubulux20c 1 3,033 08-08-2025, 02:12 AM
Last Post: P. Siera

Forum Jump:


Users browsing this thread: 1 Guest(s)