#Linux Mint Installer crashed

34 messages · Page 1 of 1 (latest)

cunning folio
#

When I try to run the Linux Mint Installer, I get several seemingly random errors at various points throughout the process. I have tried several ISOs flashed using Rufus, Ventoy, and Balena Etcher to several different USB drives plugged into several different ports, verified the checksum hashes, disabled fast boot and secure boot, and everything else I can find online. It seems no matter what I try the installer crashes. Below are some of the errors I am running into, I'm not able to get further into the install process anymore to verify what those error codes were later on.

I am not 100% certain how to obtain log files anyone may need to help troubleshoot, but any assistance would be greatly appreciated.

`File "/usr/lib/ubiquity/plugins/ubi-language.py", line 323, in check_returncode
self.update_release_notes_label()
File "/usr/lib/ubiquity/plugins/ubi-language.py", line 342, in update_release_notes_label
self.release_notes_label.set_markup(text)

TypeError: Argument 1 does not allow None as a value`

`File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 904, in <lambda>
lambda: self.dbfilter.start(auto_process=True))
File "/usr/lib/ubiquity/ubiquity/filteredcommand.py", line 101, in start
prep = self.prepare()
File "/usr/lib/ubiquity/plugins/ubi-partman.py", line 1897, in prepare
self.ui.update_branded_strings()
File "/usr/lib/ubiquity/plugins/ubi-partman.py", line 233, in update_branded_strings
text = text.replace('${RELEASE}', release.name)

AttributeError: 'NoneType' object has no attribute 'replace'
`

void shore
#

the last 3 lines tell you

#

it's very simple. the installer sees no internal drive.

#

if you run lsblk -o name,type,model,label,size you probably won't either

#

probably point 4

cunning folio
#

When I go in disks, all of my internal drives are detected. I’m not home right now, so I will check later but is it possible its just not mounted?

cunning folio
cunning folio
#

I also just got another error:

File "/usr/lib/ubiquity/frontend/gtk_ui.py", line 904, in <lambda> lambda: self.dbfilter.start(auto_process=True)) File "/usr/lib/ubiquity/ubiquity/filteredcommand.py",line 101, in start prep = self.prepare() File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 525, in prepare self.setup_sufficient_space() File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 554, in setup_sufficient_space required_text = self.description('ubiquity/text/required_space') File "/usr/lib/ubiquity/ubiquity/filteredcommand.py", line 322, in description return misc.utf8(self.db.metaget(question, 'description'), File "/usr/lib/python3/dist-packages/debconf.py", line 125, in <lambda> lambda *args, **kw: self.command(command, *args, **kw), File "/usr/lib/python3/dist-packages/debconf.py", line 149, in command status = int(status_) ValueError: invalid literal for int() with base 10: "

Before I ran the installer this time I used GParted to create a partition for mint that's 130 gb

void shore
#

if u already created ext4 filesystem, then u can leave this 'format' tickbox off, but mountpoint must be set

#

and make sure efi as shown

cunning folio
#

I'm not even getting to the installation type page, it crashed after the keyboard layout page.

void shore
#

can u run efibootmgr from terminal and show result plz

#

in the live mode

cunning folio
void shore
#

well that is fine

#

no reason it should crash.

cunning folio
#

This time it didn't even get to the first page and it crashed.

void shore
#

your other options: verify the ISO integrity on the usb flash memory itself

#

use other usb, use other ISO (mint 22.1) , or LMDE 7

#

LMDE uses different installer but still operates much like the ubuntu version

void shore
scarlet night
#

What flasher did you use?

#

Etcher or Rufus?

#

oh you tried all of them

#

which version of mint is this?

cunning folio
#

22.2, I'm trying LMDE 7 now and it gets all the way to Copying Files but then the whole system freezes but the slideshow keeps going which is weird

void shore
#

give time

#

install on hdd takes about 25 minutes

scarlet night
#

it feels like a programming error on the devs' side

#

report this on ubiquity's github

cunning folio
#

LMDE 7 was able to install. I'm still not sure why Linux Mint 22.2 didn't work, but regardless I'm successfully running Linux on my PC now.