This repository was archived by the owner on Mar 23, 2025. It is now read-only.
How to rollback to a previous generation? (Pi5) #93
Unanswered
DerRockWolf
asked this question in
Q&A
Replies: 1 comment
-
I was able to recover, although not by booting into a previous generation. I just needed to re-add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Pi5 without uboot as I'm booting from a NVMe SSD.
After updating my configuration and running
nixos-rebuild switch
the Pi was working fine, but after a small power outage a week later it stopped booting up. No output on HDMI, not responding to ICMP.I suspect that some update caused this and I'm now wondering how I can boot into a previous generation.
I've already tried to connect the SSD to my PC and use
nixos-enter
to then change the default generation usingswitch-to-generation
. I wasn't able to getnixos-enter
to work, I always got:I also tried to set
--system
which resulted in the same errors (with slightly different paths).Was someone smarter than me already able to boot into a previous generation? Any tips are highly appreciated. 🙂
Beta Was this translation helpful? Give feedback.
All reactions