更换内核后提示
/boot/grub2/grub.cfg 找不到
先不要重启,执行以下语句
grub2-set-default 0
reboot后查看内核更换是否成功
uname -r
debian下一键安装bbrplus脚本:
- wget "https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
安装完成后选“n”,不要立即重启,按照下列方式方式编辑保存后再重启即可:
- vi /boot/grub/menu.lst
把
- default=0
- timeout=5
- title vmlinuz-3.16.0-4-amd64
- root (hd0,0)
- kernel /boot/vmlinuz-3.16.0-4-amd64 console=hvc0 root=/dev/xvda1 ro
- initrd /boot/initrd.img-3.16.0-4-amd64
替换为
- default=0
- timeout=5
- title vmlinuz-4.14.129-bbrplus
- root (hd0,0)
- kernel /boot/vmlinuz-4.14.129-bbrplus root=/dev/xvda1 console=hvc0 ro
- initrd /boot/initrd.img-4.14.129-bbrplus
文章评论