Hi, I have tried to install various versions of Fedora (20,21, 34,35,36,37,38). I am using the Fedora Writer to download and write/check to the media (USB).
When attempting to ‘Install to Hard Drive’ (desktop gui), it either will ‘spin’ and then go away, or fail altogether.
On this latest, I ran from the terminal, with -d option. The results are similar to prior attempts. There are errors with specific scripts, e.g.
File “/usr/lib/python3.11/site-packages/blivet/populator/populator.py”, line 471, in _populate
new_devices = udev.get_devices()
I can’t upload logs, so this is the debug from liveinst command:
File “/usr/bin/anaconda-cleanup”, line 82, in
devicetree.populate(cleanup_only=True)
File “/usr/lib/python3.11/site-packages/blivet/threads.py”, line 53, in run_with_lock
return m(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/blivet/populator/populator.py”, line 446, in populate
self._populate()
File “/usr/lib/python3.11/site-packages/blivet/threads.py”, line 53, in run_with_lock
return m(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/blivet/populator/populator.py”, line 471, in _populate
new_devices = udev.get_devices()
^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/blivet/udev.py”, line 105, in get_devices
dev = device_to_dict(device)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/blivet/udev.py”, line 77, in device_to_dict
result = dict(device.properties)
^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/pyudev/device/_device.py”, line 1101, in getitem
return ensure_unicode_string(value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/pyudev/_util.py”, line 56, in ensure_unicode_string
value = value.decode(sys.getfilesystemencoding())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xdb in position 1: unexpected end of data
Starting installer, one moment…
anaconda 38.23.4-2.fc38 for Fedora 38 started.
- installation log files are stored in /tmp during the installation
- shell is available on TTY2 and in second TMUX pane (ctrl+b, then press 2)
- when reporting a bug add logs from /tmp as separate text/plain attachments
(anaconda:3878): Gtk-WARNING **: 18:26:29.157: Theme parsing error: gtk.css:1649:16: ‘-gtk-icon-size’ is not a valid property name
(anaconda:3878): Gtk-WARNING **: 18:26:29.157: Theme parsing error: gtk.css:1652:16: ‘-gtk-icon-size’ is not a valid property name
Traceback (most recent call last):
File “/sbin/anaconda”, line 478, in
ignore_oemdrv_disks()
File “/usr/lib64/python3.11/site-packages/pyanaconda/ui/lib/storage.py”, line 415, in ignore_oemdrv_disks
matched = device_matches(“LABEL=OEMDRV”, disks_only=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib64/python3.11/site-packages/pyanaconda/core/storage.py”, line 180, in device_matches
single_spec_matches = udev.resolve_glob(full_spec)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/blivet/udev.py”, line 192, in resolve_glob
for dev in get_devices():
^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/blivet/udev.py”, line 105, in get_devices
dev = device_to_dict(device)
^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/blivet/udev.py”, line 77, in device_to_dict
result = dict(device.properties)
^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/pyudev/device/_device.py”, line 1101, in getitem
return ensure_unicode_string(value)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.11/site-packages/pyudev/_util.py”, line 56, in ensure_unicode_string
value = value.decode(sys.getfilesystemencoding())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xdb in position 1: unexpected end of data
This machine is an MSI MaxX570 Tomahawk WiFI, with AMD Ryzen 5700 G, 64 GB Ram.