theVakhovskeIsTaken / holoiso
- четверг, 12 мая 2022 г. в 00:33:52
SteamOS 3 (Holo) archiso configuration
SteamOS 3 (Holo) archiso configuration.
Yes, Gabe. SteamOS functions well on a toaster.
This project attempts to bring the Steam Deck's Holo OS into a generic, installable format, and provide a close-to-official SteamOS experience.
Common Questions
No, but it may as well be 99% of the way there. The code and packages, are straight from Valve, with zero possible edits, and the ISO is being built on the official Steam Deck recovery image, running inside a QEMU instance.
Currently, the ISO only boots if flashed using BalenaEtcher, RosaImageWriter, Fedora Media Writer, DD with 4MB block size, or Rufus with DD mode.
Working stuff:
Known issues:
Until they support atomic KMS, accelerated Xwayland, and Vulkan DMA-BUF extensions, they simply cannot function properly with HoloISO.
Refer to this gist for further guidance.
Prerequistes:
Installation types:
An OS-only installation, resembles vanilla Arch Linux installation.
Steam Deck UI only (AMD GPU only; no desktop), as said, this doesn't ship any DE, and only has the Steam Deck UI installed. *This part is currently under a renovation.
Full SteamOS 3 experience, Includes proper session switching, KDE Plasma + media apps, and Chromium pre-installed.
Installation:
sudo dd if=SteamOS.iso of=/dev/sd(your flash drive) bs=4M status=progress oflag=sync
holoinstall
sda
or nvme0n1
when askedUpon booting, you'll be greeted with Steam Deck's OOBE screen, from where you'll connect to your network, and login to your Steam account, from there, you can exit to KDE Plasma seamlessly by choosing Switch to desktop in the power menu, like so.
This configuration includes Valve's pacman.conf repositories, holoinstall
script and holoinstall
post-installation binaries.
This configuration builds a releng-based ISO, which is the default Arch Linux redistribution flavor.
Trigger the build by executing:
git clone https://github.com/bhaiest/holoiso/
sudo mkarchiso -v holoiso
Once it ends, your ISO will be available in the out
folder.