I have been testing my setup on an Oracle Virtual Box, Virtual Machine Manager, and VMware with EFI turned on. I have continued FreeBSD setup up to the Partitioning step, then selected shell and entered the following,
I am getting following errors,
Could anyone please tell me what am I doing wrong? As always, any help would be highly appreciated. Thank you.
Code:
# sysctl kern.disks
# gpart destroy -F ada0
# gpart create -s gpt ada0
# gpart add -t efi -s 512M ada0
# gpart add -t freebsd-swap -s 4G ada0
# gpart add -t freebsd-zfs ada0
# geli init -g -a "HMAC/SHA256" -e "AES-XTS" -l 256 -s 4k ada0p3
# geli attach ada0p3
I am getting following errors,
Could anyone please tell me what am I doing wrong? As always, any help would be highly appreciated. Thank you.