Partitioning question // 128GB SSD

When you run into problems installing MX Linux XFCE
Message
Author
Huckleberry Finn

Re: Partitioning question // 128GB SSD

#21 Post by Huckleberry Finn »

Then it's something that it can't detect the drive. You can change Ahci back to previous one in Bios and try..

sfxmx
Posts: 10
Joined: Thu Dec 12, 2019 6:09 am

Re: Partitioning question // 128GB SSD

#22 Post by sfxmx »

Huckleberry wrote: Thu Dec 12, 2019 7:41 am Then it's something that it can't detect the drive. You can change Ahci back to previous one in Bios and try..
Well what can it be? I used gpt and the installation worked normally, then I rebooted after finished installation like normally. After that it showed the gnub munu again for installation (from my bootable USB stick), but not the SSD in boot options

With Sata Controller mode to "Compatible"(instead of AHCI) and Boot mode to "legeacy support" it showing the SSD, but why not with UEFI and AHCI on?

User avatar
fehlix
Developer
Posts: 12702
Joined: Wed Apr 11, 2018 5:09 pm

Re: Partitioning question // 128GB SSD

#23 Post by fehlix »

sfxmx wrote: Thu Dec 12, 2019 7:52 am
Huckleberry wrote: Thu Dec 12, 2019 7:41 am Then it's something that it can't detect the drive. You can change Ahci back to previous one in Bios and try..
Well what can it be? I used gpt and the installation worked normally, then I rebooted after finished installation like normally. After that it showed the gnub munu again for installation (from my bootable USB stick), but not the SSD in boot options

With Sata Controller mode to "Compatible"(instead of AHCI) and Boot mode to "legeacy support" it showing the SSD, but why not with UEFI and AHCI on?
Please show partition layout by running this command when booted with LiveUSB in UEFI-mode:

Code: Select all

sudo parted --list

Code: Select all

sudo lsblk -f
Do also show the UEFI entries this way:

Code: Select all

sudo efibootmgr -v

Route99
Posts: 21
Joined: Wed Nov 27, 2019 12:33 pm

Re: Partitioning question // 128GB SSD

#24 Post by Route99 »

Is it non-booting because of the lack of a Flag concerning ESP?
Was asked before but did I miss something ... ?

Huckleberry Finn

Re: Partitioning question // 128GB SSD

#25 Post by Huckleberry Finn »

sfxmx wrote: Thu Dec 12, 2019 7:52 aminstallation worked normally, then I rebooted after finished installation like normally. After that it showed the gnub munu again for installation (from my bootable USB stick), but not the SSD in boot options
... Or, Did you leave the usb attached at first reboot after installation?

User avatar
fehlix
Developer
Posts: 12702
Joined: Wed Apr 11, 2018 5:09 pm

Re: Partitioning question // 128GB SSD

#26 Post by fehlix »

Route99 wrote: Thu Dec 12, 2019 11:11 am Is it non-booting because of the lack of a Flag concerning ESP?
Was asked before but did I miss something ... ?
As mentioned, @sfxmx please provide information requested in my post above.
Thanks

Route99
Posts: 21
Joined: Wed Nov 27, 2019 12:33 pm

Re: Partitioning question // 128GB SSD

#27 Post by Route99 »

Maybe it his handy for to have a complete story how to handle UEFI et al...
It is for Ubuntu but for this story that's ok, its quite similar to MX-Linux using apt.
https://help.ubuntu.com/community/UEFI

User avatar
hkjz
Posts: 345
Joined: Thu Apr 11, 2019 4:38 pm

Re: Partitioning question // 128GB SSD

#28 Post by hkjz »

Nicely explained,
In this article it is written that Ubuntu is able to be installed in two modes 1. BIOS/CSM/legacy mode 2. UEFI/UEFI mode.

Does the same choice of automatic installation path apply to MX?

For a disk of 128 GB, on an laptops with BIOS (not UEFI), things'd go great with
1. 30 GiB for system '/' + ext4 (boot flag) (as someone said before SSD need some bufor free space to work properly, the mentioned bufor is within this 30 GiB)
2. 8 GiB for '/Swap' + ext4 (so all your Ram Memory could dump into Swap. Less would work in some cases)
3. rest (128 - 30 - 8 = 90 GiB) for '/home' + ext4

If we would add here UEFI than create one more partition at the beginning
0. 200 mb '/boot/efi '+ fat32 (boot flag) (instead of '/')



https://askubuntu.com/questions/221835/ ... -with-uefi

User avatar
JayM
Posts: 6796
Joined: Tue Jan 08, 2019 3:47 am

Re: Partitioning question // 128GB SSD

#29 Post by JayM »

hkjz wrote: Fri Dec 13, 2019 4:39 am Nicely explained,
In this article it is written that Ubuntu is able to be installed in two modes 1. BIOS/CSM/legacy mode 2. UEFI/UEFI mode.

Does the same choice of automatic installation path apply to MX?
https://mxlinux.org/manuals/ will tell you.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

Post Reply

Return to “Installation”