Trouble with SDCard's, for RPi
Posted: Sun Feb 11, 2024 12:57 am
I've finally got around to attempting to upgrade my Pi-4 with the latest MX-23.1_rpi.img. Haven't done anything with the Pi's for quite some time apart from usage. So my old memory has me relearning things again.
Anyway, I've used the following on an unused 16GB SDCard:
There were no errors, it automatically mounted in my computer & I could look inside of the 2 directories. All seems fine.
I stick the SD into the Pi & it boots up, then has a kernel panic - Failed to execute /init ?
So I tried using another new SDCard, this time via the Pi-imager. It gives me an error:
I expect that I'll get the same response from GParted too.
If anyone has any ideas about what the problem is I'd be happy to read them. I may be making an obvious mistake, dunno?
Anyway, I've used the following on an unused 16GB SDCard:
Code: Select all
sudo dd bs=4M if=mx23.1_rpi.img of=/dev/sdb status=progress conv=fsync
I stick the SD into the Pi & it boots up, then has a kernel panic - Failed to execute /init ?
So I tried using another new SDCard, this time via the Pi-imager. It gives me an error:
The first card that I used also had GParted giving errors when I looked at it there. Something about a partition being outside the disk - from memory.Write error while trying to zero out last part of card. Card could be advertising wrong capacity (possible counterfeit).
I expect that I'll get the same response from GParted too.
If anyone has any ideas about what the problem is I'd be happy to read them. I may be making an obvious mistake, dunno?