Bug 2221183 - pyanaconda.modules.common.errors.installation.BootloaderInstallationError: boot loader install failed
Summary: pyanaconda.modules.common.errors.installation.BootloaderInstallationError: bo...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 38
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:cddcda3711e903498dec1a18569...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-07 11:22 UTC by antxzq
Modified: 2023-07-07 11:30 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)
File: lvm.log (135.75 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: syslog (906.43 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: program.log (12.50 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: anaconda.log (23.72 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: environ (705 bytes, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: nmcli_dev_list (1.58 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: description (3.38 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: anaconda-tb (1.26 MB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: dbus.log (3.39 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: lsblk_output (2.88 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: storage.log (174.67 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: backtrace (3.41 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: lorax-packages.log (26.15 KB, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details
File: os_info (676 bytes, text/plain)
2023-07-07 11:23 UTC, antxzq
no flags Details

Description antxzq 2023-07-07 11:22:57 UTC
Version-Release number of selected component:
anaconda-38.23.4


The following was filed automatically by anaconda:
anaconda 38.23.4 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 509, in _handle_method_error
    raise exception from None
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply
    return self._handle_method_error(error)
  File "/usr/lib/python3.11/site-packages/dasbus/client/handler.py", line 450, in _call_method
    return self._get_method_reply(
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
    task_proxy.Finish()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 439, in run_install_bootloader
    sync_run_task(STORAGE.get_proxy(task))
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 246, in _run
    self._task_cb(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
    item.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 515, in _run_installation
    queue.start()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/installation.py", line 80, in run
    self._run_installation(
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 109, in _task_run_callback
    self._set_result(self.run())
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 96, in _thread_run_callback
    self._task_run_callback()
  File "/usr/lib64/python3.11/threading.py", line 975, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 275, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/threading.py", line 166, in raise_if_error
    raise exc_info[1]
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/task.py", line 175, in finish
    threadMgr.raise_if_error(self._thread_name)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/ui/gui/spokes/installation_progress.py", line 75, in _on_installation_done
    self._task.finish()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/core/signal.py", line 41, in emit
    func(obj, *args, **kargs)
  File "/usr/lib64/python3.11/site-packages/pyanaconda/modules/common/task/runnable.py", line 115, in _task_stopped_callback
    self._stopped_signal.emit()
  File "/usr/lib64/python3.11/site-packages/pyanaconda/core/async_utils.py", line 68, in _idle_method
    func(*args, **kwargs)
pyanaconda.modules.common.errors.installation.BootloaderInstallationError: boot loader install failed

Additional info:
package:        anaconda-38.23.4
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-iot-ostree-x86_64-38 quiet
release:        Fedora release 38 (Thirty Eight)
reason:         pyanaconda.modules.common.errors.installation.BootloaderInstallationError: boot loader install failed
hashmarkername: anaconda
cmdline:        /usr/bin/python3  /sbin/anaconda
product:        Fedora
executable:     /sbin/anaconda
addons:         com_redhat_kdump
version:        38
kernel:         6.2.9-300.fc38.x86_64
type:           anaconda

Comment 1 antxzq 2023-07-07 11:23:00 UTC
Created attachment 1974429 [details]
File: lvm.log

Comment 2 antxzq 2023-07-07 11:23:02 UTC
Created attachment 1974430 [details]
File: syslog

Comment 3 antxzq 2023-07-07 11:23:04 UTC
Created attachment 1974431 [details]
File: program.log

Comment 4 antxzq 2023-07-07 11:23:06 UTC
Created attachment 1974432 [details]
File: anaconda.log

Comment 5 antxzq 2023-07-07 11:23:07 UTC
Created attachment 1974433 [details]
File: environ

Comment 6 antxzq 2023-07-07 11:23:09 UTC
Created attachment 1974434 [details]
File: nmcli_dev_list

Comment 7 antxzq 2023-07-07 11:23:10 UTC
Created attachment 1974435 [details]
File: description

Comment 8 antxzq 2023-07-07 11:23:12 UTC
Created attachment 1974436 [details]
File: anaconda-tb

Comment 9 antxzq 2023-07-07 11:23:14 UTC
Created attachment 1974437 [details]
File: dbus.log

Comment 10 antxzq 2023-07-07 11:23:16 UTC
Created attachment 1974438 [details]
File: lsblk_output

Comment 11 antxzq 2023-07-07 11:23:18 UTC
Created attachment 1974439 [details]
File: storage.log

Comment 12 antxzq 2023-07-07 11:23:19 UTC
Created attachment 1974440 [details]
File: backtrace

Comment 13 antxzq 2023-07-07 11:23:21 UTC
Created attachment 1974441 [details]
File: lorax-packages.log

Comment 14 antxzq 2023-07-07 11:23:22 UTC
Created attachment 1974442 [details]
File: os_info

Comment 15 antxzq 2023-07-07 11:30:20 UTC
Fedora-IoT-ostree-x86_64-38-20230419.2.iso


Note You need to log in before you can comment on or make changes to this bug.