Re: Stuck at boot on fresh install

2024-04-06 Thread David Lecompte
Hi Felix, Florian, all Le lundi 25 mars 2024 à 11:32 -0700, Felix Lechner a écrit : > > error: no such cryptodisk found. > > Do you use LUKS on boot?  Our GRUB supports only a particular type of > key.  Maybe that's the issue? I saw from the manual that only LUKS v1 is supported. Is that the onl

Re: Stuck at boot on fresh install

2024-03-25 Thread Felix Lechner via
Hi David, On Mon, Mar 25 2024, David Lecompte wrote: > error: no such cryptodisk found. Do you use LUKS on boot? Our GRUB supports only a particular type of key. Maybe that's the issue? Kind regards Felix

Re: Stuck at boot on fresh install

2024-03-25 Thread Benjamin Slade
I've been having a vaguely similar issue - which I think also seems to be a cryptodisk not being found, though in this case not with a new install as such, but with an old install which started happening after removing a bunch of old generations. I thought it was a btrfs issue, and so reinstalle

Re: Stuck at boot on fresh install

2024-03-25 Thread David Lecompte
Hi Florian, > You further could try editing the Guix configuration file in the > installer to get another kernel such as: > > (use-package-modules linux) > > (operating-system >   … >   (kernel linux-libre-4.19) >   …) > Thanks, I did not know I could do that during the install. However, when

Re: Stuck at boot on fresh install

2024-03-25 Thread pelzflorian (Florian Pelz)
You further could try editing the Guix configuration file in the installer to get another kernel such as: (use-package-modules linux) (operating-system … (kernel linux-libre-4.19) …) Further, I believe there are other X200 users, but I cannot find the thread on yhetil.org. Is it perhaps n

Re: Stuck at boot on fresh install

2024-03-25 Thread David Lecompte
Hi Florian, > Could you try editing the GRUB boot options (press E > during GRUB) and append to the linux boot line: > > nomodeset > > This would rule out graphics driver problems. > Thanks, I tried, it makes no difference. The boot menu is taking a small portion of the screen, with the Guix l

Re: Stuck at boot on fresh install

2024-03-25 Thread pelzflorian (Florian Pelz)
Hello David, Could you try editing the GRUB boot options (press E during GRUB) and append to the linux boot line: nomodeset This would rule out graphics driver problems. However, I also know a PC where GRUB sometimes (only sometimes) just gets stuck and the PC needs a restart and it works the n