Background
Individuals working in the soft engineering like database, software, development, quality assurance more often needs to deploy & configure different things which need to have an Operating System obviously and sometimes more. With the advent, maturity and easy to get virtual technologies like VirtualBox, Vmware and Parallels Desktop and others it is easier to install and configure a guest OS on your laptop or desktop on top of the same host OS you are using rather than a dual booting. The beauty of VirtualBox is its free and can be used in so many platforms like Windows, OSx, Linux and Unix. In this case VirtualBox is installed on Windows 10 Enterprise. The guest operating system Oracle Linux is based on the Red Hat Linux and is used mainly for oracle technologies.
Workaround
- First you need to download an install the VirtualBox from their site.
- You should have the Oracle Linux 7 distro downloaded in to your laptop or desktop.
- Start the VirtualBox.
- Click New to create a new virtual machine.
- Select the size of memory(RAM) you need for your virtual machine. In this case 2GB.
- Add a Hard Disk to the virtual machine.
- Choose hard disk file type as the default “VDI(Virtual Disk Image)”
- Choose storage type as default “Dynamically allocated”
- Choose file location and size.
- Your newly created VM will be on the list.
- Right click on the VM and select “Settings”.
- Go to “System”
- Go to “Storage”
- Go to “Network”
- Right click on the VM
- Choose “Install Oracle Linux 7.4”
- Choose Language to continue with installation process.
- Choose Date & Time
- Choose the software or applications to be installed.
- Configure INSTALLATION DESTINATION under SYSTEM.
- Configure NETWORK & HOSTNAME under SYSTEM.
- Select “Begin Installation”.
- Set the root password.
- Installation will continue installing packages.
- When completed select “Reboot”.
- Upon reboot accept the license.
- Create an user
- Select FINISH CONFIGURATION.
- Login windows will appear, login to the user created.
- Continue with the GNOME initial setup and you are ready to go.
- The installation of Oracle Linux 7 is done.