Hello!
I want to switch from legacy boot to UEFI on installed FreeBSD machine without losing data.
I have such layout:
I have 1 nvme disk with 3 partitions: boot,swap and main partition with ZFS.
Generaly I need something like what described in this post https://forums.freebsd.org/threads/...f-bootsplash-in-virtual-box.99302/post-719394, but my machine is not virtual so I'n not sure I can do so.
Is it possible to make /boot/efi partition without reinstalling whole system?
I'm on 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64
P.S. I need it because I can't run my system on Beelinkg S12 PC. Seems like its BIOS has no support for legacy booting.
I want to switch from legacy boot to UEFI on installed FreeBSD machine without losing data.
I have such layout:
Code:
gpart show 4725[0]
=> 40 4000797280 nda0 GPT (1.9T)
40 1024 1 freebsd-boot (512K)
1064 984 - free - (492K)
2048 4194304 2 freebsd-swap (2.0G)
4196352 3996600320 3 freebsd-zfs (1.9T)
4000796672 648 - free - (324K)
Code:
cat /etc/fstab 4726[0]
# Device Mountpoint FStype Options Dump Pass#
/dev/nda0p2 none swap sw 0 0
I have 1 nvme disk with 3 partitions: boot,swap and main partition with ZFS.
Generaly I need something like what described in this post https://forums.freebsd.org/threads/...f-bootsplash-in-virtual-box.99302/post-719394, but my machine is not virtual so I'n not sure I can do so.
Is it possible to make /boot/efi partition without reinstalling whole system?
I'm on 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64
P.S. I need it because I can't run my system on Beelinkg S12 PC. Seems like its BIOS has no support for legacy booting.