1. I use Zorin 15.3 KDE for changing MBR to GPT (not from Live USB, I run Zorin when changing MBR to GPT in this case, then I use MXLinux KDE 19.4 (Live USB) to install UEFI bootloader.
2.
Code: Select all
sudo apt-get install gparted
4.
Code: Select all
sudo gdisk /dev/sdc
5. press w then ENTER to change MBR to GPT
6. press y then ENTER o proceed it
https://lh3.googleusercontent.com/uu_eb ... h7MnmVGrLm
7.
Code: Select all
sudo parted
Code: Select all
print all
https://forum.zorin.com/uploads/default ... f286b8.png
9.
Code: Select all
select /dev/sdc
Code: Select all
set 3 esp
https://forum.zorin.com/uploads/default ... 5bf3cb.png
11.
Code: Select all
quit
12.
Code: Select all
sudo mount /dev/sdc1 /mnt
13.
Code: Select all
sudo mount /dev/sdc3 /mnt/boot/efi
where /dev/sdc3 is EFI filesystem that created previously
https://lh5.googleusercontent.com/VtYpW ... Inmkrgh7oE
14.
Code: Select all
sudo chroot /mnt
Code: Select all
grub-install --target=x86_64-efi --efi-directory=/boot/efi --removable
Tested in a SSD Disk (256 GB) which contains 2 OS (MXLinux KDE 19.4 and Zorin Core 15.3). Both was detected by grubloader.
Moderator: images changed to links, please read the forum rules