INSTALL AND SETUP VIRTUALBOX ON KALI LINUX ROLLING 2016.2




1. First of all update your repositories

Search for "kali linux repositories" on google and open the first link.
Copy the lines under " The Kali Rolling Repository " as shown.

2. Fire up your termnial, and these commands

cd /etc/apt
nano sources.list

This will open the sources.list file in the command line text editor nano.
Paste the copied lines as shown and press CTRL+O and hit ENTER to save the changes.
Type cd to return to home directory.

3. Type "apt-get update".

4. Type "apt-get install virtualbox"

Do you want to continue ? y <ENTER>
This will take some time have patience.

5. Type "virtualbox"

If get any error message like /dev/vboxdrv does not exist then see the fix here.
Proceed to next step if you didn't get any error message.

6. Click "New"
A new dialogue box will open.
Type win7 or anything you like in the name text box.
Select your operating system type ( OS you are going to install on VirtualBox ).
Select version. Press Next.

7. Select the amount of RAM to be allocated to the virtual machine.
Go with recommended or select according to your requirement.

8. Select "Create a virtual disk now" and press Create.

9. Select "VHD (Virtual Hard Disk)"

10. Select "Dynamically Allocated" in the next prompt.

11. Finally select "create".

12. Now go to settings>>Storage>>Empty.
Select "Choose Virtual Optical Disk File" in Optical Drive option under Attributes section.
Navigate to the iso file of the OS which you want to install.
Click on START and finish with the installation.

NOTE:CHECK THE VIDEO TUTORIAL IF YOU FACE ANY PROBLEM.

Comments

Popular Posts