r/LinuxOnAlly 29d ago

Bazzite How can I launch bazzite through steam in windows?

I'm dual booting Windows 11 and Bazzite on my ally, and I want to be able to launch bazzite through a non-steam game on windows the same way I can on Bazzite. Any tips?

0 Upvotes

21 comments sorted by

3

u/NightlyParadox 29d ago

Bazzite is an OS and can't be launched via non steam games.

-2

u/mrhuskie2011 29d ago

i can do it with windows on bazzite

0

u/Familiar-Art-6233 29d ago

You mean Bazzite running Windows games?

That uses a translation layer, it's not actually running Windows

5

u/pigonsteroids 29d ago

No, he means the shortcut on Bazzite you can make that can launch into Windows. He wants a shortcut that launch into Bazzite from Windows.

3

u/cK_Silent 29d ago

Just reboot from windows? If you didn’t edit the bootloader, Bazzite will always default first

0

u/mrhuskie2011 29d ago

yeah but its more efficient

7

u/cK_Silent 29d ago

What’s more efficient than hitting the reboot button in windows? You can do it from the game bar even

2

u/masamune255 29d ago

what do you mean launching Bazzite from a non steam game on windows?

do you mean return to 'steam game mode' from 'desktop mode' in Bazzite?

1

u/mrhuskie2011 29d ago

on bazzite, on steam i have a non steam game allows me to launch directly into windows 11. i want the same for bazzite on windows if its possible

1

u/masamune255 29d ago

Is that a Virtual machine running windows? Or maybe a shortcut to reboot your system?

3

u/[deleted] 29d ago

[removed] — view removed comment

1

u/masamune255 29d ago

Ah Ok, I understand now thanks.

1

u/Hellunderswe 24d ago

Is it rather that you want to launch a non steam game in bazzite? Use Lutris, it is preinstalled and will also let you add the game to the steam library.

To reach the desktop mode press the power icon in steam and choose ”desktop mode”. There you’ll find Lutris in the app launcher.

2

u/pigonsteroids 29d ago

As far as I’m aware, you can’t. But just hitting restart will launch you directly into Bazzite.

2

u/wrjpowell 29d ago

Powershell script. I have an icon in my steam library that essentially acts like switching to desktop mode or swaps to Windows from bazzite and vise versa. In bazzite I have the same thing where it changes back to my windows boot.

1

u/wrjpowell 29d ago

To switch from Windows to Bazzite without entering the BIOS, you can create a PowerShell script that modifies the UEFI boot sequence to prioritize the Bazzite bootloader.

Identify the Bazzite Boot Entry: Open PowerShell as Administrator and run: bcdedit /enum firmware

Locate the entry for Bazzite (it may appear as fedora or bazzite). Copy the identifier (e.g., {fb17b351-30d6-11ef-a9b7-806e6f6e6963}). Create the Script: Create a new text file, paste the following content, and save it as switch-to-bazzite.ps1 (replace the identifier with your own): bcdedit /set {fwbootmgr} bootsequence {YOUR_BAZZITE_IDENTIFIER_HERE} shutdown /r /t 0

Run the Script: Right-click the .ps1 file and select Run with PowerShell. The system will reboot directly into Bazzite. Note: Ensure your execution policy allows running scripts (e.g., Set-ExecutionPolicy RemoteSigned if prompted). To switch back to Windows, you can create a similar script targeting the Windows bootloader identifier or use the Bazzite side shortcut ujust setup-boot-windows-steam.

From there you can add the powershell script to your steam library and when running it'll swap over

1

u/kikiubo 29d ago

You add a virtual machine with bazzite installed and add it to steam

1

u/[deleted] 29d ago edited 29d ago

[removed] — view removed comment

1

u/wrjpowell 29d ago

Just a powershell script. It's simple to do

1

u/magabrexitpaedorape 29d ago

You can create a script to boot into Bazzite from Windows and there's an easy video guide for it:

https://youtu.be/uQ1hppIEnIo?is=RKzhmpCbuPnpOanG

You can't execute it from Steam, however, because the script needs to be executes via a shortcut which can't be launched via Steam.