
Tengo un sistema con windows 11 y kubuntu 22.10 instalados; en el que puedo iniciar con éxito cada uno de estos cambiando el orden de inicio en BIOS. Kubuntu aparece dentro del gestor de arranque grub al iniciar, pero Windows 11 no.
Intenté ejecutar os-prober
, pero luego update-grub
todavía no puedo encontrar Windows.
También intenté agregar GRUB_DISABLE_OS_PROBER=false
a /etc/default/grub.
El siguiente es el resultado del os-prober
comando:
jmpris@kubuntu:~$ sudo os-prober
/dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi
Aquí está mi salida de update-grub
:
jmpris@kubuntu:~$ sudo update-grub2
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.19.0-23-generic
Found initrd image: /boot/initrd.img-5.19.0-23-generic
Found linux image: /boot/vmlinuz-5.19.0-21-generic
Found initrd image: /boot/initrd.img-5.19.0-21-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Adding boot menu entry for UEFI Firmware Settings ...
done
jmpris@kubuntu:~$