Delete GRUB after deleting Ubuntu from Mac Dual Boot
Much faster and safer solution.
# Boot OSX
# Open the terminal
# mount boot partition
mkdir mnt
sudo mount -t msdos /dev/disk0s1 mnt
1
2
2
You will see a new drive "EFI", open this drive and open the folder "EFI". Inside you will have the folders "APPLE" and "UBUNTU".
# delete ubuntu EFI Boot folder
cd EFI
# Just delete the "UBUNTU".
rm -rf ubuntu
1
2
3
2
3
Restart and enjoy!
上次更新: 2024/08/26, 14:33:43