[Bug 192184] [uefi] fresh install of 2014-07-14 11.0-CURRENT amd64 snapshot doesn't boot

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 28 19:30:38 UTC 2014


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

--- Comment #4 from dch at skunkwerks.at ---
yup, adding the following:

    set kern.vty=vt
    boot_verbose="YES"

gets us all the way to mountroot>

mountroot is failing as it always is trying to load
ufs:/dev/ufs/FreeBSD_Install and returns error 19. Looks like the installer
CD/image presumably.

trying again with:

    set kern.vty=vt
    boot_verbose="YES"
    load zfs
    vfs.root.mountfrom="zfs:zroot"
    vfs.root.zfs.debug="1"

produces a fair bit more output but fails to find/load init.

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


More information about the freebsd-bugs mailing list