Archive:Kodibuntu

From Official Kodi Wiki
Revision as of 12:35, 26 November 2012 by >UNiversal (→‎Upgrading XBMC Live: and more cleanup)
Jump to navigation Jump to search
Cleanup.png This page or section may require cleanup, updating, spellchecking, reformatting and/or updated images. Please improve this page if you can. The discussion page may contain suggestions.


Template:XBMC wiki toc Inline

See also: XBMCbuntu FAQ

XBMCbuntu (formerly XBMC Live) is the XBMC Media Center software bundled with an embedded operating-system, all pre-packaged for that set-top-box feeling. XBMCbuntu also lets you easily boot to the XBMC Live CD in order to demo XBMC Media Center for your friends and family on practically any relatively modern computer, (as long as it was manufactured in the last 5-years or so it should meet the XBMC's minimum requirements).

What is XBMCbuntu?

XBMCbuntu is both a boot-CD with XBMC Media Center pre-configued to work directly out-of-the-box without touching the users harddrive for demo purposes, as well as a fully-fledged installer that allows the installation of the XBMC Media Center onto your local hard disk, without any pre-installed operating systems. Once booted, XBMCbuntu will give the user the option to either just run it as a demo from only the CD (not touching your harddrive) or do a permanent installation of XBMC complete with embedded operating-system onto a 8GB (or larger) USB-flash-memory-stick or your internal harddrive for a dedicated set-top-box style installation of XBMC, currently with Microsoft's Windows MCE (Media Center Edition) Remote with USB IR-receiver receiver dongle as the default supported controller which is supported directly out-of-the-box.

When installed onto a USB flash drive or hard disk drive XBMCbuntu has the ability to save settings and make updates to XBMC Media Center and the operating-system back onto the USB flash drive or hard disk drive that it is installed onto, this is not possible when running XBMCbuntu from a Live CD booting from a CD-ROM disc as they are read-only and any changes settings are only temporarily saved until the system is rebooted.

Connect to XBMCbuntu via SFTP/SSH

See also: Connecting to XBMCbuntu via SFTP and Connecting to XBMCbuntu via SSH

XBMCbuntu minimum and recommended hardware requirements

How To Install XBMCbuntu

Installing XBMCbuntu to an external disk or USB flash drive can be accomplished in three simple steps.

Before installing XBMCbuntu to USB device (hard drive or flash drive) it is highly recommended that any USB drives other than the one being used for installation be unplugged to prevent the accidental overwrite of data on other drives. Installing XBMCbuntu will (optionally) format the selected drive and erase all data on the drive prior to installation.

  1. Download the XBMCbuntu ISO image from XBMC Downloads and burn it to a CD-R/RW.
  2. Disconnect all USB storage devices other than the drive intended for installation.
  3. Boot your computer using the XBMCbuntu disc you just created and follow the instructions on the screen. In some cases you may need to change settings in the BIOS of your computer in order to boot to a CD. For more information on booting from a CD, read the About.com article "How to Boot from CD or DVD".
  4. At boot, when two small icons are shown at the bottom of the screen, press any key and choose one of the two install options in the boot menu. Note that on some large displays the second install option (120DPI) may work better.

Resolving problematic installs

  1. Boot your system with the installer thumbdrive and select the "Try Ubuntu" option. This should boot into XBMC.
  2. Click the Shutdown menu in XBMC (lower-left corner) and select "Exit"
  3. You should be presented with a log-in screen. Click "Other..." and enter xbmc as the login and select XBMCbuntu from the dropdown menu (below the Login field).
  4. Click "Login" and you will be prompted for the Password; just leave it blank.
  5. Click "Login" again and the XBMCbuntu desktop should be displayed.
  6. On the top-left corner of the desktop should be an icon to install Ubuntu. Double-click the icon and, hopefully, you'll get the installation wizard this time.

Upgrading XBMC via ppa in XBMCbuntu

You dont have to necessarily wipe your current install to try a new Version of XBMC, like a nightly version or beta for example, you can just fire up Putty or a shell in Linux/OS X.

sudo apt-get --purge remove xbmc
sudo apt-get install ppa-purge
sudo ppa-purge ppa:whatever-ppa-you-have-now
sudo add-apt-repository ppa:whatever-ppa-here
sudo apt-get update
sudo apt-get install xbmc
See also: Connecting to XBMCbuntu via SSH

Upgrading NVidia drivers in Ubuntu and variants

see also: Upgrading NVidia drivers in Ubuntu and variants

Username and password to the underlying live OS environment

Username and password to the underlying OS environment are not needed by average users of XBMCbuntu, but here they are just in case you want to dig into the (very) advanced possibilities that are available. The default username and password on the live CD are listed below, but during installation, you will be able to change these to your own username and password. We recommend that you write down the username and password you have chosen, and store it away in a safe place;

Username: xbmc
Password: (none)

XBMCbuntu running as Live CD

  • Since a live CD is booted from read-only media, it requires either installation to rewriteable media (i.e. a USB flash drive or hard disk drive) or complete remastering to install additional software or modify the existing files.

XBMCbuntu installed on USB or HDD

See also: HOW-TO: Install XBMCbuntu from a USB thumbdrive
  • Some computers, particularly older ones, may not have a BIOS that supports USB booting. Many which do support USB booting may still be unable to boot the device in question. In these cases a computer can often be "redirected" to boot from a USB device through use of an initial bootable CD or floppy disk for live USB installs.
  • In contrast to the live CD, the data contained on the booting device can be changed and additional data stored on the same device. This allows for XBMCbuntu USB/HDD to be used as personal storage, as it allows a user to carry their preferred operating system, applications, and configuration as well as personal files with them, making it easy to share a single system between multiple users.
  • The absence of moving parts in USB flash devices allows for faster seek time than is possible with hard drives or optical media, meaning all programs will start faster from a USB flash drive than from a local hard disk or XBMCbuntu CD.
  • Due to the additional write cycles that occur on a full-blown installation to a USB flash drive, the life of the USB flash drive may be slightly reduced. This usually does not apply to systems particularly designed for live systems which keep all changes in RAM until the user logs off, and XBMCbuntu developers have done their best to try to prevent this from happening.

XBMC Media Center

XBMCbuntu contains XBMC for Linux compiled with the 'standalone' mode, this enabled certain functions that are not available in normal XBMC installations (Windows, Mac Linux), these functions include Power Management, and Network Management.

Upgrading XBMCbuntu

To actually update "XBMCbuntu" for Frodo, which is a full package, then you're pretty much looking at a fresh install if you wish to upgrade the underlying Linux. The OS changed from Lubuntu 11.10 to Lubuntu 12.04. It is possible (in order to preserve systems tweaks) to just update XBMC itself by treating it as a normal Linux install and going to: HOW-TO:Install XBMC for Linux