Advertisement
Guest User

Untitled

a guest
May 8th, 2022
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. 19:31:02 [6]: virtual Calamares::JobResult Calamares::PythonJob::exec()
  2. Job file "/usr/lib/calamares/modules/bootloader/main.py"
  3. [PYTHON JOB]: Found gettext "en_US" in "/usr/share/locale/en_US"
  4. .. Job description from pretty_name "bootloader" = "Install bootloader."
  5. [PYTHON JOB]: "Bootloader: grub (efi)"
  6. .. Running ("grub-install", "--target=x86_64-efi", "--efi-directory=/boot/efi", "--bootloader-id=Manjaro", "--force")
  7. .. Target cmd: ("grub-install", "--target=x86_64-efi", "--efi-directory=/boot/efi", "--bootloader-id=Manjaro", "--force") Exit code: 1 output:
  8. Installing for x86_64-efi platform.
  9. Could not prepare Boot variable: Interrupted system call
  10. grub-install: error: efibootmgr failed to register the boot entry: Input/output error.
  11. WARNING: [PYTHON JOB]: "Command 'grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --force' returned non-zero exit status 1."
  12. [PYTHON JOB]: "stdout:Installing for x86_64-efi platform.\nCould not prepare Boot variable: Interrupted system call\ngrub-install: error: efibootmgr failed to register the boot entry: Input/output error."
  13. [PYTHON JOB]: "stderr:None"
  14. 19:31:23 [6]: virtual void Calamares::JobThread::run()
  15. Skipping non-emergency job "postcfg"
  16. .. Skipping non-emergency job "Unmount file systems."
  17. 19:31:23 [1]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&)
  18. ERROR: Installation failed: "Bootloader installation error"
  19. .. - message: "Bootloader installation error"
  20. .. - details: The bootloader could not be installed. The installation command <pre>grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Manjaro --force</pre> returned error code 1.
  21. 19:31:24 [6]: void Calamares::ViewManager::onInstallationFailed(const QString&, const QString&)
  22. Calamares will quit when the dialog closes.
  23. 19:31:24 [6]: void Config::doNotify(bool, bool)
  24. Notification not sent; completion: failed
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement