Configuring Headless Packer Virtualbox Console Access

Since I’m using Apple Silicon as my daily driver I haven’t been able to use vagrant / virtualbox locally (virtualbox isn’t supported on Apple Silicon and it does not look like there are any plans to add support but there are some potential alternatives in the works - Tart and UTM). I use packer for building custom vagrant boxes that I need for development of custom applications. Since I can’t run this setup locally I do it on a host that has as a bare metal install of Ubuntu (virtualbox can’t be installed within a VM)....

January 4, 2023 · 2 min · Me