Bug 2236626 - Fedora-WS-Live-39-20230831-n-0 WebUI: Installation of the system failed while trying to set EFI boot target
Summary: Fedora-WS-Live-39-20230831-n-0 WebUI: Installation of the system failed while...
Keywords:
Status: CLOSED DUPLICATE of bug 2239316
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 39
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: anaconda-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-09-01 00:01 UTC by Jonathan Steffan
Modified: 2023-09-19 01:58 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-09-19 01:58:30 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
webui.log (1018.40 KB, text/plain)
2023-09-01 00:01 UTC, Jonathan Steffan
no flags Details
lshw (22.59 KB, text/plain)
2023-09-02 20:46 UTC, Jonathan Steffan
no flags Details
dmidecode (11.17 KB, text/plain)
2023-09-02 20:46 UTC, Jonathan Steffan
no flags Details

Description Jonathan Steffan 2023-09-01 00:01:51 UTC
Created attachment 1986484 [details]
webui.log

Installer WebUI Critical Error:
Installation of the system failed: Configuring storage org.fedoraproject.Anaconda.Error: [Errno 17] File exists: '/proc/self/mounts' -> '/mnt/sysroot/etc/mtab'

Please attach the file /tmp/webui.log to the issue.

Comment 1 Jonathan Steffan 2023-09-02 20:46:10 UTC
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]: INFO:anaconda.core.threads:Thread Done: AnaTaskThread-RunInstallationTask-1 (139735795590848)
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]: WARNING:dasbus.server.handler:The call org.fedoraproject.Anaconda.Task.Finish has failed with an exception:
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]: Traceback (most recent call last):
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib/python3.12/site-packages/dasbus/server/handler.py", line 455, in _method_callback
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     result = self._handle_call(
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:              ^^^^^^^^^^^^^^^^^^
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib/python3.12/site-packages/dasbus/server/handler.py", line 265, in _handle_call
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     return handler(*parameters, **additional_args)
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task_interface.py", line 114, in Finish
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self.implementation.finish()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 173, in finish
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     thread_manager.raise_if_error(self._thread_name)
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/core/threads.py", line 171, in raise_if_error
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     raise exc_info[1]
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/core/threads.py", line 280, in run
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     threading.Thread.run(self)
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/threading.py", line 989, in run
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._target(*self._args, **self._kwargs)
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 94, in _thread_run_callback
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._task_run_callback()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 107, in _task_run_callback
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._set_result(self.run())
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:                      ^^^^^^^^^^
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 80, in run
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._run_installation(
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 515, in _run_installation
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     queue.start()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._run()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     item.start()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._run()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     item.start()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._run()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 188, in _run
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     item.start()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._run()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 249, in _run
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     if errorHandler.cb(e) == ERROR_RAISE:
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:        ^^^^^^^^^^^^^^^^^^
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/errors.py", line 226, in cb
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     raise exn
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 246, in _run
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     self._task_cb(*self._task_args, **self._task_kwargs)
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 439, in run_install_bootloader
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     sync_run_task(STORAGE.get_proxy(task))
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     task_proxy.Finish()
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 450, in _call_method
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     return self._get_method_reply(
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:            ^^^^^^^^^^^^^^^^^^^^^^^
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     return self._handle_method_error(error)
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:   File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 509, in _handle_method_error
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]:     raise exception from None
Aug 31 19:56:08 localhost-live org.fedoraproject.Anaconda.Boss[2566]: pyanaconda.modules.common.errors.installation.BootloaderInstallationError: Failed to set new efi boot target. This is most likely a kernel or firmware bug.

Comment 2 Jonathan Steffan 2023-09-02 20:46:31 UTC
Created attachment 1986755 [details]
lshw

Comment 3 Jonathan Steffan 2023-09-02 20:46:50 UTC
Created attachment 1986756 [details]
dmidecode

Comment 4 Adam Williamson 2023-09-17 16:50:46 UTC
I'm confused with the relationships you're setting up, sorry. Are this bug and https://bugzilla.redhat.com/show_bug.cgi?id=2239316 different? How do both or either of them relate to https://bugzilla.redhat.com/show_bug.cgi?id=2236301 ? Thanks!

Comment 5 Jonathan Steffan 2023-09-18 22:06:11 UTC
Adam,

Same hardware, not directly related to the kernel bug ticket. I thought they might have something to do with each other, but depends on was not right. 

https://bugzilla.redhat.com/show_bug.cgi?id=2239316 is just a newer image from the Test Results:Fedora 39 Branched 20230916.n.0 Summary that I tested to see if the issue was fixed.

Should I mark this bug as duplicate of 2239316?

Comment 6 Adam Williamson 2023-09-18 22:34:38 UTC
Yes, we don't need separate reports just because you tested a different image. Same error on the same hardware if nobody said they tried to fix it, means it's the same bug. Thanks.

Is it happening consistently? I guess the two reports mean it happened at least twice...

Comment 7 Jonathan Steffan 2023-09-19 01:58:30 UTC
Yes, this happens consistently with the F39/Rawhide installers so far. When doing the kernel debugging I have to install F38 and use DNF to upgrade to Rawhide.

*** This bug has been marked as a duplicate of bug 2239316 ***


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