Difference between revisions of "Installing 1004"

From LinuxMCE
Jump to: navigation, search
(Internet Installation)
(Replace installer archive with installer from SVN)
Line 21: Line 21:
 
# Install Lucid Lynx desktop and update it. (download Kubuntu 1004 '''desktop''' release from http://releases.ubuntu.com/kubuntu/10.04/kubuntu-10.04.1-desktop-i386.iso) '''Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 1004 Kubuntu, even if your system can support 64bit versions.''' Note: If Kubuntu asks whether you would like to install/activate 'Restricted Drivers' for your video card, ignore it and continue to step 2.
 
# Install Lucid Lynx desktop and update it. (download Kubuntu 1004 '''desktop''' release from http://releases.ubuntu.com/kubuntu/10.04/kubuntu-10.04.1-desktop-i386.iso) '''Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 1004 Kubuntu, even if your system can support 64bit versions.''' Note: If Kubuntu asks whether you would like to install/activate 'Restricted Drivers' for your video card, ignore it and continue to step 2.
 
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.
 
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.
# Grab the latest installer script from [http://deb.linuxmce.org/ubuntu here], unpack them and change into the freshly created ''new-installer'' directory.
+
# Grab the latest installer script from [http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer SVN], unpack them and change into the freshly created ''new-installer'' directory.
 
# Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.
 
# Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.
 
# Reboot, wait for the activity to stop (see progress on console 8).
 
# Reboot, wait for the activity to stop (see progress on console 8).
Line 29: Line 29:
 
  apt-get update
 
  apt-get update
 
  sudo apt-get dist-upgrade
 
  sudo apt-get dist-upgrade
  wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz
+
  svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer
tar xvf new-installer-latest.tar.gz | as for now new-installer-latest.tar.gz CANNOT BE USED
+
 
  cd new-installer
 
  cd new-installer
 
  ./pre-install-from-repo.sh
 
  ./pre-install-from-repo.sh

Revision as of 02:24, 12 January 2011

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

"THIS VERSION IS CURRENTLY UNDER DEVELOPMENT. WE HAVE NO IDEA IF IT WORKS YET."

"PACKAGES ARE BEING BUILT, BUT WE HAVE ONLY BEGUN TO DEBUG THE ISSUES PRESENT. DO NOT ATTEMPT THIS UNLESS YOU WISH TO FIX BUGS, AND WILL FIX BUGS WITH US. THANKS."

"WE WILL NOT PROVIDE SUPPORT FOR THIS VERSION AT THIS TIME. DO NOT ASK. IF YOU CAN'T FIX STUFF, THIS IS NOT FOR YOU."

  • Installing Kubuntu 1004
  • Updating Kubuntu 1004
  • Installing LinuxMCE-1004 on top of the updated Kubuntu 1004

Before proceeding its wise to read the FAQ. Because of the fact that its a delicate installation small things make a huge difference.

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

Note: an active internet connection is required regardless of installation method.

Internet Installation

  1. Install Lucid Lynx desktop and update it. (download Kubuntu 1004 desktop release from http://releases.ubuntu.com/kubuntu/10.04/kubuntu-10.04.1-desktop-i386.iso) Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 1004 Kubuntu, even if your system can support 64bit versions. Note: If Kubuntu asks whether you would like to install/activate 'Restricted Drivers' for your video card, ignore it and continue to step 2.
  2. Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.
  3. Grab the latest installer script from SVN, 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).

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
sudo apt-get dist-upgrade
svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer
cd new-installer
./pre-install-from-repo.sh
./mce-install.sh
./post-install.sh
reboot

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

Note It is strongly recommended that you do not update/upgrade a stable, working system user:L3mce

Once you have installed LinuxMCE-1004, 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 LinuxMCE is installed, 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!