You are not logged in.
Pages: 1
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
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
Pages: 1