2022-05-02 00:25:41 +02:00
# HoloISO
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!
2022-05-02 12:26:36 +02:00
Prerequistes:
- 4GB flash drive
- AMD GPU
- UEFI-enabled device
- Disabled secure boot
Installation:
- Flash the ISO from `releases` tab using balenaEtcher
- Boot into ISO
- Run `holoinstall`
- Enter drive node, starting from `for ex. sda or nvme0n1` when asked
- Take your favourite hot beverage, and wait till it installs :)
2022-05-02 00:25:41 +02:00
![image ](https://user-images.githubusercontent.com/97450182/166166719-f5f6d692-7e15-4e77-8ad3-683b3a88d6c1.png )
This configuration includes Valve's pacman.conf repositories, `holoinstall` script and `holoinstall` post-installation binaries.
2022-05-02 12:26:36 +02:00
This configuration builds `releng` -based ISO, which is default Arch Linux redistribution flavor.
2022-05-02 00:25:41 +02:00
To build:
Make sure you are running this on Steam Deck/winesapOS/pacstrapped SteamOS3. If not, copy `airootfs/etc/pacman.d/mirrorlist` to your Arch's installation
Make sure you have `python` and `archiso` installed
2022-05-02 00:26:16 +02:00
2022-05-02 00:25:41 +02:00
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
2022-05-02 12:26:36 +02:00