PDA

View Full Version : [TIP] Ubuntu via VMWare



renwich
27-11-2006, 09:21 PM
PT-1's Latest Unbuntu Guide


Hi guys,

as I buggered my Ubuntu I am just in the Progress of Documenting setting up a new one.

You can quite easy download VM Ware (Not just the Player) and then download the latest Version of Ubuntu from here:

Ubuntu 6.06 "Dapper Drake" - VMTN Virtual Appliances (To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. After you Unzip it you start VM Ware and open the existing Machine (the downloaded Ubuntu)

You can modify the settings and also setup a share to windows ;-)

After the first start you have to download quite a few Updates.

This happenes automatically.


After this you will need the Tools to compile Dbox Images

Click on System, Administration, Synaptic Package Manager

Click System
Click Administration
Click Synaptic Packagage Manager

Click on Settings
Choose Reposerteries

On Installation Media click all the Ubuntu Channels

In there search for the following:

CVS
Autoconf
Automake
Bison
Flex
G++
Libtool
Mksquashfs (Squash-toosl)
Jffs (mtd-tools)

and select them all and click on apply.

Then just open a Console and start:


mkdir tuxbox
cd tuxbox
mkdir head

cd tuxbox/head

cvs -d To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. :/cvs/tuxbox -z3 co -f -r newmake -P .
./autogen.sh

You should have the following Tools on your VM Machine:



checking for libtool >= 1.4.2 ... yes (version 1.5.22)
checking for autoconf >= 2.57a ... yes (version 2.59)
checking for automake >= 1.8 ... yes (version 1.9.6)
checking for gettext >= 0.12.1 ... yes (version 0.14.5)
checking for make >= 3.80 ... yes (version 3.81)
checking for gcc >= 3.0 or = 2.95 ... yes (version 4.0.3)
checking for g++ >= 3.0 or = 2.95 ... yes (version 4.0.3)


Then I did a :

cd cdk

then

./autogen.sh

then

./configure --prefix=/home/ubuntu/tuxbox --with-cvsdir=/home/ubuntu/tuxbox/head --enable-maintainer-mode --enable-cdkVcInfo --with-defaultlocale=english

after this

then either

make flash-squashfsneutrinoimages

or

make flash-neutrino-jffs2-all

HINT:

As I had the cramfs also missing I did the following:

open a console (Extra Console, not the one where you already compile!)
sudo su
Password ubuntu

apt-get install mkcramfs

A few screenshots:

renwich
27-11-2006, 09:28 PM
2138

2140

2141

2142

2143

2139