Hi!
I have Asus zenbook 2014
I have two systems Windows 8 and Fedora 23.
After reset to factory setting windows removed my old fedora.
And than i can not install fedora 33.
I boot from Fefora Live Workstation 33.
That i click to “Install to Hard Drive” and anaconda did not start.
Where i can find errors of anaconda??
When i try to install Centos 8, i can see error “Pane is dead”.
How can i start anaconda at terminal for see errors?
Thanks
I tried to install in TextMode, but when i try change start menu:
linuxefi … rd.live.image quite inst.text
Than click Ctrl+X and Fedora live boot in GraphicalMode
As I understand you, you are saying that the Live CD boots fine but anaconda itself crashes. This is highly unusual. Did you find anything in the logs linked above?
Are you sure the computer does not have a hardware problem?
Unfortunately Fedora removed memory test from live dvd, may be problem with memory of notebook.
Here is screen shot for Fedora 30:
Because i removed fedora 33 from my flash drive.
Can you please file a bug in bugzilla against the “anaconda” component? Please include a copy-paste of the traceback you’ve shown there, not just a screenshot.
Without knowing exactly what’s going on it looks like the problem is that it’s scanning your devices for system partitions and coming across a string in a format it wasn’t expecting.
sda1 100M EFI system
sda2 900M Windows recovery environment
sda3 128M Microsoft reserved
sda4 85.6G Microsoft basic data
sda5 20G Windows recovery environment
sda6 500M Here was /boot
sda7 8G Linux swap
sda8 Here was /
empty 79G – Here was /home, i removed it
I do not know what is sda5, very big size for recovery.
I speak english very poor(bad), and i can not write good text at Bugzilla.
Here is nohup of /usr/bin/livinst
/usr/bin/livinst
Traceback (most recent call last):
File “/usr/bin/anaconda-cleanup”, line 80, in
devicetree.populate(cleanup_only=True)
File “/usr/lib/python3.9/site-packages/blivet/threads.py”, line 53, in run_with_lock
return m(*args, **kwargs)
File “/usr/lib/python3.9/site-packages/blivet/populator/populator.py”, line 416, in populate
self._populate()
File “/usr/lib/python3.9/site-packages/blivet/threads.py”, line 53, in run_with_lock
return m(*args, **kwargs)
File “/usr/lib/python3.9/site-packages/blivet/populator/populator.py”, line 442, in _populate
new_devices = udev.get_devices()
File “/usr/lib/python3.9/site-packages/blivet/udev.py”, line 81, in get_devices
dev = device_to_dict(device)
File “/usr/lib/python3.9/site-packages/blivet/udev.py”, line 53, in device_to_dict
result = dict(device.properties)
File “/usr/lib/python3.9/site-packages/pyudev/device/_device.py”, line 1068, in getitem
return ensure_unicode_string(value)
File “/usr/lib/python3.9/site-packages/pyudev/_util.py”, line 64, in ensure_unicode_string
value = value.decode(sys.getfilesystemencoding())
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xd1 in position 4: invalid continuation byte
Starting installer, one moment…
terminal size detection failed, using default width
anaconda 33.25.4-1.fc33 for Fedora 33 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
Traceback (most recent call last):
File “/sbin/anaconda”, line 635, in
ignore_oemdrv_disks()
File “/usr/lib64/python3.9/site-packages/pyanaconda/ui/lib/storage.py”, line 384, in ignore_oemdrv_disks
matched = device_matches(“LABEL=OEMDRV”, disks_only=True)
File “/usr/lib64/python3.9/site-packages/pyanaconda/core/storage.py”, line 180, in device_matches
single_spec_matches = udev.resolve_glob(full_spec)
File “/usr/lib/python3.9/site-packages/blivet/udev.py”, line 163, in resolve_glob
for dev in get_devices():
File “/usr/lib/python3.9/site-packages/blivet/udev.py”, line 81, in get_devices
dev = device_to_dict(device)
File “/usr/lib/python3.9/site-packages/blivet/udev.py”, line 53, in device_to_dict
result = dict(device.properties)
File “/usr/lib/python3.9/site-packages/pyudev/device/_device.py”, line 1068, in getitem
return ensure_unicode_string(value)
File “/usr/lib/python3.9/site-packages/pyudev/_util.py”, line 64, in ensure_unicode_string
value = value.decode(sys.getfilesystemencoding())
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xd1 in position 4: invalid continuation byte