Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Artix - installs successfully, but on GRUB i cannot see Windows option (Read 757 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Artix - installs successfully, but on GRUB i cannot see Windows option

Hello everyone on this forum! I am new Artix Linux user.
I installed Artix Linux, it maked the GRUB menu successfully, but I won't see Windows Boot manager menu entry in GRUB menu. What should I do?
tried os-prober, it sees, but GRUB menu does not see Windows Boot Manager. Also I have a windows partition that works and using UEFI BIOS i can boot into Windows when needed.


Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option

Reply #2
installed NTFS-3G
but cannot detect it

Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option

Reply #3
Please provide your GRUB configuration file /etc/default/grub (use https://paste.artixlinux.org). Also the output of:
Code: [Select]
lsblk -f
and /etc/fstab.

Edit: Have you tried just updating GRUB?
Code: [Select]
sudo update-grub
If yes, please provide the file grub.log generated by:
Code: [Select]
sudo update-grub >grub.log 2>&1


 

Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option

Reply #5
Thanks. I solved it!


Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option

Reply #7
For future reference, can you tell us how you solved it and/or what was the problem?
Thank you.

How i did this:
Open Terminal
type sudo nano /etc/default/grub
put this line GRUB_DISABLE_OS_PROBER="false" in that file
press Ctrl+O to save
press enter and save
exit NANO
type sudo update-grub
And you're done! You got Bootable Windows on UEFI dual boot with Artix Linux!