Fix LUKS on pindakaas
It took 3 days to investigate by myself and only get a partial idea of the issue, but 5 minutes to ask for support and another 5 to get a working solution. Hopefully lesson learned.
This commit is contained in:
parent
29504dab6c
commit
36608fa9e4
8 changed files with 71 additions and 147 deletions
|
@ -9,6 +9,9 @@
|
|||
# nixos-hardware use latest kernel by default. It has been set a while ago, we maybe don't need it anymore?
|
||||
kernelPackages = pkgs.linuxPackages;
|
||||
|
||||
# Otherwise it will not show stage1 echo and prompt
|
||||
kernelParams = ["console=tty0"];
|
||||
|
||||
# Pinebook supports UEFI, at least when tow-boot is installed on the SPI
|
||||
loader = {
|
||||
# EFI Variables don't work (no generation appears in systemd-boot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue