Alright, I’m sure this will be documented much more clearly elsewhere and in a hacker-ish manner, but here’s the basic steps to make the atv-bootloader in a Linux environment so you can install Boxee or XBMC. Make sure you install the HFS/HFS+ tools for your Linux distribution.
- Open up the shell and roll up your sleeves
- Get the latest from svn
wyatt@hax0red:~/ svn co http://atvusb-creator.googlecode.com/svn/trunk/atvusb-creator
- Change into the atv-usbcreator directory and launch the creator
wyatt@hax0red:~/atvusb-creator$ sudo ./atvusb-creator.py
- Plug in a partitioned USB drive and create the patch stick with Boxee/XBMC/whatever (which will do it wrong, but that’s ok!)
- Now, write the real image to the device using dd like a good linux user
wyatt@hax0red:~/atvusb-creator$ dd if=staging/atv_512MB.img of=/dev/sdb
- Once that’s done, pop out the USB drive and plug it back in
- You should now be prompted to automount 2 partitions on the drive, the second should be empty
- Copy everything from payloads into this mounted directory
wyatt@hax0red:~/atvusb-creator$ sudo cp -r payloads/patchstick/* /media/PATCHSTICK/.
Hope it works for you! And if not, give it a few, they’ll have a Windows and Linux version working shortly.
Popularity: 34% [?]

Leave a Reply