error 'Timed out waiting for device' on boot using boot.initrd.systemd.enable = true
#306645
Labels
0.kind: bug
Something is broken
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: systemd
Describe the bug
Using a nixpkgs commit of a1c4f0a or later,
boot.initrd.systemd.enable = true
for me triggers a booterrorwarning with 2min wait 'Timed out waiting for device'.Steps To Reproduce
Steps to reproduce the behavior:
boot.initrd.systemd.enable = true;
Expected behavior
either boot successfully or use assertions to warn users the config should change
Additional context
this issue started for me from a1c4f0a (#282022). canceling out its addition using
boot.blacklistedKernelModules = ["efivarfs"];
fixes the boot for me.i'm not sure:
boot.initrd.systemd.package.withEfi
(orlib.mkForce
onboot.initrd.availableKernelModules
) to circumvent thisNotify maintainers
@ElvishJerricco @flokli @kloenk
Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.Metadata
log
The text was updated successfully, but these errors were encountered: