Skip to content

Maccraft123/holofork

 
 

Repository files navigation

Build ISO

obraz

HoloFork

SteamOS 3 (Holo) archiso configuration. With couple of twists. Basically HoloISO+.

Differences from HoloISO:

  • Two kernel options: Pure mainline and Mainline with couple patches for usability
  • Command line install(Gamepad support TODO)
  • Systemd-boot used instead of GRUB
  • Much much better support for handheld gaming PCs
  • More desktop environment options(TODO)
  • Ripped out NVidia GPU support

Supported devices:

  • QEMU, only for testing
  • Aya Neo Next
  • Aya Neo Air
  • Anbernic Win600(might get removed in future due to ugly hacks required)

Installation process:

Prerequistes:

  • 2GB flash drive
  • A supported handheld gaming PC

Installation:

  • Flash the ISO from releases or actions for NVIDIA GPUs using BalenaEtcher, Rufus with DD mode, or by typing sudo dd if=SteamOS.iso of=/dev/sd(your flash drive) bs=4M status=progress oflag=sync
  • Boot into ISO
  • Run holoinstall
  • Enter drive node, starting from, for example, sda or nvme0n1 when asked
  • Take your favourite hot beverage, and wait 'till it installs :3

Upon 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.

Screenshots:

Screenshot_20220508_133916 Screenshot_20220508_133737 Screenshot_20220508_133746 Screenshot_20220508_133822 Screenshot_20220508_134038 Screenshot_20220508_134051

Notes:

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.

Building the ISO:

Trigger the build by executing:

pacman -Sy archiso
git clone https://github.com/Maccraft123/holofork/
sudo mkarchiso -v holoiso

Once it ends, your ISO will be available in the out folder.

About

SteamOS 3 (Holo) archiso configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%