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
-
It took some effort for me to get xlibre functional for myself, and with a few caveats. My first attempt failed because I forgot to deinsta...
-
A reply to my post on X about xlibre lead me to decide to test it once more. Since I went through the process of starting from nothing to g...
-
Recently I tested xlibre on my system without a safety net which tends to be my usual method. As mentioned in the previous blog post, I was...
-
Every so often, while building ports, my box will either stall seemingly forever or lockup or some other oddness will make it next to imposs...
-
I really like the idea of a proxy cache for use with the various websites I access regularly, it seems to speed up load times considerab...
No comments:
Post a Comment