So, installing Ubuntu was a breeze. Make a bootable thumb drive, restart, hold alt, boot into it.
But Ubuntu isn't for me, so I thought I'd try Mint.
If I reboot and hold alt, I get a few choices to boot from. If I take out the thumb drive one of them disappears, and if I put it in it reappears. All good. And if I choose to boot from my thumb drive with Mint on it, Ubuntu starts with no message of any sort as to why.
This goes against everything I hold dear in programming. The idea that it would be so easy to install and then went about changing core functionality (without a proper warning: better love Unity!) of my computer which led to giving me no feedback whatsoever on why things aren't working, and then casually booting into itself..
I'm still kind of floored. But anyways..
Did I mess up my EFI? How do I fix this? Is there any easy way to get Ubuntu off my computer?
grub
is designed to work like the worst kind of rootkit, and will worm into in the root of your boot device - thus the name. – mikeserv Dec 08 '15 at 02:44grub
has always been hugely complicated anyway. – mikeserv Dec 08 '15 at 04:10grubx64.efi
. Once that's launched, it reads other files too. But this question seems to be about the wrong copy of GRUB being launched by the firmware, so only that single file seen by EFI seems relevant. – Wyzard Dec 08 '15 at 04:29grub
is nonsensical even in its premise. – mikeserv Dec 08 '15 at 04:45grub.cfg
with an entry for the new kernel. Those scripts correctly handle a variety of advanced scenarios, such as having thevmlinuz
file on a RAID or LVM device. In short: Ubuntu makes GRUB "just work". The kernel's EFI stub is a neat feature, but unless the distro automates installing kernels that way, it fails the "just works" criteria that a non-expert wants. – Wyzard Dec 08 '15 at 04:52So maybe if I try to install OSX it will not do the same thing?
What more information can I possibly give? I REALLY REALLY don't want to be stuck with Ubuntu.
– Seph Reed Dec 08 '15 at 06:26bootx64.efi
) which is the usual way that removable media like flash drives are made bootable under EFI. Not a certainty, but it points toward the flash drive's GRUB that's running. Press Escape quickly after choosing that EFI option to try to get a GRUB menu, and see if it says "Ubuntu" or "Mint". – Wyzard Dec 08 '15 at 06:34And when I installed Ubuntu I checked the box for virtual hard drive partitioning (or something like that). I looked it up, it was able to combine hard drives and make partitioning a lot easier.
– Seph Reed Dec 08 '15 at 16:11