Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2019 14:14:33 +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@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 239527
           Summary: Loading vesa(4) via loader.conf(5) hangs the boot
                    loader when running in VirtualBox
                    (emulators/virtualbox-ose)
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: 0mp@FreeBSD.org

Here is a Vagrantfile to reproduce the issue:

> Vagrant.configure("2") do |config|
>   config.ssh.shell =3D "sh"
>   config.vm.box =3D "freebsd/FreeBSD-12.0-RELEASE"
>=20
>   config.vm.provider "virtualbox" do |vb|
>     vb.gui =3D true
>   end
>=20
>   config.vm.provision "shell", inline: <<-SHELL
>     printf '%s\n' 'vesa_load=3D"YES"' > /boot/loader.conf
>   SHELL
> end

FreeBSD won't boot after provisioning is done.

I'm running:
- FreeBSD 13.0-CURRENT r350438 GENERIC  amd64
- virtualbox-ose-5.2.32

--=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>