I need to update the bootsector after upgrading zfs pool. In 10.3 the command to disable the Operation not permitted error was:
But that doesn't seem to work in 11.0:
Has anything changed in 11.0?
Code:
sysctl kern.geom.debugflags=0x10
But that doesn't seem to work in 11.0:
Code:
root@crayon2:~ # sysctl kern.geom.debugflags=0x10
kern.geom.debugflags: 16 -> 16
root@crayon2:~ # dd if=/boot/zfsboot of=/dev/ada0s1a skip=1 seek=1024
dd: /dev/ada0s1a: Operation not permitted
Has anything changed in 11.0?