[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#982353: contrib/testing64 crashes on Vbox 6.1 when updated to kernel 5.10 due to deprecated use of graphic card



On Wed, Feb 10, 2021 at 09:37:53AM +0100, Francesco P. Lovergine wrote:
Tried with a fresh update of debian/testing64 the result is not that different. It hangs after shutdown and restart. See also the screenshot taken from the GUI. The issue is again the same: the box is created with the VboxVGA instead of the suggested VMSVGA.


Workaround:

config.vm.provider "virtualbox" do |v|
  v.customize ["modifyvm", :id, "--graphicscontroller", "vmsvga"]
end

That could probably considered a vagrant issue. I found that it is a non-issue with 4.x up to 5.9, but 5.10+ is not compatible with the default choice. Not sure if the suggested graphics controller is vmsvga only in 6.1 or depending
on the host graphic card...

--
Francesco P. Lovergine


Reply to: