[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
Wed Jul 30 17:04:00 UTC 2014


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

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


More information about the freebsd-bugs mailing list