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
-
No sooner than my blog post about the retirement of svn in lieu of git becomes popular, do I hear of another transition. I guess I should ...
-
When I set out to update my system to use FreeBSD 14-stable in lieu of 13-stable, I knew there was a chance things could go awry.  U...
-
Anyone watching my git repo for minetest-dev or any of the others will know that I have expanded a bit on what I attempt to maintain in a re...
-
I recently bought a Sony Walkman android device, which I hoped would permit me to use an app to control my Deco S4 wifi devices. The wifi h...
-
It was a suprisingly simple fresh install on an attached HDD using some cables to power and then access by USB. I put together a seperate h...
No comments:
Post a Comment