

- ARCH LINUX IMAGE VIRTUALBOX FOR MAC MAC OSX
- ARCH LINUX IMAGE VIRTUALBOX FOR MAC INSTALL
- ARCH LINUX IMAGE VIRTUALBOX FOR MAC SOFTWARE
CPUsĬhoose the System button, and select the Processor tab. Now press the Settings button at the top of the window to make those alterations. In this example, mine is called Arch64Base. The new VM should be already highlighted in VirtualBox. We need to make some alterations to the default VM configuration before booting into the Arch Linux installer. You should now have a suitable VM to start the installation process. Now go ahead and press the Create button.
ARCH LINUX IMAGE VIRTUALBOX FOR MAC INSTALL
This will allow a decently sized root partition for the packages you might want to install (Python, Ruby, Java, NodeJS, Go, etc) as well as room on /home for your project source files. So here, drag the slider until about 20GB is selected. As we previously selected the “Dynamically allocated” option, the virtual hard drive will start out at a much smaller size and grow on demand up to the maximum that we specified.

Note that this does not mean that 20GB will be allocated straight away on the Host hard drive. In this case, we’re going to alter the suggested default, and go for a size of 20GB. The next screen allows you to choose a size for the new HD. Next, leave the default of “Dynamically allocated”, and press the Continue button. In the next screen, you can leave the default of “VDI”, and press the Continue button. On the next screen, accept the default of “Create a virtual hard drive now”, and press the ‘Create’ button.

You can accept the default for memory size. The type should be “Linux”, and the version should be “Arch Linux(64 bit)”. In this example, I’ve called mine “Arch64base”, as I intend to clone other VM’s from it in the future. Default settingsĬreate a new VM in VirtualBox. The ISO contains dual installation facilities for 32-bit architectures, and also 64-bit which will be appropriate for your Mac. You can do this using BitTorrent, or an HTTP mirror near to you. VM setupīegin by downloading an Arch ISO from the official download site. These include an AUR-friendly package helper, dual NICs to serve from the guest to your host, and more. This post brings together some useful configuration options. The objective is to establish an Arch VM that’s useful as a server on your Mac as quickly and easily as possible.
ARCH LINUX IMAGE VIRTUALBOX FOR MAC SOFTWARE
This makes Arch a great choice for a Linux server guest, as there’s a great chance that you’ll be able to find newer software releases that you want to try out.Īs mentioned below, I’ve cherry-picked appropriate installation steps from the definitive installation guide, and also a sub-guide for Arch as a VM guest. Another benefit is the Arch User Repository (AUR), which provides access to a vast collection of packages that can be compiled from source and then installed using the regular package manager.
ARCH LINUX IMAGE VIRTUALBOX FOR MAC MAC OSX
I wrote this post as a reminder of configuration needed for a new Arch Linux guest VM, to be used as a server on a Mac OSX host.Īrch is a Linux distribution that offers simplicity, flexibility, and a great package management system.
