!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

381 Members
A room for maintainers of GNOME & GNOME-adjacent desktop environments (Xfce, Cinnamon, Pantheon...)86 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
7 Mar 2025
@k900:0upti.meK900Are you using any kind of custom kernel?20:27:50
@k900:0upti.meK900Or maybe some kernel parameters?20:27:56
@andrew15_5:matrix.orgAndrewFor NixOS I use refind that calls the default systemd-boot?20:29:29
@andrew15_5:matrix.orgAndrewso no?20:29:41
@k900:0upti.meK900That's not the kernel20:29:46
@k900:0upti.meK900Let me rephrase20:29:48
@k900:0upti.meK900 What are the values of all the options you have that start with boot? 20:29:58
@andrew15_5:matrix.orgAndrew

There is also this:

  imports = [
    (modulesPath + "/installer/scan/not-detected.nix")
  ];
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
20:30:35
@k900:0upti.meK900That is fine20:30:49
@andrew15_5:matrix.orgAndrewthe default ones20:30:56
@andrew15_5:matrix.orgAndrewidk20:30:58
@k900:0upti.meK900Just look through your config20:31:10
@k900:0upti.meK900 For anything that starts with boot 20:31:14
@k900:0upti.meK900And post it here please20:31:16
@andrew15_5:matrix.orgAndrew
  # 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

Show newer messages


Back to Room ListRoom Version: 6