EXAMPLES Updating loader.efi on the ESP The following examples shows how to install a new loader.efi on the ESP. First, find the partition of type "efi": # gpart list | grep -Ew '(Name|efi)' 1. Name: nvd0p1 type: efi 2. Name: nvd0p2 3. Name: nvd0p3 4. Name: nvd0p4 1. Name: nvd0 The name of the ESP on this system is nvd0p1. Second, let's mount the ESP, copy loader.efi to the special location reserved for FreeBSD EFI loaders, and unmount once finished: # mount_msdosfs /dev/nvd0p1 /boot/efi # cp /boot/loader.efi /boot/efi/efi/freebsd/loader.efi # umount /boot/efi SEE ALSO loader(8), uefi(8)
A journey with FreeBSD as my desktop OS. Insights, tips, and the occasional rant, all relating to the 'Beastie' or activities while using it.
Warning: there may be occasional oddness due to css and blog edits.
**KNOWN ISSUE: possible hidden text**
Updating loader.efi
The manpage for loader.efi, specifically:
Subscribe to:
Posts (Atom)
Frequently viewed this week
-
Although it may seem that I have taken a vacation from FreeBSD, what I did do is more of a break from doing NEW things and thus didn't f...
-
The trouble with alsa-plugins could be unique to me, which seems too often to be the case when I do choose to submit a bug report. I have d...
-
I use a separate miccus bluetooth transmitter connected by a headphone cable and RCA adapter so that I can listen to my television or pc. P...
-
The ports-mgmt tool poudriere as a local package builder for installing built ports on the same system is a pretty efficient and effective t...
-
Since I have been trying Gentoo, I have learned that it is definitely a bit more tedious and detailed to accomplish many things as compared ...
No comments:
Post a Comment