[Bug 273099] 14.0-ALPHA1 unbootable after install
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 273099] 14.0-ALPHA1 unbootable after install"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Aug 2023 23:58:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273099
--- 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
--
You are receiving this mail because:
You are the assignee for the bug.