Grub not Detecting Artix after installing another Linux Alongisde
I had Artix and Windows 10 installation before. After that, I installed Arch Labs in the Windows partition(sda2).
Now, after successful installation when the system restarts, Grub doesn't show Artix entry. Artix is on sda5.
I ran sudo grub-mkconfig -o /boot/grub/grub.cfg
but still doesn't help.
Here's the output of the above command:
[archlabs@archlabs ~]$ sudo grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-linux-lts
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux-lts.img
Found fallback initrd image(s) in /boot: intel-ucode.img initramfs-linux-lts-fallback.img
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot: intel-ucode.img initramfs-linux-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows 10 on /dev/sda1
done
What should I do next? Thanks in advance.