From d7e06348db8e5aa0a450fbf45d73cdc3c8e9f271 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 9 Dec 2025 11:01:26 -0500 Subject: [PATCH] vagrant: Enable EFI firmware Tests: - Bring up vagrant box version 25.16. Able to access the web interface after setup is complete. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index e7dedefbc..366097b57 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,6 +13,7 @@ Vagrant.configure(2) do |config| vb.cpus = Etc.nprocessors vb.memory = 2048 vb.linked_clone = true + vb.customize ["modifyvm", :id, "--firmware", "efi"] end config.vm.provision "shell", run: 'always', inline: <<-SHELL # Disable automatic upgrades