Skip to main content

Posts

Showing posts with the label Virtualization

VMware Workstation Player: Notes

Download VMware Workstation Player free at https://www.vmware.com/go/downloadworkstationplayer

Vagrant: Notes

Vagrant is a tool for building and managing virtual machine environments in a single workflow. Download the latest version of Vagrant for your operating system at https://www.vagrantup.com/downloads.html

VirtualBox: 64-bit Guest OS

While playing with Vagrant, VirtualBox, and MongoDB on my old ASUS ROG Generation 1 - which has Intel Q720 CPU and runs Windows 10 64-bit - I ran into this error. VT-x is not available(VERR_VMX_NO_VMX). Also, VirtualBox list only 32-bit version for guest OS. It is so weird because I can installed Ubuntu 64-bit as guest OS in VirtualBox while booting this laptop in Windows 7 64-bit. I tried removing Hyper-V feature and reboot. VirtualBox now display 64-bit version of guest OSes. And Vagrant works too.

Oracle VirtualBox: Notes

Oracle VirtualBox is one of free Type-2 Hypervisors that can run on Microsoft Windows, Macintosh, and Linux.