Command to Create VirtualBox virtual machine Replace the DEMO with whatever name you want to give your Virtual machine. VBoxManage createvm –name DEMO –register To Set type Linux and version 64-bit VBoxManage modifyvm DEMO –ostype Linux_64 Set RAM VBoxManage modifyvm […]
Tag: Virtualization
How To Expand virtual Disk in VirtualBox
When you create a virtual hard disk in VirtualBox, you specify a maximum disk size. If you want more space on your virtual machine’s hard disk later, you’ll have to enlarge the virtual hard disk and partition. Expand VirtualBox Drive […]