Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.81 KB

File metadata and controls

43 lines (29 loc) · 1.81 KB

How to create a Virtual Machine (VM) in VirtualBox

TOC

Step 1: Have VirtualBox installed

Step 2: Choose and download the distro image

I will be using lubuntu (Lightweight Ubuntu) for this purpose. But you can install any distro that you want (I will be using apt in the lab 1 preparation, so I recommend you to use the Debian based ones)

Follow this page if you are unsure of what version do you need.

Step 3: Create the virtual machine

Launch the VirtualBox on your host machine, and follow:

New VM Name, Folder, and Image config RAM & CPU config VHD config Checkout Also, you can additionally increase the video memory and enable 3D acceleration for your VM: Additional Setting enable VMem & 3D acceleration

Step 4: Launch the VM

Select the VM and press Start button

Step 5: Installing the OS

Follow this guide if you are installing lubuntu, and if you are using other distro, just search for [your distro name] installation.

End of the guide