[Bug 212258] bootpool is not imported after reboot on a MBR partitioned drive

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 23 03:35:23 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212258

execve at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |execve at gmail.com

--- Comment #8 from execve at gmail.com ---
Issue also exists with 11.1-RELEASE fresh install on a laptop with single disk
- using ZFS and MBR partitioning without encryption. There are many
side-effects due to this issue:

1) wifi doesnt work - due to firmware not being able to be loaded - I am using
iwn in this case
2) tmpfs module is unable to be loaded in case you use that
3) I cannot use another wifi adapter - the DLINK device was a run

There might be some more - but exporting the bootpool should not be the default
from the installer. 

I followed the guidance here:
https://forums.freebsd.org/threads/42980/#post-239065

The entries that need to be added to loader.conf are:
zpool_cache_load="YES"
zpool_cache_type="/boot/zfs/zpool.cache"
zpool_cache_name="/boot/zfs/zpool.cache"

as a workaround.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list