Skip to content

Instantly share code, notes, and snippets.

@amekusa
Last active October 13, 2022 10:54
Show Gist options
  • Select an option

  • Save amekusa/36b932fca635c0795e1e2e1794955c77 to your computer and use it in GitHub Desktop.

Select an option

Save amekusa/36b932fca635c0795e1e2e1794955c77 to your computer and use it in GitHub Desktop.
Creating a VirtualBox VM via terminal
VBoxManage createvm --name MyVM --ostype ArchLinux_64 --basefolder "$HOME/VirtualBox VMs" --register
# NOTE:
# To show available --ostype values:
# VBoxManage list ostypes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment