Cannot Boot after VMWare

Got the same problems after vmware and/or virtualbox installation on my laptop
From my personal notes:

Optional! In my case without this steps my laptop is not booting anymore

Find your boot partition by running (it will be the smallest one and named “EFI System”)

sudo fdisk -l

Creating mount point for boot partition. In my case boot partition is /dev/nvme0n1p1

sudo mkdir /media/boot && sudo mount /dev/nvme0n1p1 /media/boot/

No idea why, but this worked for me

sudo cp /media/boot/EFI/BOOT/BOOTX64.EFI /media/boot/EFI/org.clearlinux/mmx64.efi
3 Likes