[Solved] KVMFR module doesnt load correctly on boot

kvmfr module doesnt appear to be loaded correctly on boot

contents of /etc/dracut.conf.d/kvmfr.conf
 install_items+=" /etc/modprobe.d/kvmfr.conf "


contents of /etc/modprobe.d/kvmfr.conf
options kvmfr static_size_mb=64


ive been able to verify that the kvmfr module is loaded on boot, as lsmod reports

Module                  Size  Used by
kvmfr                  24576  6


however /dev/kvmfr0 is not present on boot, when unloading the module and doing sudo modprobe kvmfr static_size_mb=64 its loaded and usable with looking glass.
Was this page helpful?