You are not logged in.

#1 2025-09-26 19:12:02

Mohib Ali
Member
Registered: 2025-09-26
Posts: 1

Windows 11 not booting from grub

i literally just installed linux so idk much so can yall telkl me why this aint workin?

### BEGIN /etc/grub.d/30_os-prober ###
# This menu entry is supported only on EFI platforms.
if [ "$grub_platform" = "efi" ]; then
menuentry 'Windows Boot Manager (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-305F-BE36' {
        savedefault
        insmod part_gpt
        insmod fat
        set root='hd0,gpt1'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  305F-BE36
        else
          search --no-floppy --fs-uuid --set=root 305F-BE36
        fi
        chainloader /efi/Microsoft/Boot/bootmgfw.efi
}

ive checked that the uuid is infact 305F-BE36 and my efi windows is in sda1so idk what to do
plz help

Last edited by Mohib Ali (2025-09-26 19:13:02)

Offline

#2 2025-10-05 17:33:50

ua4000
Member
Registered: 2015-10-14
Posts: 526

Re: Windows 11 not booting from grub

Hi, sorry, "not booting" is no helpful info.
- does the grub boot entry for windows 11 show up ?
- what happens exactly, when you choose it ?

To be sure, your boot mode is EFI, not old legacy BIOS /MBR mode ?

And please post the content of /boot/grub/grub.cfg and the output of:

sudo blkid
lsblk --fs

Offline

Board footer

Powered by FluxBB