[Bug 221077] Boot from ZFS fails following freebsd-update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 29 12:09:53 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221077

--- Comment #19 from Andriy Gapon <avg at FreeBSD.org> ---
(In reply to Steven Hartland from comment #17)
I think 'u' is a result of the code being shared between (gpt)zfsboot and
zfsloader. printf in stand/i386/boot2/boot2.c is very primitive and it simply
consumes '%j' without any output because it does not  expect 'j' (or any size
modifiers) and then just prints 'u'. It seems that that printf supports only
%c, %s and %u.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list