Date: Fri, 01 Dec 2017 06:37:57 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 223969] EFI boot failure with iPXE mapped disks Message-ID: <bug-223969-8-vXsUYUfSOX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223969-8@https.bugs.freebsd.org/bugzilla/> References: <bug-223969-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=3D223969 --- Comment #9 from commit-hook@freebsd.org --- A commit references this bug: Author: tsoome Date: Fri Dec 1 06:37:12 UTC 2017 New revision: 326421 URL: https://svnweb.freebsd.org/changeset/base/326421 Log: loader.efi: efipart should exclude iPXE stub block protocol iPXE does insert stub BLOCK IO protocol handle to rework other issues, this handle is not usable as it does not provide actual implementation. We can detect this situation by checking and validating the BlockSize property, so this update does make sure we have BlockSize at least 512B and its value is power of 2. PR: 223969 Reported by: Jeff Pieper Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D13297 Changes: head/stand/efi/libefi/efipart.c --=20 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-223969-8-vXsUYUfSOX>