http://bugzilla.opensuse.org/show_bug.cgi?id=1157615 http://bugzilla.opensuse.org/show_bug.cgi?id=1157615#c1 Dan Cermak <dcermak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED Flags| |needinfo?(mike@mykolab.ch) --- Comment #1 from Dan Cermak <dcermak@suse.com> --- Sorry for the long radio silence. I have tried to reproduce the issue and can confirm it. Unfortunately, I wasn't able to find a resolution yet, as this requires some changes in the image builder itself. You can temporarily workaround the issue by adding this setting to your Vagrantfile: ``` config.vm.provider :virtualbox do |vb| vb.customize ["modifyvm", :id, "--audio", "none"] end ``` Also, could you please upload the ovf file that Virtualbox created on your machine? You can find it in `~/VirtualBox\ Ms/${internal_box_name}/${internal_box_name}.vbox` (where ${internal_box_name} is some string containing the name of your box and a random number). -- You are receiving this mail because: You are on the CC list for the bug.