You are not logged in.
Pages: 1
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
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 -uJin, Jîyan, Azadî
Offline
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
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
Pages: 1