Hello, I were using Ubuntu 23 for couple of weeks. Today I tried move to Solus 4.4, but the installer freezes. I tried to use the terminal to get the log of the os-installer-gtk, these what I got:
(os-installer-gtk:1988): dconf-WARNING **: 15:18:22.875: Unable to open /root/.local/share/flatpak/exports/share/dconf/profile/user: Permission denied
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
No matching physical volumes found
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
Reading all physical volumes. This may take a while...
WARNING: Failed to connect to lvmetad. Falling back to device scanning.
mount: /tmp/tmpiEMSHQinstaller: special device /dev/sda1 does not exist.
dmesg(1) may have more information after failed mount system call.
Failed to mount /dev/sda1 to /tmp/tmpiEMSHQinstaller: Command 'mount -t auto /dev/sda1 "/tmp/tmpiEMSHQinstaller" -o ro' returned non-zero exit status 32
mount: /tmp/tmpnec0k2installer: special device /dev/sda3 does not exist.
dmesg(1) may have more information after failed mount system call.
Failed to mount /dev/sda3 to /tmp/tmpnec0k2installer: Command 'mount -t auto /dev/sda3 "/tmp/tmpnec0k2installer" -o ro' returned non-zero exit status 32
mount: /tmp/tmpXe3BWAinstaller: special device /dev/sda4 does not exist.
dmesg(1) may have more information after failed mount system call.
Failed to mount /dev/sda4 to /tmp/tmpXe3BWAinstaller: Command 'mount -t auto /dev/sda4 "/tmp/tmpXe3BWAinstaller" -o ro' returned non-zero exit status 32
mount: /tmp/tmpZhvTYeinstaller: special device /dev/sda5 does not exist.
dmesg(1) may have more information after failed mount system call.
Failed to mount /dev/sda5 to /tmp/tmpZhvTYeinstaller: Command 'mount -t auto /dev/sda5 "/tmp/tmpZhvTYeinstaller" -o ro' returned non-zero exit status 32
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.7/site-packages/os_installer2/pages/disk_location.py", line 252, in load_disks
self.prober.probe()
File "/usr/lib/python2.7/site-packages/os_installer2/diskman.py", line 95, in probe
drive = self.dm.parse_system_disk(device, disk, self.mtab)
File "/usr/lib/python2.7/site-packages/os_installer2/diskman.py", line 843, in parse_system_disk
r.list_esp.sort(key=SystemPartition.getLength, reverse=True)
TypeError: unbound method getLength() must be called with SystemPartition instance as first argument (got NoneType instance instead)