[Bug 236981] loader_lua does not boot from encrypted ZFS pool after upgrading from r345243 to r345759
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 5 20:02:35 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236981
--- Comment #4 from iz-rpi03 at hs-karlsruhe.de ---
(In reply to iz-rpi03 from comment #3)
The size of loader_lua does not seem to be related to the ability to find
the ZFS pool. All newly build loader_lua files have the smaller size and some
of them are working as expected.
I am currently trying to find the release when the failure happend
by building release versions of loader_lua.
For this I bisect the (head) releases in between and trying out the resulting
loader_lua.
>From the running r345759 world I try to achive this with the following
commands, e.g.:
rel=345475
svnlite up -r ${rel} .
make -j8 buildworld
cp /usr/obj/usr/src/amd64.amd64/stand/i386/loader_lua/loader_lua \
/boot/loader_lua.r${rel}
cp /boot/loader_lua.r${rel} /boot/loader_lua
I hope this is not a silly idea.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list