Skip to main content

Posts

Showing posts from 2019

Creating Vagrant Box from VirtualBox VM

This post describes on how to create Vagrant Box from scratch. For this post, we will be using VirtualBox 6.0 as the provider to create Lubuntu-16.04-Desktop vagrant box. Create the Virtual Machine. Create a new Virtual Machine in VirtualBox using the following details. Name: Lubuntu 16.04.5 Desktop Type: Linux Version: Ubuntu (64-bits) Memory: 1024 MB Virtual Harddisk: 10 GB, VDI (Dynamically allocated)  Network Adapter 1: Enabled as NAT Processors: 1 CPU You might also want to disable USB controller and audio if it's not used. Installing the Guest OS (Linux 16.04 Desktop) In the newly created virtual machine, install linux OS from  lubuntu-16.04.5-desktop-amd64.iso During installation, use the following details for login setup. Full name: vagrant User name: vagrant Password: vagrant Computer name: lubuntu-16.04.5-desktop Setting up the Guest OS (Linux 16.04 Desktop) Configure vagrant user to use sudo without t