You are not logged in.

#1 2024-09-25 13:04:37

vermilion-exe
Member
Registered: 2024-09-25
Posts: 3

Windows option not showing in grub menu

When I run the command grub-mkconfig -o /boot/grub/grub.cfg, the os-prober also detects the windows boot option, since I have enabled the os-prober in /etc/default/grub. Nevertheless, I cannot see the option when I reboot and check the grub menu. Also, I was able to find the windows menu entry in boot/grub/grub.cfg, but the entry itself is not visible.

Offline

#2 2024-09-25 13:22:27

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: Windows option not showing in grub menu

The plain `set` command from the GRUB command line should list $configfile, which is where it is looking for grub.cfg — it might be looking in the wrong place.

Please share your NVRAM boot entries:

efibootmgr -u

Jin, Jîyan, Azadî

Offline

#3 2024-09-25 14:38:45

vermilion-exe
Member
Registered: 2024-09-25
Posts: 3

Re: Windows option not showing in grub menu

Here it is:

BootCurrent: 0000
Timeout: 2 seconds
BootOrder: 0000,0002,0003,0004,0005
Boot0000* GRUB  HD(4,GPT,121408f8-ea09-4ec9-81ee-f45f4adcda3c,0x5e179000,0x190000)/\EFI\GRUB\grubx64.efi
Boot0002* Windows Boot Manager  HD(1,GPT,9eca7cf8-d076-46f2-8a6f-179d69289b64,0x800,0x82000)/\EFI\Microsoft\Boot\bootmgfw.efi
Boot0003* UEFI:CD/DVD Drive     BBS(129,,0x0)
Boot0004* UEFI:Removable Device BBS(130,,0x0)
Boot0005* UEFI:Network Device   BBS(131,,0x0)

Offline

#4 2024-09-25 14:46:47

vermilion-exe
Member
Registered: 2024-09-25
Posts: 3

Re: Windows option not showing in grub menu

After so many days, I finally found the problem. Basically, I have a boot partition and also the partition for my linux system. When I made the config file for grub, it generated it for the boot partition. But after I mounted the linux partition and checked the grub config, I didn't find the windows entry. So, I made grub-mkconfig for it and it finally showed up. Thanks for the help!

Offline

Board footer

Powered by FluxBB