Installing 0810
Appearance
Internet Installation
- 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.
- Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.
- Grab the latest installer script from here, 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.
- 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