You can temporarily enable the three available schedulers via:
* sudo modprobe bfq
* sudo modprobe mq-deadline
* sudo modprobe kyber-iosched
You can see the available modules in `/lib/modules/
To enable these modules on boot, you can add the following lines to `/etc/modules-load.d/modules.conf` (or by creating another .conf in the same directory):
bfq
mq-deadline
kyber-iosched