How can I create a boot menu for SteamOS and Windows 11 on separate SSDs?

0
4
Asked By MellowCedar42 On

I have two SSDs: one contains SteamOS and the other contains Windows 11. I'd like the computer to show a boot menu at startup so I can choose which operating system to launch, rather than repeatedly pressing F11 to select a drive. What is the best way to configure this?

3 Answers

Answered By OrbitFox7 On

Install or use a bootloader such as GRUB or Limine, then make that bootloader the first entry in your UEFI boot order. It should detect the Windows Boot Manager and display it as an option alongside SteamOS.

Answered By VividMaple8 On

On some Linux installations, Windows detection requires enabling OS prober before rebuilding the GRUB menu. You can leave it enabled, or manually add the Windows Boot Manager entry and then disable OS prober afterward if you prefer a more locked-down setup.

Answered By QuietHarbor19 On

If SteamOS is already using GRUB, boot into SteamOS and regenerate its configuration with `sudo update-grub`. After rebooting, GRUB should provide a menu with SteamOS and Windows, assuming the Windows drive is detected.

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.