!!! As With anything posted anywhere in this thread, these may destroy your device! They are for research and development only!!!
So here is my build from a couple days ago with a merged ramdisk and system from the liquidsmooth zip and 264 OTA zip. Basically the issue with this build is that it gets stuck on the boot animation.
after flashing the LS_OUYA.zip, flash the FixPerms.zip...(bottom of post)
link to LS_OUYA.zip
http://www.mediafire.com/download/psmsv1i2qq9muic/LS_OUYA.zip
Here is the link to the paste bin for the full kernel console output via UART.
http://pastebin.com/yFKPsMea
The rom had issues setting permissions with its updater_script so I made a seperate zip just for the perms that need to be run after the rom is installed. Then it will boot up to the boot animation. It then loops on the below segment. With different a "untracked pid xxxx exited" on each loop.
[ 142.123055] nvavp nvavp: using SMMU at ff00000 to load AVP kernel
[ 142.129478] nvavp nvavp: AVP os at vaddr=f0e00000 paddr=ff00000 reset_addr=04
[ 142.144920] nvavp nvavp: using SMMU at ff00000 to load AVP kernel
[ 142.151303] nvavp nvavp: AVP os at vaddr=f0e00000 paddr=ff00000 reset_addr=04
[ 146.960679] TF : INFO 00000063 02:55:12.812 P-0028 T-002C HDCP SERVICE --- >0
[ 147.051190] TF : INFO 00000064 02:55:12.903 P-0028 T-002C HDCP SERVICE --- >1
[ 147.228315] nvavp nvavp: using SMMU at ff00000 to load AVP kernel
[ 147.234649] nvavp nvavp: AVP os at vaddr=f0e00000 paddr=ff00000 reset_addr=04
[ 147.311547] misc nvmap: nvmap_unpin_ids: mediaserver unpinning invalid handl0
[ 147.366602] request_suspend_state: wakeup (0->0) at 146775728003 (2013-06-07)
[ 147.377437] init: untracked pid 3903 exited
[ 147.414662] init: untracked pid 3902 exited
The last couple lines right before the loop, deal with hdmi stuff...
[ 10.490952] HDMI: detected monitor SCEI MONITOR at connection type HDMI
[ 10.497668] HDMI: available speakers: FL/FR
[ 10.509084] HDMI: supports coding type LPCM: channels = 2, rates = 44100 4804
Didn't really do any research yet with it, just ran it and posted... will look tomorrow.