Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2014 17:04:00 +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-sX1QNNOO59@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 #7 from dch@skunkwerks.at ---
Created attachment 145160
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145160&action=edit
dmesg

dmesg from uefi boot to zfs. some notes:

zroot is on its own drive, on a zfsosx-created partition (so OSX doesn't get
surly with the partition types) and the original FreeBSD-created zpool
snapshotted and recursive send/received.

the system boots via refind http://www.rodsbooks.com/refind/ locating the EFI
FAT partition on the other drive. The only change to the Apple EFI partition is
to copy in ./EFI/freebsd/boot1.efi

booting requires 3 changes:

    set kern.vty="vt"
    load zfs
    set vfs.root.mountfrom="zfs:zroot/ROOT/default"

Setting these in loader.conf (either in ./EFI/freebsd/ or on zfs) has no
effect.

BTW I'd love to know how to set `mode 2` in loader.conf as well instead of the
small default quadrant in the middle of the EFI console.

-- 
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-sX1QNNOO59>