04-10-2023, 03:36 AM
With the live dvd/usb once you boot to the desktop and BEFORE you attempt an install, edit (as Administrator):
and change:
to:
Don't change the indentation, spacing or format of py files, or this won't work. Good luck.
Save and close.
Now try the installer.
Code:
/usr/lib/python3/dist-packages/parted/device.py
and change:
Code:
@property
def model(self):
"""Model name and vendor of this device."""
return self.__device.model
to:
Code:
@property
def model(self):
"""Model name and vendor of this device."""
try:
return self.__device.model
except UnicodeDecodeError:
return "MMC H8G4a"
Don't change the indentation, spacing or format of py files, or this won't work. Good luck.
Save and close.
Now try the installer.
Download your free copy of Linux Lite today.
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: lrUHro3.jpg]](https://i.imgur.com/lrUHro3.jpg)
Jerry Bezencon
Linux Lite Creator
"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."
![[Image: X5qGkCg.png]](https://imgur.com/X5qGkCg.png)
![[Image: 0op1GNe.png]](https://i.imgur.com/0op1GNe.png)
![[Image: LgJ2mtP.png]](https://i.imgur.com/LgJ2mtP.png)
![[Image: vLZcFUE.png]](https://imgur.com/vLZcFUE.png)
![[Image: lrUHro3.jpg]](https://i.imgur.com/lrUHro3.jpg)