back

How to install Windows or Ubuntu on a Steam Deck with an External USB Drive

gamingsteam deck

If you want to save your Steam Deck’s storage, particularly when equipped with only 64GB, while also setting up Windows or Linux as a secondary operating system, this guide show you how to install both options on external drive.

Windows Installation

To run Windows from an USB drive, you’ll need to use Windows to Go as standard versions cannot be installed on external drives. An SSD is recommended. Download the Windows 11 ISO from Microsoft’s website, and Rufus to create Windows to Go image option.

Once you have both the Windows ISO and Rufus ready:

  1. Open Rufus and select the external USB drive as the target device.
  2. Choose the Windows 11 ISO as the source.
  3. In the Partition scheme section, select “MBR partition scheme for BIOS or UEFI computer.”
  4. Choose NTFS as the file system.
  5. In the Boot selection section, select Windows to Go.
  6. Click the Start button in Rufus to begin the process.
  7. Once Rufus finishes, you can install Windows 11 by pressing the volume and power button on your Steam Deck and selecting the USB drive as the boot option.

Dual Boot

Dual boot Windows 11 and SteamOS on Steam Deck is a little more involved, refer to Steamdeck Ultimate Windows 11 Guide.

Ubuntu Installation

If you install Ubuntu by selecting the external drive as its destination, it may still prompt you to select Ubuntu boot options even when the external drive is not connected. To avoid this issue, disable the ESP flag during the installation process. Here are the steps:

Your Steam Deck still boots into SteamOS the way it does, and Ubuntu only shows up in the Boot Manager if you plug in the external drive.

Removing Ubuntu from BIOS Boot Menu (UEFI)

If you mistakenly added Ubuntu to the boot menu in your BIOS or UEFI, you can remove it.

sudo efibootmgr
# Then delete the option you don't want. In this example, Ubuntu is entry 0.
sudo efibootmgr -b 0 -B 

Then go to rootfs/mnt/efi, you should find something like boot, steamos, ubuntu. Delete ubuntu.

Fixing SteamOS Boot Failure

If you encounter a “Default Boot Device Missing or Boot Failed” error after a SteamOS update:

sudo efibootmgr -c -L "SteamOS" -l "\EFI\steamos\steamcl.efi" -d /dev/nvme0n1p1 -b 0001

Setting SteamOS as the default

https://github.com/scawp/Steam-Deck.Force-SteamOS-On-Boot

https://github.com/ryanrudolfoba/SteamDeck-EFI-script

NOTE: If you encounter boot issues after unplugging and re-plugging an external drive, update the SSD enclosure firmware (I have UGREEN for example). Find out what the chipset is, and get the newest from station-drivers

©  2024 Son Chau