| 7 Mar 2025 |
K900 | Are you using any kind of custom kernel? | 20:27:50 |
K900 | Or maybe some kernel parameters? | 20:27:56 |
Andrew | For NixOS I use refind that calls the default systemd-boot? | 20:29:29 |
Andrew | so no? | 20:29:41 |
K900 | That's not the kernel | 20:29:46 |
K900 | Let me rephrase | 20:29:48 |
K900 | What are the values of all the options you have that start with boot? | 20:29:58 |
Andrew | There is also this:
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
| 20:30:35 |
K900 | That is fine | 20:30:49 |
Andrew | the default ones | 20:30:56 |
Andrew | idk | 20:30:58 |
K900 | Just look through your config | 20:31:10 |
K900 | For anything that starts with boot | 20:31:14 |
K900 | And post it here please | 20:31:16 |
Andrew | # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Clean /tmp on boot.
boot.tmp.cleanOnBoot = true;
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usbhid" "uas" "sd_mod"];
boot.initrd.kernelModules = [];
boot.kernelModules = ["kvm-amd"];
boot.extraModulePackages = [];
| 20:32:02 |