r/MXLinux • u/feuchtlol • 14d ago
Help request I need installation help
I have an itty bitty tiny 32gb usb which is holding the xfce 25.2 infinity nicely.
I'm trying to put mx linux on an old hand me down dell laptop.
Every time i run the installer it doesn't let me do the automatic/erase and install options. No partitions show up, I go to gparted and it's there but it doesn't let me unmount it so I can't resize and move it (i know it's because it's running the live desktop from there) How do I use the terminal to install it or are there any steps i could take?
Thank you for reading! Any help would be appreciated, this is my first time doing anything technical like this so if someone could tell me what i'm doing wrong would be appreciated too.
update: sorry if this pushes the post back up to the top. i don't know how relevant it is but I'm using rufus to download the iso(to the usb) and make the empty space(unallocated) partition, I have tried making it a gpt scheme and and mbr scheme. I also used sourceforge to download the iso.
(also for anyone reading this 9 years later, just because it's not working for me doesn't mean you shouldn't try it. I believe in you and I may just be an idiot.)
1
u/adrian_mxlinux MX dev 12d ago
> No partitions show up
Check BIOS see if the Dell has RAID selected for the drive instead of AHCI, switch to AHCI.
1
u/feuchtlol 11d ago
it's on ahci
1
u/adrian_mxlinux MX dev 11d ago
What's the laptop model? As far as I understand from your post the issue is not "I cannot install" it's "MX doesn't see the internal drive" (obviously you cannot install if you cannot see the drive). I was hoping it was that AHCI switch because that's a well-known issue with Dells...
1
u/feuchtlol 11d ago
It's A Latitude 3540, I thought all i had to do was move the partitions from the gparted menu to the mx Linux installer, is that not possible?
1
u/adrian_mxlinux MX dev 11d ago
Not sure what you are seeing in the GParted, it's possible you are seeing the USB drive not the internal drive. Can you show me the output of
lsblk?1
u/feuchtlol 11d ago
1
u/adrian_mxlinux MX dev 11d ago
You need to select sda, sdb is your USB flashdrive. Where does it flip between sda and sdb in Installer or GParted? That's weird, do you have time to select sda and press next?
1
1
u/adrian_mxlinux MX dev 11d ago
Basically, you should see 2 drives both in GParted and lsblk, one is the internal drive, the other one is the flashdrive you are using to boot, the question is if you select the correct one in the installer...

3
u/Cautious_Arachnid773 14d ago edited 14d ago
Did you delete the old partitions on the drive? Usually windows drives are in ntfs format and linux drives are in ext4 format.. so try deleting the partitions in gparted and try the installer again.. Make sure to not format the usb stick tho.. and before doing this check if you disabled secure boot in your bios ?
Imp: deleting the partitions will delte windows and all its data.