症状如下:

[错误] /boot/grub2/grub.cfg 找不到,请检查.

解法:不要重启机器,执行:

grub2-set-default 0

然后reboot重启后通过uname -r查看内核.没问题就继续执行你的哔哔日脚本.

顺便给一下哔哔日脚本一键吧.

不卸载内核的版本

wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

卸载内核版本

wget -O tcp.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

旧版本,弃用

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

然后Debian 9或者9以上以及CentOS 8或者8以上的版本启用系统自带哔哔日方法

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
lsmod | grep bbr