1、先找要更換的內核:http://kernel.ubuntu.com/~kernel-ppa/mainline/或者https://packages.ubuntu.com/zh-cn/trusty-updates/kernel/
2、獲取到內核的下載路徑吼,wget #內核的路徑# 把內核下載下來
3、dpkg -i #linux-image-4.9.3-040903-generic_4.9.3-040903.201701120631_amd64.deb# 內核的完整名稱包括後綴
4、查詢當前系統所安裝的內核 dpkg -l|grep linux-image
5、移除不需要的內核 sudo apt-get remove #linux-image-3.16.43-031643-generic#
按Y確認移除
6、 /usr/sbin/update-grub 更新啟動參數
7、reboot完成。