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

--- Comment #4 from [email protected] ---
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to