Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2023 23:58:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273099] 14.0-ALPHA1 unbootable after install
Message-ID:  <bug-273099-227-2Xf8BgHW8A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273099-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273099-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=3D273099

--- Comment #4 from Robert Wing <rew@FreeBSD.org> ---
Are you using bhyveload?

I'm guessing that userboot.so from the host is being used.

Can you try using bhyveload with a newer loader?

If you have a current src tree:

    # cd /usr/src/stand && make
    # find /usr/obj -type f -name userboot_lua.so
    /usr/obj/usr/src/amd64.amd64/stand/userboot/userboot_lua/userboot_lua.so

Then pass that loader to bhyveload:

    # bhyveload -d $DISK \
                -m 1024M \
                -l
/usr/obj/usr/src/amd64.amd64/stand/userboot/userboot_lua/userboot_lua.so \
                vmname

--=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-273099-227-2Xf8BgHW8A>