Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2017 05:37:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-virtualization@FreeBSD.org
Subject:   [Bug 211746] [Hyper-V] UEFI VM can't boot from the iso installation disk
Message-ID:  <bug-211746-27103-2TAxq0TwKX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211746-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211746-27103@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=3D211746

--- Comment #19 from Dexuan Cui <decui@microsoft.com> ---
(In reply to Dexuan Cui from comment #18)

It looks this is indeed a complex issue and a lots of work is required to h=
ave
a thorough fix.

For now, I'm planning to make a patch to verify the assumption that the
physical memory in the range
[2MB, 2MB+EFI_STAGING_SIZE) is indeed Conventional Memory that doesn't cont=
ain
firmware/loader data/code:

if 'staging_end' is not in the same Conventional Memory block as 'staging',=
 we
print a warning and decrease 'staging_end' to the end of the memory block.

This won't introduce new issues or risks, but can indeed help in the cases =
like
this bug. :-)

--=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-211746-27103-2TAxq0TwKX>