gui
OLD: config.vm.boot_mode = :gui NEW: config.vm.provider :virtualbox do |vb| vb.gui = true end
fsid
vagrant package
--vagrantfile
--include