Boot 分区已经满 并且无法升级修复镜像

查看当前有哪些镜像

dpkg --get-selections |grep linux-image  
```txt
linux-image-4.10.0-37-generic			install
linux-image-extra-4.10.0-19-generic		deinstall
linux-image-extra-4.10.0-33-generic		deinstall
linux-image-extra-4.10.0-37-generic		install
linux-image-generic				install
```

查看当前系统使用镜像

```txt
 uname -rv4.10.0-37-generic #41-Ubuntu SMP Fri Oct 6 20:20:37 UTC 2017```

删除非使用镜像

sudo dpkg -P linux-image-extra-4.10.0-19-generic linux-image-extra-4.10.0-33-generic

你可能感兴趣的:(Boot 分区已经满 并且无法升级修复镜像)