Kernel Panic - not syncing: VFS:
Kernel Panic - not syncing: VFS:
- Advanced options for Ubuntu
- 删除内核
Advanced options for Ubuntu
选择一个旧版本内核启动
删除内核
# cat /etc/issue
Ubuntu 20.04.2 LTS \n \l
apt --purge autoremove
# uname -a
Linux k004 5.4.0-70-generic #78-Ubuntu SMP Fri Mar 19 13:29:52 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
# dpkg --list | grep linux-image
rc linux-image-5.4.0-65-generic 5.4.0-65.73 amd64 Signed kernel image generic
hi linux-image-5.4.0-70-generic 5.4.0-70.78 amd64 Signed kernel image generic
ii linux-image-5.4.0-71-generic 5.4.0-71.79 amd64 Signed kernel image generic
ii linux-image-5.4.0-72-generic 5.4.0-72.80 amd64 Signed kernel image generic
ii linux-image-generic 5.4.0.72.75 amd64 Generic Linux kernel image
apt-get purge linux-image-5.4.0-72-generic
apt-get purge linux-image-5.4.0-71-generic
参考:
- Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
还没有评论,来说两句吧...