

=> default: Importing base box 'bento/ubuntu-18.04'. => default: Loading metadata for box 'bento/ubuntu-18.04' Vb.customize Ĭonfig.vm.provision "shell", inline: default: Box 'bento/ubuntu-18.04' could not be found. # Display the VirtualBox GUI when booting the machine The second problem is that even for simple Vagrantfile like:.Standalone, appImaged vagrant binary from vagrant's official page, andĬopying it into some system path directory. On Debian, Vagrant will use libvirt/KVM by default as VirtualBox is not part of Debian main, but will use VirtualBox if it's installed.''Īnyway, I circumvented this issue by installing virtualbox from official ''Vagrant upstream uses Oracle’s VirtualBox by default to create its virtual machines. On bullseye's webpage about vagrant package you can only find that: That those packages cannot work together on Debian? When I try to reinstall virtualbox Debian informs me that during the installation vagrant and vagrant-libvirt will be removed. While installing vagrant package from repos, Debian automatically removes virtualbox and virtualbox-qt packages, and vice versa!.Unfortunately, I stumbled upon two problems that at first sightĪre not related, however in order to give full overview I list them both: I've got Debian Bullseye installed on my computer and I want to play a bit
