Until it gets fixed, people can always use their GRUB. Simply boot into Kubuntu (somehow), and issue the command
sudo grub-install
and that will place GRUB at the top of your UEFI boot list (check it using sudo efibootmgr). I'm sure you know this Rod J, just posting it for others who may bounce here.
After the kernel thing gets fixed, you can boot into Kubuntu and use sudo efibootmgr -o to change the BootOrder and put rEFInd back to the top of the boot list. See man efibootmgr -- scroll down to very end where they illustrate the -o switch.
sudo grub-install
and that will place GRUB at the top of your UEFI boot list (check it using sudo efibootmgr). I'm sure you know this Rod J, just posting it for others who may bounce here.
After the kernel thing gets fixed, you can boot into Kubuntu and use sudo efibootmgr -o to change the BootOrder and put rEFInd back to the top of the boot list. See man efibootmgr -- scroll down to very end where they illustrate the -o switch.
Comment