Difference between revisions of "Installing 0810"

From LinuxMCE
Jump to: navigation, search
(Keeping Up-to-date with updates)
Line 53: Line 53:
 
  sudo apt-get update
 
  sudo apt-get update
 
  sudo apt-get upgrade
 
  sudo apt-get upgrade
Note: You should NOT run apt-get dist-upgrade after the initial install, as it can cause several problems, including having different kernel versions on your core and media directors!
+
Note: You should NOT run apt-get dist-upgrade after the initial install, as it can cause several problems, including having different kernel versions on your core and media directors, and the installation of new Kubuntu packages that can break some features!

Revision as of 17:49, 2 January 2010

Installing LinuxMCE-0810 is a fairly easy process that involves:

  • Installing Kubuntu 8.10
  • Updating Kubuntu 8.10
  • Installing LinuxMCE-0810 on top of the updated Kubuntu 8.10

Please see below for details on Internet Installation and DVD Installation methods.

Internet Installation

  1. Install Kubuntu Intrepid desktop and update it. (download Kubuntu 8.10 desktop release from one of these: Northeastern University Mirror, USA, Mannheim University Mirror, Germany) Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 8.10 Kubuntu, even if your system can support 64bit versions.
  2. Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.
  3. Grab the latest installer script from here, unpack them and change into the freshly created new-installer directory.
  4. Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.
  5. Reboot, wait for the activity to stop (see progress on console 8).

EDIT: MAKE SURE YOUR INTERNET CONNECTION IS ON ETH0! (For linux Newbies ETH0 is probably the network card on your motherboard...or plug all NICs into a switch that has Internet access)

In other words, after installing Kubuntu:

sudo su - #This might ask for the password you specified earlier during the install of kubuntu.
apt-get update
apt-get -y -f dist-upgrade
wget -c http://deb.linuxmce.org/ubuntu/new-installer-beta2.tar.gz
tar xvf new-installer-beta2.tar.gz
cd new-installer
./pre-install-from-repo.sh
./mce-install.sh
./post-install.sh
reboot


DVD Installation

However, if you want to install the DVD, grab it via the torrent here.

Upon DVD boot, select LinuxMCE install. This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. Let Kubuntu's install run through, and after restart, login. Open a terminal and run

sudo su - #This might ask for the password you specified earlier during the install of kubuntu.
apt-get update
apt-get -y -f dist-upgrade

Once you have done this, you can go to the Desktop and double click on the LinuxMCE icon. This will run the fullinstall.sh in /root/new-installer and install LinuxMCE-0810 on top of you updated Kubuntu installation.

The DVD installer per default does not create the initial MD image, as that creation takes a very long time, and most people probably prefer to give 810 a test, without the MDs. If you want to setup MDs, you have to manually run

/usr/pluto/bin/Diskless_CreateTBZ.sh

(You should only have to do this once)

If you have problems running Diskless_CreateTBZ.sh, check this article.

If you then have problems netbooting your diskless media directors because you are receiving the error message "Diskless Setup Failed", check this article.


Keeping Up-to-date with updates

Once you have installed LinuxMCE-0810, all you need to do to keep up-to-date with the latest and greatest, is run the following from a terminal on the core and each MD:

sudo apt-get update
sudo apt-get upgrade

Note: You should NOT run apt-get dist-upgrade after the initial install, as it can cause several problems, including having different kernel versions on your core and media directors, and the installation of new Kubuntu packages that can break some features!