Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jun 2016 21:52:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 209944] kernel panic when trying to EFI boot from memory disk
Message-ID:  <bug-209944-8-pLRpuxdxHP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209944-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209944-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=3D209944

Nikita <tehnerd@tehnerd.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #1 from Nikita <tehnerd@tehnerd.com> ---
The reason why mem allocation was failing is because default value of
EFI_STAGING_SIZE is 48M, and if mfsroot is bigger than that - booting fails.
building a custom loader.efi w/ value for EFI_STAGING_SIZE bigger than
mfsroot's size fixed this panic.

--=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-209944-8-pLRpuxdxHP>