RebornOS, grub does not see the other operating systems.
Correction of the problem.
Open with sudo nano / etc / default / grub
and I added GRUB_DISABLE_OS_PROBER =" false
Save and close the file.
Finally I ran grub-mkconfig -o / boot / grub / grub.cfg
and it worked.
Hi @ste. We are aware. Grub does not run os-prober by default. The same is true in other Arch based distros as well (at least when I checked). However, we may enable os-prober in the future, considering a lot of the users use it anyway.
hi @shivanandvp. I understand what you are saying, but on a laptop I have win7 for professional reasons and ReborOS, so I needed a solution and after searching I came up with it.