Difference between revisions of "LinuxMCE-0810 alpha1"
From LinuxMCE
(Added note from tkmedia regarding setup of diskless MD.) |
(→Setup Diskless MD) |
||
Line 21: | Line 21: | ||
reboot | reboot | ||
== Setup Diskless MD == | == Setup Diskless MD == | ||
− | # /usr/pluto/bin/Diskless_BuildDefaultImage.sh | + | # On core from a terminal run sudo /usr/pluto/bin/Diskless_BuildDefaultImage.sh |
# Boot MD | # Boot MD | ||
# Rundiskless setup fails, but the device gets created | # Rundiskless setup fails, but the device gets created | ||
# Change md to i386 in webadmin -> rebuild image | # Change md to i386 in webadmin -> rebuild image | ||
# On the core | # On the core | ||
− | ## chroot /us/pluto/diskless/<##> | + | ## Set a password for root on MD |
− | ## passwd | + | ###chroot /us/pluto/diskless/<##> |
+ | ### run passwd.... enter password for root | ||
+ | #On MD Switch to a terminal session | ||
## Login to MD as root | ## Login to MD as root | ||
## apt-get install nvividia-glx-177 | ## apt-get install nvividia-glx-177 | ||
− | # | + | #From core copy valid xorg.conf from etc/X11 to /usr/pluto/diskless/##/etc/X11 |
# Reboot MD. Now, the AV Wizard should come up | # Reboot MD. Now, the AV Wizard should come up | ||
== Known Problems == | == Known Problems == | ||
For known problems please look at [[LinuxMCE-0810_alpha0]] | For known problems please look at [[LinuxMCE-0810_alpha0]] |
Revision as of 16:25, 2 December 2008
LinuxMCE-0810-alpha1 is a test release build from the sources available in the LinuxMCE-0810 branch of SVN. It is missing several components of which the sources are not publicly available.
Installation
- Install Kubuntu Intrepid, update it and enable the restricted (video) drivers if needed. (download Kubuntu 8.10 release)
- 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).
In other words, after installing Kubuntu and upgrading it etcetera:
sudo su - #This might ask for the password you specified earlier during the install of kubuntu. wget -c http://deb.linuxmce.org/ubuntu/new-installer-alpha1.tar.bz2 tar xvf new-installer-alpha1.tar.bz2 cd new-installer ./pre-install-from-repo.sh ./mce-install.sh ./post-install.sh reboot
Setup Diskless MD
- On core from a terminal run sudo /usr/pluto/bin/Diskless_BuildDefaultImage.sh
- Boot MD
- Rundiskless setup fails, but the device gets created
- Change md to i386 in webadmin -> rebuild image
- On the core
- Set a password for root on MD
- chroot /us/pluto/diskless/<##>
- run passwd.... enter password for root
- Set a password for root on MD
- On MD Switch to a terminal session
- Login to MD as root
- apt-get install nvividia-glx-177
- From core copy valid xorg.conf from etc/X11 to /usr/pluto/diskless/##/etc/X11
- Reboot MD. Now, the AV Wizard should come up
Known Problems
For known problems please look at LinuxMCE-0810_alpha0