!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

394 Members
A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)92 Servers

Load older messages


SenderMessageTime
7 Mar 2025
@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
@k900:0upti.meK900 And what does uname -a output? 20:32:22
@andrew15_5:matrix.orgAndrew Linux nixos 6.12.11 #1-NixOS SMP PREEMPT_DYNAMIC Thu Jan 23 16:23:05 UTC 2025 x86_64 GNU/Linux 20:32:36
@k900:0upti.meK900 OK, try boot.kernelPackages = pkgs.linuxPackages_latest 20:32:52
@k900:0upti.meK900 If that doesn't help, reboot, then run perf kmem record in the background 20:33:04
@k900:0upti.meK900And look at the output later when memory is "leaked"20:33:11
@k900:0upti.meK900Or post it here20:33:15
@andrew15_5:matrix.orgAndrewdamn, we already on 6.1220:33:18
@andrew15_5:matrix.orgAndrew8 more and we are 7.0, baby20:33:19
@andrew15_5:matrix.orgAndrewif it doesn't help without rebooting?20:35:14
@andrew15_5:matrix.orgAndrewor in general20:35:19
@andrew15_5:matrix.orgAndrewalso, why can't I find this package on https://search.nixos.org/packages, but nixd does autocomplete it?20:35:53
@k900:0upti.meK900What package?20:38:09
@andrew15_5:matrix.orgAndrewalso wonder why on unstable the latest isn't the default one? is it not stable enough for unstable nixpkgs?20:38:17
@k900:0upti.meK900If updating the kernel helps20:38:22
@andrew15_5:matrix.orgAndrew* also wonder why on unstable the latest isn't the default one? is it not stable enough for unstable nixpkgs/NixOS?20:38:24
@k900:0upti.meK900Then you're fine20:38:26

Show newer messages


Back to Room ListRoom Version: 6