On 11/20/23 11:26, Michael wrote: [snip]
The first thing to establish is if your SSD is using MBR partitioning, or GPT: fdisk -l /dev/sda | grep 'Disklabel type' will output "dos" for MBR, or "gpt" for GPT. I suspect your SSD is using MBR.
fdisk -l /dev/sda | grep 'Disklabel type' is showing "DOS" not MBR, does it change anything. Booting from Gparted is showing: Boot partition is - ext2 swap and root/ - ext4 I was thinking to boot strap the disk /dev/sda/ and partition it to GPT/UEFI if I have gdisk installed on this computer.