I've been working on this on and off for a while, but can't finish the last steps, so I'm sending it as is. What works: installing to and booting from a partition specified by UUID What seemed to work but then didn't: installing to a partition specified by its label. i tried to do the math, but for some reason it still can't find it. I'm pretty sure it worked at some point. What definitely doesn't work: file system check on boot. I tried and tried to create a statically linked fsck and I've concluded that it's impossible and that I hate linkers. Someone else can figure it out, because I've given up. This means that the init will look for it but won't find it. You will be thrown into a rescue shell, but if you exit it with `,q`, the init process continues without any issue. I used this to set Guix up on my desktop machine on an SSD and other than the issues I've mentioned, it seems to be working fine. I'm hoping someone will pick up the work where I left it. If not, I may revisit it once I've learned enough about how f2fs-tools is built. But I can't say that I'm eager to devote more of my life to that. About the patches: 0001-0005 are what you need for a working system, I included the rest to help anyone who wishes to continue the work.