So first thing I did was removing11.15.3 Configuring ACPI
The acpi.ko driver is loaded by default at start up by the loader(8) and should not be compiled into the kernel. The reasoning behind this is that modules are easier to work with, say if switching to another acpi.ko without doing a kernel rebuild. This has the advantage of making testing easier. Another reason is that starting ACPI after a system has been brought up often doesn't work well. If you are experiencing problems, you can disable ACPI altogether. This driver should not and can not be unloaded because the system bus uses it for various hardware interactions. ACPI can be disabled by setting hint.acpi.0.disabled="1" in /boot/loader.conf or at the loader(8) prompt.
Code:
device acpi
Code:
mountroot> ?
List of GEOM managed disk devices:
Loader variables:
vfs.root.mountfrom=zfs:pool1
vfs.root.mountfrom.options=rw
mountroot>
Having seen some other threads from recovering ZFS from there leaves me still stuck.
I need help booting into my zfs root
And I need to know what's wrong with the sugesstion in handbook regarding acpi.
Selecting Boot FreeBSD with ACPI disabled stops at mountroot> too.