hashicorp / packer-plugin-virtualbox

Packer plugin for VritualBox Builder
https://www.packer.io/docs/builders/virtualbox
Mozilla Public License 2.0
22 stars 36 forks source link

Automatically enable IOAPIC for multicore machines #102

Closed timschumi closed 1 year ago

timschumi commented 1 year ago

VMs with multiple CPUs require IOAPIC to be enabled, which is pointed out by the VirtualBox settings dialog and can lead to crashes if not done. 64-bit VMs were (presumably) not affected because IOAPIC is enabled by presets there.

Closes #37