Why would you use someone else's distro, when you can start from scratch?
I'm using Arch Linux to run these steps, but these steps may be reproducable on other operating systems. For instance, the Chrooting step may be done within Microsoft Windows WSL.
To save time, I have done most of the heavy lifting and done all steps (except for step 8), to save time.
- Simply fetch all the files, and grab your root filesystem here releases
- Plop all of these files onto a FAT32 formatted USB stick.
- Use your PS4 payload to run the Linux loader
- Instructions on how to do so are not included, as it is out of scope for this repository.
...but if you really wanted it, create a GitHub issue.
- Instructions on how to do so are not included, as it is out of scope for this repository.
- Run
install-psxitarch.sh
in the rescue shell - Install a desktop environment!
(Writers note: Feel free to ignore these writers notes, especially if you're not technically inclined; these notes are for those who feel like they're up for a challenge.)
These instructions were written as I was performing them, so some instructions may be missing. Create a GitHub issue if you find anything wrong.
In each step, choose one (and only one) of the bullet points to follow, depending on what you like/are using.
- Fetching Files
- Partitioning your filesystem
- Placing Files / Mounting Partitions!
- Writing the rootfs to the EXT4 partition
- Initialising the operating system
- Use your PS4 payload to run the Linux loader
- Instructions on how to do so are not included, as it is out of scope for this repository.
...but if you really wanted it, create a GitHub issue.
- Instructions on how to do so are not included, as it is out of scope for this repository.
- Install a AUR Helper
- Make sure the time is set!
- Use
sudo timedatectl set-time "yyyy-MM-dd hh:mm:ss"
to set the date/time - Install NTP to make sure your clock is always correct in the future.
- Use
- Installing a desktop environment
- Fixing Video Drivers
- If you're trying to install Steam, you should be able to follow the instructions within the Arch Linux Wiki
- If there's any missing graphics drivers, see if that folder exists (during Step 9)
- Making your own
psxitarch.tar.xz
image:- You can use
tar -cvJf psxitarch.tar.xz
- You can use