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.
**remodel of posts done. Overhaul of pages (distilled) in progress 3/9
Updating loader.efi
The manpage for loader.efi, specifically:
Subscribe to:
Posts (Atom)
Frequently viewed this week
-
Adobe was not the originator of flash, nor was it the only technology created to bring various multimedia effects to web pages. Today is t...
-
What an unusual change, that once I did my best to keep the scfb driver uninstalled and now I have to use it. I recently upgraded my syste...
-
I prefer to use the -STABLE branch which means there are many more updates compared to RELEASE. I try to do an update once a week or at lea...
-
I keep going back to playing on luanti servers as my game for entertainment. Not exactly because other options are missing but because of f...
-
I agree with Eugene Andrienko about removing linuxisms from my primary box. I followed the idea that poudriere would build customized port...
No comments:
Post a Comment