Hi Tanguy, On April 10, 2025 9:12:43 AM GMT+02:00, Tanguy Le Carrour <tan...@bioneland.org> wrote: >Hi, > > >On Mon Apr 7, 2025 at 10:22 AM CEST, Rutherther wrote: >> "Tanguy Le Carrour" <tan...@bioneland.org> writes: >>> TL;DR my Guix System refuses to boot and I’m left with a "scheme screen of >>> death". It’s a single system+data encrypted partition. How am I supposed to >>> fix >>> that? >> […] >> Let me guess, you have /etc/guix/acl file pointing to a non existing >> store location. >> See https://issues.guix.gnu.org/77201, there is a bug with that that has >> the same symptom as you're experiencing. >> >> To fix it, delete this file in a live iso, and you should be good to go >> further. > >It’s alive!! 🥳 > >I booted from a live ISO, removed the `acl` file… rebooted… and… it’s alive! 🥳 >(yeah, I know, I already said that! 😅)
Great! > >I wanted to try to do it in Scheme, but… well, you know, I like my good old >shell! 😁 You can get to a shell from the scheme environment as long as disk has been mounted, and it was in your case. `(invoke "/bin/sh")`. Of course most stuff wont work, you need to set up PATH etc. > >Anyway, thanks again! >