Bug 2238691 - pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xff in position 92: invalid start byte
Summary: pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't d...
Keywords:
Status: CLOSED DUPLICATE of bug 2148480
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 38
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: anaconda-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:8ef44d1304c8f480720a58624c4...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-09-13 08:32 UTC by minhboang11
Modified: 2023-09-19 13:58 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2023-09-19 13:57:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (1.39 MB, text/plain)
2023-09-13 08:32 UTC, minhboang11
no flags Details
File: backtrace (3.43 KB, text/plain)
2023-09-13 08:32 UTC, minhboang11
no flags Details
File: os_info (734 bytes, text/plain)
2023-09-13 08:32 UTC, minhboang11
no flags Details
File: environ (620 bytes, text/plain)
2023-09-13 08:32 UTC, minhboang11
no flags Details
File: journalctl (1.01 MB, text/plain)
2023-09-13 08:32 UTC, minhboang11
no flags Details
File: description (3.41 KB, text/plain)
2023-09-13 08:32 UTC, minhboang11
no flags Details
File: storage.log (324.35 KB, text/plain)
2023-09-13 08:32 UTC, minhboang11
no flags Details
File: program.log (24.36 KB, text/plain)
2023-09-13 08:32 UTC, minhboang11
no flags Details
File: nmcli_dev_list (1.52 KB, text/plain)
2023-09-13 08:33 UTC, minhboang11
no flags Details
File: anaconda.log (21.10 KB, text/plain)
2023-09-13 08:33 UTC, minhboang11
no flags Details
File: lsblk_output (3.02 KB, text/plain)
2023-09-13 08:33 UTC, minhboang11
no flags Details
File: dbus.log (3.59 KB, text/plain)
2023-09-13 08:33 UTC, minhboang11
no flags Details

Description minhboang11 2023-09-13 08:32:18 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.general.AnacondaError: 'utf-8' codec can't decode byte 0xff in position 92: invalid start byte

Additional info:
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --graphical
executable:     /sbin/anaconda
hashmarkername: anaconda
product:        Fedora
package:        anaconda-38.23.4
reason:         pyanaconda.modules.common.errors.general.AnacondaError: 'utf-8' codec can't decode byte 0xff in position 92: invalid start byte
kernel:         6.2.9-300.fc38.x86_64
type:           anaconda
release:        Fedora release 38 (Thirty Eight)
cmdline_file:   BOOT_IMAGE=/images/pxeboot/vmlinuz root=live:CDLABEL=Fedora-WS-Live-38-1-6 rd.live.image quiet rhgb
addons:         com_redhat_kdump
version:        38

Comment 1 minhboang11 2023-09-13 08:32:33 UTC
Created attachment 1988573 [details]
File: anaconda-tb

Comment 2 minhboang11 2023-09-13 08:32:36 UTC
Created attachment 1988574 [details]
File: backtrace

Comment 3 minhboang11 2023-09-13 08:32:39 UTC
Created attachment 1988575 [details]
File: os_info

Comment 4 minhboang11 2023-09-13 08:32:43 UTC
Created attachment 1988576 [details]
File: environ

Comment 5 minhboang11 2023-09-13 08:32:48 UTC
Created attachment 1988577 [details]
File: journalctl

Comment 6 minhboang11 2023-09-13 08:32:51 UTC
Created attachment 1988578 [details]
File: description

Comment 7 minhboang11 2023-09-13 08:32:56 UTC
Created attachment 1988579 [details]
File: storage.log

Comment 8 minhboang11 2023-09-13 08:32:59 UTC
Created attachment 1988580 [details]
File: program.log

Comment 9 minhboang11 2023-09-13 08:33:01 UTC
Created attachment 1988581 [details]
File: nmcli_dev_list

Comment 10 minhboang11 2023-09-13 08:33:05 UTC
Created attachment 1988582 [details]
File: anaconda.log

Comment 11 minhboang11 2023-09-13 08:33:08 UTC
Created attachment 1988583 [details]
File: lsblk_output

Comment 12 minhboang11 2023-09-13 08:33:11 UTC
Created attachment 1988584 [details]
File: dbus.log

Comment 13 Vladimír Slávik 2023-09-19 13:57:06 UTC
This is unfortunately a known problem with efibootmgr.

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

Comment 14 Vladimír Slávik 2023-09-19 13:58:11 UTC

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


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