https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229264
Gergely Kiss <mail.g...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mail.g...@gmail.com --- Comment #3 from Gergely Kiss <mail.g...@gmail.com> --- Assuming the build was produced using the freebsd-wifi-build scripts: I was also facing this issue with the same board and managed to resolve it. My idea was to include the "real" /sbin/init binary instead of the symlink pointing to bsdbox. This way I could get the following output: Trying to mount root from ufs:map/rootfs.uzip []... Warning: no time-of-day clock registered, system time will not be set accurately start_init: trying /sbin/init uhub0: 1 port with 1 removable, self powered random: harvesting attach, 8 bytes (4 bits) from uhub0 Jul 1 20:08:55 init: login_getclass: unknown class 'daemon' rtl8366rb0port4: link state changed to UP Shared object "libsbuf.so.6" not found, required by "lib80211.so.1" Enter full pathname of shell or RETURN for /bin/sh: After including the missing libraries in the image, the issue was gone: https://github.com/kissg1988/freebsd-wifi-build/commit/0477cf50fad030e574a5cf901541c55be248e96b -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"