Free60 was a project that aimed to run various open source Unix operating systems on the Xbox 360 video game console, however was mainly focused on support for Linux. The project itself was a successor to the Xbox Linux project, which was started to run Linux on the 360's predecessor console, the Xbox. The Xbox 360 uses hardware-based encryption and digital signatures for all of its executable programs, and as such will not run unsigned code out of a box, instead requiring either a hardware or software exploit to execute the necessary software needed to launch Linux.
The project's goals were met in March 2007, when a critical software vulnerability in the Xbox 360's hypervisor was discovered, with a way to launch Linux from the modified state being developed shortly after.[1][2]
To date, there have been multiple Linux kernel patchsets that were released by the project, mainly based on the 2.6.x series of kernels.[3] Other individuals that were not associated with the project have also run later kernels such as version 3.5.4.[4] The project maintained a live CD for Gentoo Linux, while installation scripts were provided to install various versions of Debian and Ubuntu to the console's hard drive.[5]
Execution method
Since executable code on the Xbox 360 is digitally signed, and runs underneath a hypervisor, an exploit or hack is necessary in order to execute homebrew code. On the Xbox 360, the first exploit which enabled booting of unsigned code relied on a modified DVD-ROM drive firmware, a modified burned disc of the game King Kong (for Xbox 360), and the target console having either one of two vulnerable kernel revisions. Alternatively, a home-made cable may be used to dump and patch the bios with jumpers attached to the appropriate pin header on the motherboard of the console to patch the hypervisor and allows unsigned execution directly at boot, known as the "JTAG/SMC exploit", which was patched after June 2009 but replaced by "Reset Glitch Hack", in 2011, which is applicable on any kernel version on all but the latest revision of the Xbox 360 motherboard (most 360's produced from 2014 until end of production in 2015), one caveat is being a glitch and relies on timing, boot times may be unstable.[6]
With the original King Kong exploit, the console must launch the modified game which will utilize the software vulnerability to load a small chunk of code that is included on the disc. This code may either initialize the serial port to allow upload of further code to the console, or eject the drive tray and prepare the console to load further code from a specified point on optical media that is then placed in the drive. The latter method involves the readcd binary, made specifically for this cause. The code that readcd executes in this instance is known as XeLL, short for Xenon Linux Loader. XeLL captures CPU threads and launches the Linux kernel from either network (tftp) or optical media as its only purpose, providing a flat device tree for the kernel. In the cases of released 'Live CDs', the readcd binary would typically be included on the modified game disc, which would eject the drive, and a CD containing the XeLL binary as well as the complete Linux kernel and filesystem would be inserted.
Limitations
- The readcd method was initially restricted to only Hitachi branded DVD-ROM drives, but now also supports Samsung branded drives.[7] All other commercially used drives are assumed unsupported, at this point in time the only other drives in use are manufactured by BenQ and Lite-ON.
- An older Kernel revision is required on the Xbox 360 itself, which may prove to be hard to find, since connecting to the Xbox Live service applies updates to the console, and many games include updates that must be applied before the game will run. This limitation is not as important as it once was, as it is now known to be possible to downgrade a Kernel greater than the last of the two exploitable Kernels by means of a timing attack.
- There are presently no audio drivers written to support the console's internal audio hardware, however a USB audio device can be used.
- Some codecs are incompatible with the current display driver, causing some videos to not play. In addition to this, framebuffer and cache issues mean that videos that do play are jumpy after the first few seconds when the cache is full.
Development
One of the main contributors to the Free60 project has developed a method of 3D graphics acceleration on the Xbox 360's GPU (codenamed Xenos) under Linux.[8][9][10] This work has been encapsulated into an API for easier use. In order to achieve this acceleration, some data from the Xbox 360's flash needs to be uploaded to the Xenos GPU. This process may be automated to help ensure legality of any 3D graphics acceleration.
Since only a small proportion of Xbox 360's are currently able to execute unsigned code, there has been little development within the Free60 project in recent times. This may to some extent be contrasted to the Free60 predecessor, the Xbox Linux project, which saw far more development as a result of the relative ease of running unsigned code on the Xbox and the ease of porting x86 code to the Xbox's custom Intel Pentium III-based CPU.
To continue development, members of the Free60 project are looking for help.[11] Perhaps the most important of the help requests is to provide audio drivers; the Free60 members have asked for someone with knowledge of the ALSA kernel component and a SiS966 based motherboard to achieve this.
One project created as a result of the success of Free60 is a Kernel Rebooter.[12] The goal of this is, after initially loading a vulnerable kernel and exploiting it to gain control of the system, to be able to make the console reload into a modified, unsigned hypervisor and kernel. Being able to reboot into a more recent kernel revision would allow for games to be executed on the console that are dependent on these kernel revisions. This project has seen a certain level of success; there are binary files available (to be launched by the serial loader or readcd) to partially reload the hypervisor.
References
- ^ "Bugtraq: Xbox 360 Hypervisor Privilege Escalation Vulnerability". seclists.org. Retrieved 2025-03-12.
- ^ O'Brien, Will (2007-03-20). "XBox 360 Linux Bootloader Released". Hackaday. Retrieved 2025-03-12.
- ^ "Linux Kernel - Free60". web.archive.org. 2011-07-26. Retrieved 2025-03-12.
- ^ "Linux on the 7th Generation of Consoles Part 1: Xbox 360 - The Cool Blog". lilysthings.org. Retrieved 2025-03-12.
- ^ "List of Unix Distributions - Free60". web.archive.org. 2012-08-31. Retrieved 2025-03-12.
- ^ Speedy22's Headers and Connectors Tech Info "Archived copy" (PDF). Archived from the original (PDF) on 2006-10-22. Retrieved 2008-07-07.
{{cite web}}
: CS1 maint: archived copy as title (link) - ^ Gentoo Live CD Xenon Beta 2 Release Notes http://sourceforge.net/project/shownotes.php?group_id=139616&release_id=506402
- ^ debugmo.de » fancy
- ^ debugmo.de » Fear, triangles!
- ^ debugmo.de » Xbox 360 GPU update
- ^ Free60 Help "Help - Free60 Project". Archived from the original on July 4, 2008. Retrieved July 7, 2008.
- ^ Kernel Rebooter http://www.xboxhacker.net/index.php?topic=8738.0
You must be logged in to post a comment.