today I upgraded to Kubuntu 24.10 from 24.04. After the update I'm unable to boot to Windows 10 from GRUB, while it's still possible directly picking Windows Boot Manager from UEFI.
I've tried to relaunch sudo update-grub
and got such results:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found theme: /boot/grub/themes/poly-dark-master/theme.txt
Found linux image: /boot/vmlinuz-6.11.0-8-generic
Found initrd image: /boot/initrd.img-6.11.0-8-generic
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Error: invalid volume.
grub-probe: error: cannot find GRUB device for /dev/sdc1. Please check device.map.
Found Windows Boot Manager on /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
Found linux image: /boot/vmlinuz-6.11.0-8-generic
Found initrd image: /boot/initrd.img-6.11.0-8-generic
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Error: invalid volume.
grub-probe: error: cannot find GRUB device for /dev/sdc1. Please check device.map.
Found Windows Boot Manager on /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
After reboot still same happens I just got:
error, cannot load image
and it returns to main GRUB menu, whats even strager I cannot then boot into kubuntu untill I restart the PC. It just begins to launch it and then returns to the main GRUB menu. After restart I can boot into Kubuntu just normally.
My grub config /boot/grub/grub.cfg
here.
I'va Kubuntu and grub installed on /dev/sdb/
, /dev/sdc/
is one of Windows striped disks. Windows is located on /dev/nvme0n1/
.