bullen wrote: ↑Mon Jul 06, 2020 11:37 pm
What did you use to write the images?
I used to use Etcher, but lately I've been using Raspberry Pi Imager.
However, both of these work from the command line with an extracted .img file.
Code: Select all
sudo dd if=2020-05-27-raspios-buster-lite-armhf.img of=/dev/sdb bs=4M;sync
Code: Select all
sudo cp 2020-05-27-raspios-buster-lite-armhf.img /dev/sdb;sync
This works as well, and is a bit tidier because you don't need to extract the .zip file first.
Code: Select all
sudo su
unzip -p 2020-05-27-raspios-buster-lite-armhf.zip >/dev/sdb;sync
Note on my system the SD card reader is /dev/sdb so you will have to correct for your system.
bullen wrote: ↑Mon Jul 06, 2020 11:37 pm
It's not the screen or anything else because I use everything already and it all works!!!
If it all works, then what are you complaining about?
bullen wrote: ↑Mon Jul 06, 2020 11:37 pm
Somewhere along the line the kid friendly computer turned into you must have multiple days just to write the OS on a SD card... the train is officially derailed! It's so bad most people now have PTSD from failing to write SD cards!
That is absolutely not true for most people!
I got my Pi4s in July 2019, less than a month after release, and I haven't had trouble writing any of the images. I don't know why you are having problems, but since you aren't supplying any information needed to troubleshoot your issues I can't help.
You can continue to blame your troubles on others and your problems will continue as well. If you decide you actually want help, then I suggest you cooperate with the people who are trying to help you. Good luck.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?