I have successfully avoided EFI installations until now. I bought a very nice new "Lenovo Yoga 730 - 15 Platinum" and wanted to retain the Windows install in case customer support was needed - because you know when you say "Linux" to first level support, their brains turn to mush and they start to drool and repeat "..have you rebooted windows yet?" over and over.
Since removing EFI wasn't an option, I was able to turn off secure boot and install Linux.
~~~leaving out a lot of detail here~~~
I currently have the computer booting GRUB, but to an unusable broken install that I want to delete. I can switch EFI menu at boot time with a function key, but that's not very efficient to say the least. I also have another un-bootable install that has a working grub, but it's not the default either. DON'T JUDGE - I was experimenting...
OK, so in order to boot to the working Linux install, I have to edit the grub menu to manually point it at the working Linux install. Here's what I see:
/boot/efi/EFI contain 5 folders:
Boot
Manjaro
Microsoft
neon
ubuntu
I assume "Boot" and "Microsoft" are staying.
"Manjaro" is one of the broken installs. It's grub worked beautifully and so did the install until it froze during an update and killed it. I just don't have the time to fix it right now, so I'd rather just dump it.
"ubuntu" is actually an unusable KDEneon install (4K video issues) and needs removal, but it's the default grub right now.
"neon" is the actual install I boot to and it works, but it's not the grub menu that appears.
So here's what I want to know:
On my desktop, I have created a bootable grub subvolume on my btrfs file system and I have considered turning "ubuntu" into that, but Manjaro has a really nice looking grub implementation Also I have discovered that since grub doesn't support writing to btrfs, recordfail and auto-reboot into the previously booted choice doesn't work. I had installed Manjaro to an EXT4 partition so it supports those features and I kinda liked that so I may want Manjaro to be the default boot menu rather than neon, since neon is on btrfs.
Since removing EFI wasn't an option, I was able to turn off secure boot and install Linux.
~~~leaving out a lot of detail here~~~
I currently have the computer booting GRUB, but to an unusable broken install that I want to delete. I can switch EFI menu at boot time with a function key, but that's not very efficient to say the least. I also have another un-bootable install that has a working grub, but it's not the default either. DON'T JUDGE - I was experimenting...
OK, so in order to boot to the working Linux install, I have to edit the grub menu to manually point it at the working Linux install. Here's what I see:
/boot/efi/EFI contain 5 folders:
Boot
Manjaro
Microsoft
neon
ubuntu
I assume "Boot" and "Microsoft" are staying.
"Manjaro" is one of the broken installs. It's grub worked beautifully and so did the install until it froze during an update and killed it. I just don't have the time to fix it right now, so I'd rather just dump it.
"ubuntu" is actually an unusable KDEneon install (4K video issues) and needs removal, but it's the default grub right now.
"neon" is the actual install I boot to and it works, but it's not the grub menu that appears.
So here's what I want to know:
- How to choose which install is the one that will load it's boot menu by default when I power on
- How to make "neon" the default grub install
- How to correctly remove "Manjaro" and "ubuntu" without losing boot capability - what can I delete without killing everything
- What to do moving forward to insure the next install doesn't "take over" booting
On my desktop, I have created a bootable grub subvolume on my btrfs file system and I have considered turning "ubuntu" into that, but Manjaro has a really nice looking grub implementation Also I have discovered that since grub doesn't support writing to btrfs, recordfail and auto-reboot into the previously booted choice doesn't work. I had installed Manjaro to an EXT4 partition so it supports those features and I kinda liked that so I may want Manjaro to be the default boot menu rather than neon, since neon is on btrfs.
Comment