Advertisement
Guest User

Untitled

a guest
Sep 5th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. sudo PATH="$PATH" NIX_PATH="$NIX_PATH" `which nixos-install` --root /mnt
  2. building the configuration in /mnt/etc/nixos/configuration.nix...
  3. [196 built, 841 copied (3363.2 MiB), 0.8 MiB DL]
  4. installing the boot loader...
  5. setting up /etc...
  6. Initializing machine ID from random generator.
  7. perl: warning: Setting locale failed.
  8. perl: warning: Please check that your locale settings:
  9. LANGUAGE = (unset),
  10. LC_ALL = (unset),
  11. LANG = "fr_FR.UTF-8"
  12. are supported and installed on your system.
  13. perl: warning: Falling back to the standard locale ("C").
  14. Copied "/nix/store/3hmpbbcv1db42m9g34c9g4q6qinw50x4-systemd-237/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/systemd/systemd-bootx64.efi".
  15. Copied "/nix/store/3hmpbbcv1db42m9g34c9g4q6qinw50x4-systemd-237/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/EFI/BOOT/BOOTX64.EFI".
  16. Failed to move "/boot/loader/loader.conf" into place: Operation not permitted
  17. Traceback (most recent call last):
  18. File "/nix/store/4svrqgsk67dhwmlj0jqphf4yj1v0yysq-systemd-boot-builder.py", line 210, in <module>
  19. main()
  20. File "/nix/store/4svrqgsk67dhwmlj0jqphf4yj1v0yysq-systemd-boot-builder.py", line 185, in main
  21. subprocess.check_call(["/nix/store/3hmpbbcv1db42m9g34c9g4q6qinw50x4-systemd-237/bin/bootctl", "--path=/boot", "install"])
  22. File "/nix/store/i1hh6prcyfqd066jdh4zwqfs58mqhdfw-python3-3.6.6/lib/python3.6/subprocess.py", line 291, in check_call
  23. raise CalledProcessError(retcode, cmd)
  24. subprocess.CalledProcessError: Command '['/nix/store/3hmpbbcv1db42m9g34c9g4q6qinw50x4-systemd-237/bin/bootctl', '--path=/boot', 'install']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement