...
Wait until the installation is complete
Select yes because we will need to make the following modifications to enable console:
Create the /boot/loader.conf.local file, which will contain our changes , file and add:
hw.uart.console="mm:0xfedc9000,rs:2"
console="efi"
Note: /boot/loader.conf recreates itself each boot or update, so this will override the changes.
If you also don’t want to see the boot log, also add:
boot_mute="YES"
When done type "exit" and reboot the system
...