Date: Sun, 01 Jul 2018 16:18:45 +0000 From: bugzilla-noreply@freebsd.org To: amd64@FreeBSD.org Subject: [Bug 207940] [patch] sys/boot/efi/boot1 select boot partition Message-ID: <bug-207940-17361-e03ftPUosG@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207940-17361@https.bugs.freebsd.org/bugzilla/> References: <bug-207940-17361@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=3D207940 --- Comment #26 from nicolas@deffayet.com --- Many thanks for the updated patch. It apply without any issue on FreeBSD 11.2-RELEASE. On FreeBSD 11.1, it was easy to recompile only boot1 with the following commands: # cd /usr/src/sys/boot/efi/boot1 <apply patch> # make It compile fine and generate both boot1.efi & boot1.efifat binary. But on FreeBSD 11.2: # cd /usr/src/stand/efi/boot1 <apply patch> # make Killed. pid 1026 (make), uid 0, was killed: out of swap space The machine have 6 Gb of free memory before running make. Running make eat = all available memory. How can I fix that ? What the best method to recompile only boot1.efi & boot1.efifat in a standalone way without recompile a full world ? Many thanks --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207940-17361-e03ftPUosG>