Manual Virtualization S/W – VirtualBox Host OS – Windows ... · Installation Sequence. Part 1...

Post on 22-Nov-2018

222 views 0 download

Transcript of Manual Virtualization S/W – VirtualBox Host OS – Windows ... · Installation Sequence. Part 1...

Installation Manual

Virtualization S/W – VirtualBox

Host OS                   – Windows

Guest OS                 – Ubuntu

Installation Sequence

Part 1 – Install VirtualBox

Part 2 – Install Ubuntu

Part 3 – Install Development Libraries on Ubuntu

Part 1 ‐ Install VirtualBox

1. http://www.virtualbox.org/2. Download installer for 

windows. http://download.virtualbox.org/virtualbox/2.1.2/VirtualBox‐2.1.2‐41885‐Win_x86.msi

3. Run msi file

Part 2 ‐Install Ubuntu

http://www.ubuntu.com/getubuntu/download

Save file ubuntu-8.04.2-desktop-i386.iso

Select 64bit if your machine is 64bit.

Click to install Guest OS (Ubuntu)

Enter Name

Select Linux Select Ubuntu

Click New to Create Virtual Hard Disk

Don’t go below 4GB

Click Start to begin installation of Ubuntu OS

Select Image File radio button.We will install using the Ubuntu .iso file that we downloaded earlier.

Click Folder Icon

Click Add to add virtual CD.Select the Ubuntu .iso file when 

FileOpen dialog opens up.

New Virtual CDROM disk is 

shown 

Click Select

Use Up‐Down arrows on keyboard to highlight “Install Ubuntu”. Then hit “Enter” on the keyboard.

Enter you First Name

Enter password in both boxes.

IMPORTANT: Remember the UserNameand Password. You would need it to log into 

Ubuntu.

Username

Click anywhere within the screen. .

Then hit “Enter” on keyboard

Enter the username from previous screen

Enter corresponding password.

Part 3 ‐ Install Development Libraries

1. To compile programs using GCC (compilers) we need to install some libraries. 

Navigate using mouse and then click “Terminal”

Type in the command and hit “Enter” on keyboard.You will be asked to enter password. Type in the 

password and hit “Enter”.

Type “Y” and hit “Enter”.After the installation of libraries is complete you can start compiling 

programs using GCC