bhaiest / holoiso
- пятница, 6 мая 2022 г. в 00:32:48
SteamOS 3 (Holo) archiso configuration
SteamOS 3 (Holo) archiso configuration.
Yes, Gabe. SteamOS functions well on a toaster.
This project attempts to bring Steam Deck's Holo OS into a generic, installable format and replicate close-to-official SteamOS experience.
Upon booting, you'll be greeted with Steam Deck's OOBE screen, from where you'll connect to your network and login to Steam account, from there, you can exit to KDE Plasma seamlessly by choosing Switch to desktop
in power menu. https://www.youtube.com/watch?v=smfwna2iHho
Q1:
Q2:
Working stuff:
Vapor
appearance for KDE PlasmaKnown issues:
Triggering uevents
. Solution: Boot with nomodeset=1
and install proprietary drivers https://wiki.archlinux.org/title/NVIDIA. Keep in mind, that Steam Deck session won't work for now, delete /etc/sddm.conf.d/autologin.conf
to avoid booting into black screen with infinite crash.Prerequistes:
Installation types:
Installation:
releases
tab using BalenaEtcher or by typing sudo dd if=SteamOS.iso of=/dev/sd(your flash drive) bs=4M status=progress oflag=sync
holoinstall
for ex. sda or nvme0n1
when askedThis configuration includes Valve's pacman.conf repositories, holoinstall
script and holoinstall
post-installation binaries.
This configuration builds releng
-based ISO, which is default Arch Linux redistribution flavor.
Trigger build by:
git clone https://github.com/bhaiest/holoiso/
sudo mkarchiso -v holoiso
Once it ends, your ISO will be available in out
folder