[Bug 207269] boot1.efi loading wrong system

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 18 03:02:08 UTC 2016


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

--- Comment #13 from Steven Hartland <smh at FreeBSD.org> ---
(In reply to eu9gu4 from comment #11)
No that's not the case as hd(5) is on a different physical device:
sata(0x1,0xfff,0x0)

boot1.efi was loaded from:
sata(0x0,0xfff,0x0):hd(1)

Hence why the sata(0x0,0xfff,0x0):hd(1) is preferred.

If you want to boot from:
sata(0x0,0xfff,0x0):hd(5)

You would need to chain load a boot1.efi on:
sata(0x1,0xfff,0x0)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list