4 New Gaming Distros for PS4 by elokuba – EndeavourOS, CachyOS, Garuda & Manjaro: Distro Release

elokuba is here with 4 latest gaming distros for PS4 - EndeavourOS, CachyOS, Garuda Linux and Manjaro from scratch with gaming essentials.

A very active member of the PS4Linux community and our forum member, elokuba is here with 4 latest gaming distros for PS4. The list includes EndeavourOS for PS4, CachyOS for PS4, Grauda Linux for PS4 and Manjaro For PS4, built from scratch. Over the past few months, he has been updating these distros and they have also been equipped with almost everything you’d need for Linux gaming on PS4.

Download

  • EndeavourOS – pCloud (Check forum post for details and troubleshooting)
  • CachyOS Final Fantasy v2 – Mega/Megaup (Check forum post for details and troubleshooting, especially bootargs.txt file)
  • Garuda Linux for PS4 – Mega (Check forum post for details and troubleshooting)
  • Manjaro for PS4 (built from scratch) – Mega (Check forum post for details and troubleshooting)

Login details

  • EndeavourOS for PS4
    • User: qba
    • Password: ps4l
  • CachyOS for PS4
    • User: qba
    • Password: loki
  • Garuda Linux for PS4
    • User: qba
    • Password: loki
  • Manjaro Linux for PS4
    • User: qba
    • Password: loki

Installation: How to install the gaming Linux distros on PS4?

If the archive size of the distro is more than 4GB, you will have to use the faster method for installation (contains video tutorial as well). Else, you can use the usual PS4 initram shell method.

Setup Linux gaming distros on PS4

Once the installation is complete, you can customise the distro to your liking. Here are a few things you might need soon after the installation.

Set up swap space (Optional, but recommended)

Setting up a proper swap space reduces the chance of crashes during gaming and other heavy tasks. So, I recommend you follow these steps to set up swap space before gaming on this distro.

  1. Open a terminal and type su. It will ask for a password. Enter ps4. You should now have root access.
  2. Next, type cd / and press Enter.
  3. Then, type touch /swapfile.
  4. Next, decide how much swap space you require. I suggest having 4GB to 8GB. But, this will depend on how much free space your USB drive has. Assuming, you want to have 8GB of swap, type fallocate -l 8GB /swapfile and press Enter.
  5. Then, type chmod 600 /swapfile and press Enter.
  6. Following that, type mkswap /swapfile and press Enter.
  7. Finally, type swapon /swapfile and press Enter.
  8. This swap will stick for the current session, but you will have to redo all these steps after a restart. To make this permanent, type nano /etc/fstab. This will open the file, fstab in a text editor.
  9. Use the arrow keys to scroll to the last empty line and type /swapfile none swap sw 0 0. Then, press Ctrl+X followed by Enter.
  10. Press Y when prompted with “Save modified buffer” and Enter.
  11. Confirm that the file name to write is /etc/fstab. Press Enter.

If this method doesn’t work, try this alternate swap creation method (second one in the section).

Conclusion

elokuba has more coming your way. Do check out the forums posts as linked under the Downloads section on this page to know more about his distros and to interact with him.

3 Comments

  1. hello, a question for elokuba, how did you install the drivers? and where did you found them? i am interested because i wanted to make my own cachyos for linux

  2. Hi

    Manjaro Linux is not available, when the Mega page opens it says ‘The file you are trying to download is no longer available’

Leave a Reply

Your email address will not be published.


*