Closed crawfxrd closed 7 years ago
As expected, this is because of dattobd being an unsupported module.
dracut-pre-mount[499]: modprobe: ERROR: module 'dattobd' is unsupported
dracut-pre-mount[499]: modprobe: ERROR: Use --allow-unsupported or set allow_unsupported_modules 1 in
dracut-pre-mount[499]: modprobe: ERROR: /etc/modprobe.d/10-unsupported-modules.conf
dracut-pre-mount[499]: modprobe: ERROR: could not insert 'dattobd': Operation not permitted
I thought we could get around this by force loading the module in the with --allow-unsupported in the initram boot script.
or dracut or whatever.
Set allow_unsupported_modules
to 1 in /etc/modprobe.d/10-unsupported-modules.conf
.
Incrementals do not persist through reboot on SLES 12 SP2. The module is loaded after the reload scripts are run.