Comment 36 for bug 1874453

Revision history for this message
Ashish Nigam (nigam214) wrote :

added the following lines in Vagrantfile to fix the issue temporary. It wasn't required in Ubuntu 18.04

vbit.vm.provider "virtualbox" do |vb|
  vb.customize [ "modifyvm", :id, "--uartmode1", "file", File::NULL ]
end