[Bug 226118] [bhyve][loader] bhyve VM can't start since > r329097 and < r329811 /boot/userboot.so: Undefined symbol "ldi_get_size"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 22 13:43:50 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226118
Bug ID: 226118
Summary: [bhyve][loader] bhyve VM can't start since > r329097
and < r329811 /boot/userboot.so: Undefined symbol
"ldi_get_size"
Product: Base System
Version: CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: dch at freebsd.org
# create and start a 11.1R bhyve vm on a recent 12.0-CURRENT host
cd /tmp
ifconfig tap0 create
ifconfig tap0 up
truncate -s 1G guest.img
sh /usr/share/examples/bhyve/vmrun.sh -c 1 -m 1024M -t tap0 -d /tmp/guest.img
-i -I /downloads/FreeBSD-11.1-RELEASE-amd64-bootonly.iso guest
# expected results
see the boot loader and eventually the installer
# actual results
Launching virtual machine "guest" ...
Consoles: userboot
FreeBSD/amd64 User boot, Revision 1.1
(Sun Jan 28 19:45:57 UTC 2018 root at wintermute)
/boot/userboot.so: Undefined symbol "ldi_get_size"
# h/w
tried on amd64 intel xeon and an intel NU, both run previously without issue.
NB
both are UEFI systems if that's relevant.
I will do a few more builds to narrow down the commit range, but r329725 or
r329050 look relevant, cc'ing imp@
https://lists.freebsd.org/pipermail/svn-src-head/2018-February/110051.html
https://lists.freebsd.org/pipermail/svn-src-head/2018-February/110052.html
https://lists.freebsd.org/pipermail/svn-src-head/2018-February/109469.html
I'm on IRC dch in the usual places.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list