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.
**Active remodel of blog posts - mostly starting with most recent**
Updating loader.efi
The manpage for loader.efi, specifically:
Subscribe to:
Posts (Atom)
Frequently viewed this week
-
Before I get the revised Makefile formulated for following upstream releases of mudlet, I tried to have my sledgehammer mosquito swatter sol...
-
I just recently used gitup to update ports (sometime after 11pm Dec 13th) and saw xlibre. Time to celebrate. I checked freshports for xlib...
-
Right as I was getting ready to write this blog post, I decided to look at the post I made about 6 years ago about High DPI. I saw a line p...
-
Since I recently noted an update to the xlibre-ports in their git repo, I decided that I would try to see how updating in place might work. ...
-
I have various ways to discover new software that I might try to port (unofficially) to FreeBSD. Not long ago I was trying to use the linux...
No comments:
Post a Comment