PS5 Linux loader goes public, turning ‘Phat’ consoles into full Linux PCs — build script includes bootable Ubuntu 24.04 image, can output 4K games at 60 FPS

PS5 Linux loader goes public, turning ‘Phat’ consoles into full Linux PCs — build script includes bootable Ubuntu 24.04 image, can output 4K games at 60 FPS

PS5 Linux loader goes public, turning ‘Phat’ consoles into full Linux PCs — build script includes bootable Ubuntu 24.04 image, can output 4K games at 60 FPS

https://www.tomshardware.com/software/linux/ps5-linux-loadr-goes-public-turning-phat-consoles-into-full-linux-pcs

Publish Date: 2026-04-29 06:57:00

Source Domain: www.tomshardware.com

Security engineer Andy Nguyen, known online as TheFlow, has publicly released ps5-linux on GitHub: a complete toolchain for booting Linux on PlayStation 5 Phat consoles running firmware versions 3.xx through 4.xx. The project, which Nguyen demonstrated running GTA V Enhanced Edition via a proof-of-concept in March, is now a documented, reproducible process that anyone with compatible hardware can follow.

The release includes a Linux payload that exploits a patched hypervisor vulnerability, a build script that produces a bootable Ubuntu 24.04 image, tools for M.2 SSD installation, and a fan and CPU/GPU boost control utility. Nguyen credits several contributors, including c0w, resulknad, flatz, and the fail0verflow and ps5-payload-dev teams.

Article continues below

You may like

Installing the payload requires a separate jailbreak tool — the umtx2 exploit — for initial code execution. Users set up a fake DNS server and HTTPS host on a local PC, redirect the PS5’s manual page lookup to trigger the exploit, then send the ps5-linux-loader payload over TCP. After the console enters rest mode and the LED goes solid orange, pressing the power button boots into Linux. If the LED turns white, it worked.

I ported Linux to the PS5 and turned it into a Steam Machine. Running GTA 5 Enhanced with Ray Tracing. 🤯 pic.twitter.com/aMbT0PQ1dSMarch 6, 2026

Once booted, the PS5 runs as an x86…

Source