How to Get GRUB to Show Up for OS Selection on Boot?

0
3
Asked By UserMagic123 On

I've got Windows installed on one SSD and Bazzite on another. I tried running the command to regenerate GRUB, and it seems to have worked, but I'm not sure how to choose which operating system to boot into when I start my PC. Can anyone help?

1 Answer

Answered By TechieGuru99 On

To set up GRUB properly, you'll need to run a couple of commands. First, you should install GRUB with this command: `grub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB`. Then, create the configuration file with `grub-mkconfig -o /boot/grub/grub.cfg`. Also, make sure to enable OS detection by going to `/etc/default/grub` and uncommenting the line `GRUB_DISABLE_OS_PROBER=false`. That should help you select the OS when you boot up! Good luck on your Linux journey! 🙂

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.