virtualbox for pc

48
Installation Manual Virtualization S/W – VirtualBox Host OS – Windows Guest OS – Ubuntu

Upload: others

Post on 12-Sep-2021

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: VirtualBox for PC

Installation Manual

Virtualization S/W – VirtualBox

Host OS                   – Windows

Guest OS                 – Ubuntu

Page 2: VirtualBox for PC

Installation Sequence

Part 1 – Install VirtualBox

Part 2 – Install Ubuntu

Part 3 – Install Development Libraries on Ubuntu

Page 3: VirtualBox for PC

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

Page 4: VirtualBox for PC
Page 5: VirtualBox for PC
Page 6: VirtualBox for PC
Page 7: VirtualBox for PC
Page 8: VirtualBox for PC
Page 9: VirtualBox for PC
Page 10: VirtualBox for PC
Page 11: VirtualBox for PC

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.

Page 12: VirtualBox for PC

Click to install Guest OS (Ubuntu)

Page 13: VirtualBox for PC
Page 14: VirtualBox for PC

Enter Name

Select Linux Select Ubuntu

Page 15: VirtualBox for PC
Page 16: VirtualBox for PC

Click New to Create Virtual Hard Disk

Page 17: VirtualBox for PC
Page 18: VirtualBox for PC
Page 19: VirtualBox for PC

Don’t go below 4GB

Page 20: VirtualBox for PC
Page 21: VirtualBox for PC
Page 22: VirtualBox for PC
Page 23: VirtualBox for PC

Click Start to begin installation of Ubuntu OS

Page 24: VirtualBox for PC
Page 25: VirtualBox for PC
Page 26: VirtualBox for PC

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

Click Folder Icon

Page 27: VirtualBox for PC

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

FileOpen dialog opens up.

Page 28: VirtualBox for PC

New Virtual CDROM disk is 

shown 

Click Select

Page 29: VirtualBox for PC
Page 30: VirtualBox for PC
Page 31: VirtualBox for PC

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

Page 32: VirtualBox for PC
Page 33: VirtualBox for PC
Page 34: VirtualBox for PC
Page 35: VirtualBox for PC
Page 36: VirtualBox for PC
Page 37: VirtualBox for PC

Enter you First Name

Enter password in both boxes.

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

Ubuntu.

Username

Page 38: VirtualBox for PC
Page 39: VirtualBox for PC
Page 40: VirtualBox for PC
Page 41: VirtualBox for PC
Page 42: VirtualBox for PC

Click anywhere within the screen. .

Then hit “Enter” on keyboard

Page 43: VirtualBox for PC

Enter the username from previous screen

Page 44: VirtualBox for PC

Enter corresponding password.

Page 45: VirtualBox for PC

Part 3 ‐ Install Development Libraries

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

Page 46: VirtualBox for PC

Navigate using mouse and then click “Terminal”

Page 47: VirtualBox for PC

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

password and hit “Enter”.

Page 48: VirtualBox for PC

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

programs using GCC