Bug 2321364 - pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xff in position 367: invalid start byte
Summary: pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't d...
Keywords:
Status: CLOSED DUPLICATE of bug 2254801
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:48c179f03b58b6d1b52b2b6eb04...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-24 00:32 UTC by Evert
Modified: 2024-12-11 15:31 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-12-11 15:31:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: dbus.log (3.90 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: lsblk_output (2.64 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: anaconda.log (28.88 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: nmcli_dev_list (2.65 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: program.log (15.70 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: packaging.log (12.81 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: storage.log (404.43 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: description (3.42 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: journalctl (1.30 MB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: environ (584 bytes, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: os_info (699 bytes, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: backtrace (3.44 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: anaconda-tb (1.76 MB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details
File: packaging.log (12.81 KB, text/plain)
2024-10-24 00:32 UTC, Evert
no flags Details

Description Evert 2024-10-24 00:32:00 UTC
Description of problem:
I was installing Fedora 40 KDE, everything was normal in the software installation, suddenly the boot loader was being installed and it froze and could not advance in the installation

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: 'utf-8' codec can't decode byte 0xff in position 367: invalid start byte

Additional info:
other involved packages: anaconda-gui-40.22.3-1.fc40.x86_64, python3-dasbus-1.7-6.fc40.noarch, python3-libs-3.12.2-2.fc40.x86_64
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-KDE- rd.live.image quiet rhgb
release:        Fedora release 40 (Forty)
type:           anaconda
reason:         pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xff in position 367: invalid start byte
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:        I was installing Fedora 40 KDE, everything was normal in the software installation, suddenly the boot loader was being installed and it froze and could not advance in the installation

Comment 1 Evert 2024-10-24 00:32:03 UTC
Created attachment 2053366 [details]
File: dbus.log

Comment 2 Evert 2024-10-24 00:32:05 UTC
Created attachment 2053367 [details]
File: lsblk_output

Comment 3 Evert 2024-10-24 00:32:07 UTC
Created attachment 2053368 [details]
File: anaconda.log

Comment 4 Evert 2024-10-24 00:32:08 UTC
Created attachment 2053369 [details]
File: nmcli_dev_list

Comment 5 Evert 2024-10-24 00:32:10 UTC
Created attachment 2053370 [details]
File: program.log

Comment 6 Evert 2024-10-24 00:32:11 UTC
Created attachment 2053371 [details]
File: packaging.log

Comment 7 Evert 2024-10-24 00:32:13 UTC
Created attachment 2053372 [details]
File: storage.log

Comment 8 Evert 2024-10-24 00:32:15 UTC
Created attachment 2053373 [details]
File: description

Comment 9 Evert 2024-10-24 00:32:18 UTC
Created attachment 2053374 [details]
File: journalctl

Comment 10 Evert 2024-10-24 00:32:20 UTC
Created attachment 2053375 [details]
File: environ

Comment 11 Evert 2024-10-24 00:32:22 UTC
Created attachment 2053376 [details]
File: os_info

Comment 12 Evert 2024-10-24 00:32:23 UTC
Created attachment 2053377 [details]
File: backtrace

Comment 13 Evert 2024-10-24 00:32:27 UTC
Created attachment 2053378 [details]
File: anaconda-tb

Comment 14 Evert 2024-10-24 00:32:28 UTC
Created attachment 2053379 [details]
File: packaging.log

Comment 15 Katerina Koukiou 2024-12-11 15:31:00 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=2254801#c17

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


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