pve-edge-kernel
pve-edge-kernel copied to clipboard
openwrt.conf里有四个模块无法加载
载入的是6.0.8内核。 日志显示: systemd-modules-load[330]: Failed to find module 'nf_flow_table_ipv4' systemd-modules-load[330]: Failed to find module 'nf_flow_table_ipv6' systemd-modules-load[330]: Failed to find module 'nf_log_common' systemd-modules-load[330]:Failed to find module 'nf_tables_set'
使用find / -name "nf_flow_table_ipv4"命令查找,发现原版5.15内核的路径里还是有的: /usr/lib/modules/5.15.30-2-pve/kernel/net/ipv4/netfilter/nf_flow_table_ipv4.ko
但是6.0.8没有。5.19.17里也没有。