Hello,
I had Garuda installed on top of Linux Mint, Veronica and Windows 10 and now neither of the OS's appear before Garuda boots into system. updated kernel and system. Tried looking for answers in Snapshots but nothing showed me a clue.
please help.
Please read the following template before requesting assistance:
Please post the terminal/konsole input and output as text (no pictures) from the the following command:
Refusing to post the output of the required "garuda-inxi" on a help request will likely result in you not receiving any help from the Garuda team. A failure to provide your system specs may also result in your thread being closed without notice, (as without this information providing assistance is often next to impossible).
Before opening a new help request, please search the Arch and Garuda Wiki's, and read any relevant sections related to your issue. Also, thoroughly search any error messages in the forum's search engine and on the web. For in depth information on how to search for answers to Linux issues effectively read the tips on the Garuda Wiki:
Please report in detail everything you have already attempted to solve your problem.
The template above should be deleted before posting your help request.
Hi there, welcome to the forum.
First of all, make sure that /etc/default/grub has
GRUB_DISABLE_OS_PROBER=false
Otherwise, the other OS's will never be probed.
If that value was true, after enabling setting it to true, run a:
sudo update-grub
Please always provide the output of your garuda-inxi, as requested in the template.
If the value was false, or setting it to true didn't help, we'll need some more information.
I'd start with:
Odds are if GRUB_DISABLE_OS_PROBER=false is in your Grub file it's commented out with # in front of it. Just remove the # and save the file the edited file. Also make sure you have os-prober-btrfs and not just os-prober.
Hi!
Thanks so much! Update of grub did the trick. I really do appreciate it.
since you suggested it I thought I'd send you the info I thinkt is required. Is this what is meant by garuda-inxi??
Yes, that's it!
I took the freedom to edit your post, to give that part a raw look, which is much more readable.
Please give a look at how I did it (just edit your post without saving) for the future...
If your problem is solved, please mark my post above as Solution for future readers/searchers.