Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2019 15:18:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 239527] Loading vesa(4) via loader.conf(5) hangs the boot loader when running in VirtualBox (emulators/virtualbox-ose)
Message-ID:  <bug-239527-227-zdNlt0CZA7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239527-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239527-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239527

--- Comment #1 from Mateusz Piotrowski <0mp@FreeBSD.org> ---
I've missed some things from the previous Vagrantfile. With this one I can
reproduce the issue reliably:

Vagrant.configure("2") do |config|
  config.ssh.shell =3D "sh"
  config.vm.box =3D "freebsd/FreeBSD-12.0-RELEASE"

  config.vm.provider "virtualbox" do |vb|
    vb.gui =3D true
  end

  config.vm.boot_timeout =3D 3600

  config.vm.provision "shell", inline: <<-SHELL
    printf '%s\n' 'boot_mute=3D"YES"' 'vesa_load=3D"YES"' > /boot/loader.co=
nf
  SHELL
end

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239527-227-zdNlt0CZA7>