Iām going to change MBR to GPT using gdisk but when I type:
sudo gdisk /dev/sda
I have a warning tell me:
Warning! Secondary partition table overlaps the last partition by 33 blocks! You will need to delete this partition or resize it in another utility.
this is a gparted screen of partition I have:
/dev/sda5in your case) intrudes into the space GPT must use for its backup partition table. In order to convert to GPT, that partition must be deleted or shrunk (from the end). ā Rod Smith Aug 09 '17 at 17:49sudo fdisk -l /dev/sda? Thanks. ā David Foerster Sep 13 '17 at 11:17