on my laptop I just installed opensuse slowroll running KDE plasma.
I found that I have systemd-boot.
I would like to switch to grub2-efi, I googled and found this:
Install GRUB2
Update Bootloader Configuration
Change the loader type variable in /etc/sysconfig/bootloader
LOADER_TYPE=“systemd-boot” and change it to
LOADER_TYPE=“grub2-efi”
Reinitialize and Install GRUB
install GRUB to your EFI partition
sudo update-bootloader --install --config
I installed grub via myrlyn
in /etc/sysconfig/bootloader I changed
LOADER_TYPE=“systemd-boot”
LOADER_TYPE=“grub2-efi”
but with sudo update-bootloader --install I had this error:
pla@localhost:~> sudo update-bootloader --install
[sudo] password for pla:
target = x86_64-efi, update default location = 0
+ /usr/sbin/shim-install --config-file=/boot/grub2/grub.cfg
No valid EFI partition
efi_distro_dir=opensuse
efi_order=0000,0003,0005,0004,0002,0001,2001,2002,2003
efi_entry.num=0003
efi_entry.file=EFI/opensuse/shim.efi
efi_entry.name=opensuse-secureboot
pla@localhost:~>
how can I proceed to have grub2-efi bootloader?