Comment 5 for bug 1829625

Revision history for this message
Alejandro Torras (atec-post) wrote :

Current version of eoan64 (20200422.0.0) and this final config, from contributions of #2 and #3, it seems to boot "fast" (with a minor reset in between) again:

  config.vm.provider "virtualbox" do |vb|
     # Display the VirtualBox GUI when booting the machine
     # vb.gui = true

     # Customize the amount of memory on the VM:
     vb.memory = "1024"

     vb.customize ["modifyvm", :id, "--uart1", "0x3F8", "4"]
     vb.customize ["modifyvm", :id, "--uartmode1", "file", File::NULL]

     vb.customize ["modifyvm", :id, "--nestedpaging", "off"]
     vb.customize ["modifyvm", :id, "--cpus", 4]
     vb.customize ["modifyvm", :id, "--paravirtprovider", "hyperv"]

   end