I tried to follow the UEFI Wiki to prepare a bootable UEFI memory stick using a Linux PC. Several steps assume the presence of BSD specific files or tools such as:
Is there way to create a UEFI bootable memory stick using only tools available within Linux?
Code:
dd if=/boot/boot1.efifat of=/dev/da0p1
newfs -U -L FreeBSD /dev/da0p2
Is there way to create a UEFI bootable memory stick using only tools available within Linux?