Arturito.net

Come to The Dark Side, We Have Cookies!

Apple TV 2 XBMC installation dkg was interrupted, you must manually run dpkg –configure –a to correct the problem

with 8 comments

In the artice below I described how to install XBMC on Apple TV 2.

http://arturito.net/2011/02/14/apple-tv-2-untethered-jailbreak-on-windows-and-xbmc-media-centre-installation/

Some users reported errors while installing XBMC on Apple TV 2.
In the step 5  where we go to NitoTV > Install Software > XBMC-ATV2

Apple TV 2 downloads XBMC, reboots and XBMC does not appear in the menu or this error appears:

E: dkg was interrupted, you must manually run ‘dpkg –configure –a’

To correct the problem follow these steps:

1. Find out the IP address of the APTV2 in Settings >Network
2. If you are on Windows download Putty http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe (it is ssh client)
3. Launch Putty and in Host Name (or Ip Address) enter the IP address of Apple TV 2 for example 192.168.1.24
4. If you get message about encryption click Yes
5. You will get login screen. As user type in root and as password alpine
6. Launch the following command:

apt-get install wget
wget -O- http://apt.awkwardtv.org/awkwardtv.pub | apt-key add -
echo "deb http://apt.awkwardtv.org/ stable main" > /etc/apt/sources.list.d/awkwardtv.list
echo "deb http://mirrors.xbmc.org/apt/atv2 ./" > /etc/apt/sources.list.d/xbmc.list
apt-get update
apt-get install org.xbmc.xbmc-atv2

If by any chance you get error exit status 1

1. Run commands:

apt-get remove org.xbmc.xbmc-atv2
apt-get install org.xbmc.xbmc-atv2 --fix-missing

2. XBMC should appear in  Apple TV 2 Menu.

If you still get the problem the best idea is to do Restore thorugh iTunes and start the process again.

http://arturito.net/2011/02/14/apple-tv-2-untethered-jailbreak-on-windows-and-xbmc-media-centre-installation/

For some reason restore and installation worked for many.

Good Luck :)

Written by guru

February 25th, 2011 at 8:42 am

Posted in Apple TV 2

  • Pingback: Apple TV 2 Untethered Jailbreak on Windows and XBMC media centre installation « Arturito.net

  • Jman2807

    You can also “ssh root@apple-tv.local” with password alpine and run the command that they suggest “dpkg –configure -a” and it should work fine, at least it did for me.

    • Anonymous

       Glad you got it working.:)

  • Benlecler42

    i use putty and when i enter de password a got acces denied .suggestion

    • Anonymous

      make sure you enter: root and alpine without spaces and caps lock on.  Which method did you use to jailbreak it?

  • Lmiah

    when i go to type in the second command you listed with the error, the “–fix-missing” command, it hangs here…

    Preparing to replace org.xbmc.xbmc-atv2 10.0-9 (using …/org.xbmc.xbmc-atv2_11.0-0~b2_iphoneos-arm.deb) …

    any ideas?

    • Anonymous

      Have you tried to restore and jailbreak again?

  • Kda352

    Worked great…thanks!