Full software backup vs genmon backup #1060
-
I have been slowly building my genmon software, and having been out of touch with linux/unix and anything else for that matter, for over 20 years I have crashed and burned a few times. I am getting pretty good at rebuilding everything, but getting a little tired of it. My question is, is there a better way than doing a whole rebuild? I have read several things about cloning the SD card, but they all seem to have problems. I am running my pi headless and do not have a keyboard and monitor for it. It seems like a fairly simple need, but Microsoft seems to not want us to do it at least easily. Does anyone have a suggestion on how to get a complete SD card clone without going through as much work as just rebuilding it. Thanks for any help, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
This thread has some discussion on this topic: #1057 |
Beta Was this translation helpful? Give feedback.
-
As I said in the forum, I was away for a bit (had to take my grandkids
home). Thanks for all the help.
I am not sure what is going on with my pi, if I restart it manually by
power cycle it comes up ok for a little while, then for no
particular reason it just starts getting that weird error and I can only do
a manual power down.
So the next thing is a complete re build. I'll try bookworm again. I had
problems the other day, maybe I screwed something up.
so I will try again.
Thanks
…On Tue, Feb 20, 2024 at 6:53 PM Jon R. Helms ***@***.***> wrote:
Commands not found aren't a concern, it's just a missing package and not a
hardware issue. For the I/O error, that would depend on the command as it
could be a hardware config issue. Memory issues rarely result in readable
error messages. If you want to test memory, I pulled from
https://forums.raspberrypi.com/viewtopic.php?f=63&t=103847#p717845.
sudo apt-get update && sudo apt-get install memtester
sudo memtester 512 10
512 memory to test
10 is number of loops
—
Reply to this email directly, view it on GitHub
<#1060 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4RITQIEFG7SDKZQTU4KCIDYUUZN5AVCNFSM6AAAAABDSALAXCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKMZWGQ3TE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I used Win32Diskimager and made a direct image from the working SD card on my PC. I never could figure out if you can get a clean image from a running pi without corrupting or crashing it. |
Beta Was this translation helpful? Give feedback.
Thanks,
I was gone for a bit. You didn't understand. Once I got that error, any command got that error and I could not do a software shutdown or reboot. - So rebuild. I just hope it was corrupt SW and not my HW.