[SOLVED] Artix - installs successfully, but on GRUB i cannot see Windows option 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. Last Edit: 07 January 2022, 17:08:25 by nous
Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option Reply #1 – 05 January 2022, 13:15:38 https://wiki.archlinux.org/title/GRUB#MS_Windows 1 Likes
Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option Reply #2 – 05 January 2022, 13:26:57 installed NTFS-3Gbut cannot detect it
Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option Reply #3 – 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 -fand /etc/fstab.Edit: Have you tried just updating GRUB?Code: [Select]sudo update-grubIf yes, please provide the file grub.log generated by:Code: [Select]sudo update-grub >grub.log 2>&1 1 Likes
Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option Reply #4 – 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 1 Likes
Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option Reply #5 – 05 January 2022, 18:32:11 Thanks. I solved it!
Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option Reply #6 – 05 January 2022, 18:34:58 Quote from: Alecu – on 05 January 2022, 18:32:11Thanks. I solved it!For future reference, can you tell us how you solved it and/or what was the problem?Thank you. 1 Likes
Re: Artix Linux - installs successfully, but on GRUB i cannot see Windows option Reply #7 – 05 January 2022, 18:45:44 Quote from: SGOrava – on 05 January 2022, 18:34:58For future reference, can you tell us how you solved it and/or what was the problem?Thank you.How i did this:Open Terminaltype sudo nano /etc/default/grubput this line GRUB_DISABLE_OS_PROBER="false" in that filepress Ctrl+O to savepress enter and saveexit NANOtype sudo update-grubAnd you're done! You got Bootable Windows on UEFI dual boot with Artix Linux! 1 Likes