Bug 2307700 - pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] Filen eller katalogen finns inte: 'systemd-machine-id-setup'
Summary: pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] Filen eller...
Keywords:
Status: CLOSED DUPLICATE of bug 1963778
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 40
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: anaconda-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:4c72b56bc727402af82545108c6...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-08-24 08:16 UTC by Niklas Pihl
Modified: 2024-09-04 12:45 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-09-04 12:45:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: dbus.log (3.90 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: lsblk_output (4.60 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: anaconda.log (23.74 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: nmcli_dev_list (2.63 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: program.log (16.56 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: packaging.log (5.13 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: storage.log (231.83 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: description (3.42 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: journalctl (912.12 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: environ (574 bytes, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: os_info (734 bytes, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: backtrace (3.44 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: anaconda-tb (1.16 MB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details
File: packaging.log (5.13 KB, text/plain)
2024-08-24 08:16 UTC, Niklas Pihl
no flags Details

Description Niklas Pihl 2024-08-24 08:16:24 UTC
Description of problem:
This issues is when installing Fd40 on HP EliteDesk 800 G5 Mini on same disk as Windows 11.
It looks like issues occures after partitions has been automatically created and bootloader is to be installed.

Version-Release number of selected component:
anaconda-core-40.22.3-1.fc40.x86_64


The following was filed automatically by anaconda:
anaconda 40.22.3 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 509, in _handle_method_error
    raise exception from None
  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 483, in _get_method_reply
    return self._handle_method_error(error)
  File "/usr/lib/python3.12/site-packages/dasbus/client/handler.py", line 450, in _call_method
    return self._get_method_reply(
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/__init__.py", line 46, in sync_run_task
    task_proxy.Finish()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 474, in run_install_bootloader
    sync_run_task(STORAGE.get_proxy(task))
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 261, in _run
    self._task_cb(*self._task_args, **self._task_kwargs)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 203, in _run
    item.start()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation_tasks.py", line 75, in start
    self._run()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 552, in _run_installation
    queue.start()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/installation.py", line 83, in run
    self._run_installation(
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 107, in _task_run_callback
    self._set_result(self.run())
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 94, in _thread_run_callback
    self._task_run_callback()
  File "/usr/lib64/python3.12/threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/threads.py", line 280, in run
    threading.Thread.run(self)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/threads.py", line 171, in raise_if_error
    raise exc_info[1]
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/task.py", line 173, in finish
    thread_manager.raise_if_error(self._thread_name)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/ui/gui/spokes/installation_progress.py", line 75, in _on_installation_done
    self._task.finish()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/signal.py", line 41, in emit
    func(obj, *args, **kargs)
  File "/usr/lib64/python3.12/site-packages/pyanaconda/modules/common/task/runnable.py", line 115, in _task_stopped_callback
    self._stopped_signal.emit()
  File "/usr/lib64/python3.12/site-packages/pyanaconda/core/async_utils.py", line 68, in _idle_method
    func(*args, **kwargs)
pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] Filen eller katalogen finns inte: 'systemd-machine-id-setup'

Additional info:
other involved packages: anaconda-gui-40.22.3-1.fc40.x86_64, python3-libs-3.12.2-2.fc40.x86_64, python3-dasbus-1.7-6.fc40.noarch
version:        40
kernel:         6.8.5-301.fc40.x86_64
addons:         com_redhat_kdump
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-40-1-14 rd.live.image quiet rhgb
release:        Fedora release 40 (Forty)
type:           anaconda
reason:         pyanaconda.modules.common.errors.general.AnacondaError: [Errno 2] Filen eller katalogen finns inte: 'systemd-machine-id-setup'
package:        anaconda-core-40.22.3-1.fc40.x86_64
product:        Fedora
hashmarkername: anaconda
executable:     /sbin/anaconda
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --graphical

Comment 1 Niklas Pihl 2024-08-24 08:16:27 UTC
Created attachment 2044741 [details]
File: dbus.log

Comment 2 Niklas Pihl 2024-08-24 08:16:28 UTC
Created attachment 2044742 [details]
File: lsblk_output

Comment 3 Niklas Pihl 2024-08-24 08:16:29 UTC
Created attachment 2044743 [details]
File: anaconda.log

Comment 4 Niklas Pihl 2024-08-24 08:16:31 UTC
Created attachment 2044744 [details]
File: nmcli_dev_list

Comment 5 Niklas Pihl 2024-08-24 08:16:32 UTC
Created attachment 2044745 [details]
File: program.log

Comment 6 Niklas Pihl 2024-08-24 08:16:34 UTC
Created attachment 2044746 [details]
File: packaging.log

Comment 7 Niklas Pihl 2024-08-24 08:16:35 UTC
Created attachment 2044747 [details]
File: storage.log

Comment 8 Niklas Pihl 2024-08-24 08:16:36 UTC
Created attachment 2044748 [details]
File: description

Comment 9 Niklas Pihl 2024-08-24 08:16:38 UTC
Created attachment 2044749 [details]
File: journalctl

Comment 10 Niklas Pihl 2024-08-24 08:16:40 UTC
Created attachment 2044750 [details]
File: environ

Comment 11 Niklas Pihl 2024-08-24 08:16:41 UTC
Created attachment 2044751 [details]
File: os_info

Comment 12 Niklas Pihl 2024-08-24 08:16:42 UTC
Created attachment 2044752 [details]
File: backtrace

Comment 13 Niklas Pihl 2024-08-24 08:16:44 UTC
Created attachment 2044753 [details]
File: anaconda-tb

Comment 14 Niklas Pihl 2024-08-24 08:16:45 UTC
Created attachment 2044754 [details]
File: packaging.log

Comment 15 Katerina Koukiou 2024-09-04 12:45:12 UTC

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


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