Hi,
I have recently upgraded to omv 8. Except a temporary missing zfs.ko.xz issue everything else went smoothly.
Then I experience an issue on kernel upgrades: when a new Debian kernel is available for upgrades, omv will prompt for a reboot. But after reboot it was still using the previously used old kernel instead of the new kernel. I need to manually select the new kernel and reboot for the new kernel to be used. IIRC this was not the case in my previous omv 7 installation.
I did some quick digging, and found that in "/etc/default/grub", it sets "GRUB_DEFAULT=saved" now, which explains the behavior.
I wonder whether this is the intended behavior for omv 8? I think this kind of defeats the purpose of prompting for a reboot after a kernel upgrade because it will still use the older kernel ![]()
EDIT: grammar