Snippet content copied to clipboard.
Are you sure to delete this snippet? No, don't delete
paste.mozilla.org allows you to share code snippets and notes with others. These pastes require a link to be viewed; they are not private. Anyone with the link is able to see the paste and also delete it.


Please refrain from sharing personal or sensitive information on this website to avoid it being viewed by other parties.

  1. building the system configuration...
  2. failed to synthesize: failed to canonicalize /nix/store/067accrcdawa1cnd13x716ky4vzcdd3v-nixos-system-nixos-24.05.20240505.25865a4/kernel-modules/bzImage: No such file or directory (os error 2)
  3. Traceback (most recent call last):
  4. File "/nix/store/6f1bwdls4pkp170lbs5w7jw9ikjq0j49-xgzfcdzik1j7fbdr5psdj5fam7x3c17c-systemd-boot", line 394, in <module>
  5. main()
  6. File "/nix/store/6f1bwdls4pkp170lbs5w7jw9ikjq0j49-xgzfcdzik1j7fbdr5psdj5fam7x3c17c-systemd-boot", line 377, in main
  7. install_bootloader(args)
  8. File "/nix/store/6f1bwdls4pkp170lbs5w7jw9ikjq0j49-xgzfcdzik1j7fbdr5psdj5fam7x3c17c-systemd-boot", line 324, in install_bootloader
  9. remove_old_entries(gens)
  10. File "/nix/store/6f1bwdls4pkp170lbs5w7jw9ikjq0j49-xgzfcdzik1j7fbdr5psdj5fam7x3c17c-systemd-boot", line 222, in remove_old_entries
  11. bootspec = get_bootspec(gen.profile, gen.generation)
  12. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13. File "/nix/store/6f1bwdls4pkp170lbs5w7jw9ikjq0j49-xgzfcdzik1j7fbdr5psdj5fam7x3c17c-systemd-boot", line 115, in get_bootspec
  14. boot_json_str = subprocess.check_output([
  15. ^^^^^^^^^^^^^^^^^^^^^^^^^
  16. File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/subprocess.py", line 466, in check_output
  17. return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  18. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19. File "/nix/store/lpi16513bai8kg2bd841745vzk72475x-python3-3.11.9/lib/python3.11/subprocess.py", line 571, in run
  20. raise CalledProcessError(retcode, process.args,
  21. subprocess.CalledProcessError: Command '['/nix/store/cmw3mhjvnh2k9cfqwhr8nfb5r2hz7cpv-bootspec-1.0.0/bin/synthesize', '--version', '1', '/nix/var/nix/profiles/system-8-link', '/dev/stdout']' returned non-zero exit status 1.
  22. warning: error(s) occurred while switching to the new configuration

Edit this Snippet