[Nix-dev] CFQ I/O scheduler can't boot my system

Peter Simons simons at cryp.to
Wed Sep 14 19:00:10 CEST 2011


Hi Eelco,

 > Do you (and others with this problem) have the boot.initrd.kernelModules
 > option set in configuration.nix?  If so, what's the value?

  boot.initrd.kernelModules = [
    # Specify all kernel modules that are necessary for mounting the root
    # file system.
    "dm_crypt" "dm_mod"
    "sha256_generic"
    "aes_x86_64" "aes_generic"
    "cbc"
  ];

  boot.blacklistedKernelModules = [ "snd_pcsp" "pcspkr" ];

Take care,
Peter



More information about the nix-dev mailing list