10-26-2020, 04:25 AM
(This post was last modified: 10-26-2020, 04:27 AM by robieguarneros.)
(10-25-2020, 03:58 PM)KC9UDX Wrote: Until you can get a new SD card, try a different image. Even try the NetBSD image I linked to. It should boot. I don't have a way right now to verify that the Debian image that I linked to is actually the right one anymore. Or try one of the other OSs in the wiki links. Android, ChromeOS, or something.Yes, I am unarchiving the image. I just got a new sd card. I’ll be retrying today and I’ll let you know if it works.
Here's a silly question: Are you unarchiving the image before flashing it?
I'm not familiar with Etcher at all, and the documentation reads like nonsense to me. It looks like it was sloppily translated to English.
(10-25-2020, 12:33 PM)wdt Wrote: How to tell if SD card image is OK?? If you have a linux box & card reader,, I have NO idea how to do this in winI don’t have a Linux box and card reader, ill try and do this in windows. Anyway, I just got a new sd and I’ll be trying with that one. Thanks!
Mount and check the 2 partitions (in a file manager), open some text files, in /etc,,, extlinux/extlinux.conf
If it all looks OK, probably is
Now the 1st 16 MB is a little harder,, use dd to "yank" them out, compare with md5sum,, like this
dd if=/dev/SD(sdb?,sdc?,whatever) of=16SD bs=1M count=16 (sorry sdb? might not be clear,, ONLY sdb OR sdc, not sdb1)
cd to image
xzcat pinebookpro-debian-desktop-mrfixit191226.img.xz |dd of=16img bs=1M count=16
mv 16img (to same directory where 16SD is)
md5sum 16SD 16img (and will display vertically lined up 1 above other, should be identical)