NOTE: None of the slowness/delays have been edited out of the Linux footage so you can see first hand what the Linux experience was like running on the Ouya
Things You Will Need
- A USB flash drive, at least 4 GB of free space https://amzn.to/3wkR5ju
- A USB hub, preferably with external power https://amzn.to/3KTviDw
- A USB keyboard https://amzn.to/3qgUQTe | https://amzn.to/3uchJs
Prerequisites and Downloads
- Download Ubuntu 12.04 files Download
- Download win32diskimager Download
- Download i12bretro_OUYA_Ubuntu_commands.zip Download
- Extract Ubuntu 12.04 files
- Extract the downloaded i12bretro_OUYA_Ubuntu_commands.zip
- Extract win32diskimager
- Launch win32diskimager
- Navigate to the extracted Ubuntu files and select the .img file
- Select and then double and triple check the correct device is selected from the dropdown
All data will be lost, check the selected device one more time
- Click the Write button
- Ignore prompts to format the drive
- Safely remove the flash drive
- Plug the flash drive, keyboard and mouse in the USB hub
- Plug the USB hub into the Ouya
Installing Ouya USB Drivers
- Right click Start > Command Prompt (Admin)
- Paste the following commands to disable driving signing checks temporarily
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS
bcdedit -set TESTSIGNING ON
shutdown /r - Your PC will reboot
- Connect a USB cable from the micro USB port on the back of the Ouya to your PC
- Connect the USB hub to the USB port on the Ouya > Plug in the USB keyboard and prepared USB flash drive
- Make sure the Ouya is connected to a display via HDMI
- Power on the Ouya
- After a few seconds you should hear Windows chime that a new device has been detected
- Right click Start > Device Manager
- Expand Other Devices and you should see OUYA listed
- Right click OUYA > Update Driver
- Select Browse my computer for driver software
- Click the Browse... button
- Navigate to the extracted i12bretro_OUYA_Ubuntu_commands\files\driver
- Click OK
- Make sure "Include subfolders" is checked, click Next
- Windows should find the correct driver for the Ouya and install it
- Navigate to the i12bretro_OUYA_Ubuntu_commands in windows explorer
- Right click i12bretro_OUYA_Ubuntu_commands.bat > Run as administrator
- The script uses the Android Debug Bridge (ADB) to boot the Ouya into recovery
- When the command prompts to "-- Setup the fastboot driver", go back to Device Manager expand Android Device
- Right click Android Bootloader Device > Update Driver
- Select Browse my computer for driver software
- Click the Browse... button
- Navigate to the extracted i12bretro_OUYA_Ubuntu_commands\files\driver
- Click OK
- Make sure "Include subfolders" is checked, click Next
- Windows should find the correct driver for the Ouya and install it
- Press Enter at the command prompt once the driver is installed to continue
- The script will run another ADB command to push a custom zImage kernel to the Ouya
- The Ouya should boot Ubuntu 12.04 from the USB
- Default logins are as follows:
root/123456
developer/ouya
Configure Ubuntu
- Change the root and developer passwords by running the commands below, replacing the passwords with something secure
sudo passwd developer
sudo passwd root - Configure wireless networking by modifying /etc/network/interfaces
- To return to the Ouya OS simply reboot from the Ubuntu interface
There are instructions included in the Ubuntu download to dual boot the Ouya with Ubuntu and Android. I did not test this option, but beware the dual boot option has the potential to brick your device. The fastboot option demonstrated in the video poses very little risk to your console. For further reading and history on this check out http://tuomas.kulve.fi/blog/2013/09/12/debian-on-ouya-all-systems-go/.