[Bug 207940] [patch] sys/boot/efi/boot1 select boot partition

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 1 16:18:50 UTC 2018


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

--- Comment #26 from nicolas at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list