This repository was archived by the owner on Mar 23, 2025. It is now read-only.
How to change the boot partition? #66
Unanswered
tobiasBora
asked this question in
Q&A
Replies: 2 comments 5 replies
-
I don't think you need more care than that, but don't know for certain. If you try it out please report back how it goes. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ok, I split off the sd card related stuff into a separate module in #79. Using the traditional nixos-install steps I have an rpi5 with a guid partition table and btrfs. I think step one is making this ergonomic, then explore building those images directly. |
Beta Was this translation helpful? Give feedback.
3 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.
-
In order to have a bit of fun I wanted to try ZFS on the pi5 to get snapshots, incremental backups etc. so I got the kernel working, but now I need to update the configuration to make it work, and my main question is on how to setup the
/boot
partition. Of course, it cannot be a ZFS partition, so I need a separate FAT32 partitition, but I don't know, can I just assume that the FIRMWARE partition contains the /boot partition and don't do anything else beside adding a bunch ofin my
configuration.nix
? Or do I need more care here?Beta Was this translation helpful? Give feedback.
All reactions