I have installed FreeBSD-RELEASE 11.0 with MIRROR (Double Disk). SWAP mirror too.
I can by pass the problem by loading kernels,
load /boot/kernel/kernel
load /boot/kernel/opensolaris.ko
load /boot/kernel/zfs.ko
But every time I need boot this way.
If I then edit loader.conf and add lines to load the modules, it will boot automatically:
opensolaris_load="YES"
zfs_load="YES"
Is this the perfect solution? I have to build an Internal server. But If it is like that, i am little bit worried to rely. I had to give some time to find the exact way around.
Isn't there any official update in this FREEBSD?
Code:
Mounting from zfs:zroot/ROOT/default failed with error 2: unknown file system
I can by pass the problem by loading kernels,
load /boot/kernel/kernel
load /boot/kernel/opensolaris.ko
load /boot/kernel/zfs.ko
But every time I need boot this way.
If I then edit loader.conf and add lines to load the modules, it will boot automatically:
opensolaris_load="YES"
zfs_load="YES"
Is this the perfect solution? I have to build an Internal server. But If it is like that, i am little bit worried to rely. I had to give some time to find the exact way around.
Isn't there any official update in this FREEBSD?