I'm experiencing something weird today. I've been searching all over the internet, but I can't seem to find anybody who has the same problem.
I have Kubuntu 21.04 and Windows 11 installed in dual-boot.
Yesterday, i did a "cumulative update" for Windows 11, then i shut the computer down.
Today, I can't get GRUB to load.
I tried entering the following command in windows command line but it didn't help
bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi
Some file name seems to have been corrupted or something. Here is a picture of the error message:
Can someone tell me how to fix this?
EDIT: So I managed to get grub back by using boot-repair
BUT As soon as I booted in Windows 11 again, the problem reappeared (no windows update, just plain booting).
So I boot-repaired again, and as boot-repair basically reinstalls Grub, I had to reconfigure it for iommu (gpu isolation for VMs).
So for now, I can get to Kubuntu and work with my VMs but I am kind of nervous to try Windows 11 again, as configuring iommu takes time and I have a lot of work to do.
System specs:
- I9-10900K
- 64GB Corsair DDR4
- 1TB Sambung EVO+ NVME SSD
- AMD Radeon Pro W5700
- Msi Z490-A Pro
Output of sudo efibootmgr -v (after fix)
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0003,0001
Boot0001* Windows Boot Manager HD(1,GPT,41013caf-e980-464c-b214-4c6885f2bac7,0x800,0x32000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)..BO
Boot0003* ubuntu HD(1,GPT,41013caf-e980-464c-b214-4c6885f2bac7,0x800,0x32000)/File(\EFI\UBUNTU\SHIMX64.EFI)
PS sorry for the poor quality of my English, as it is not may native language.
Thanks