Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: Alecu on 05 January 2022, 12:41:43

Title: [SOLVED] Artix - installs successfully, but on GRUB i cannot see Windows option
Post by: Alecu on 05 January 2022, 12:41:43
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.
Title: Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option
Post by: strajder on 05 January 2022, 13:15:38
https://wiki.archlinux.org/title/GRUB#MS_Windows
Title: Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option
Post by: Alecu on 05 January 2022, 13:26:57
installed NTFS-3G
but cannot detect it
Title: Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option
Post by: strajder on 05 January 2022, 13:34:15
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
Title: Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option
Post by: SGOrava on 05 January 2022, 13:44:06
You might need to modify /etc/default/grub to activate os-prober and regenerate grub according to this forum post:
https://forum.artixlinux.org/index.php/topic,3113.msg20280.html#msg20280
Title: Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option
Post by: Alecu on 05 January 2022, 18:32:11
Thanks. I solved it!
Title: Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option
Post by: SGOrava on 05 January 2022, 18:34:58
For future reference, can you tell us how you solved it and/or what was the problem?
Thank you.
Title: Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option
Post by: Alecu on 05 January 2022, 18:45:44
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!