Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2014 19:30:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192184] [uefi] fresh install of 2014-07-14 11.0-CURRENT amd64 snapshot doesn't boot
Message-ID:  <bug-192184-8-bnQkFGwEdp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192184-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192184-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192184

--- Comment #4 from dch@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192184-8-bnQkFGwEdp>