Kernel Panic - not syncing: VFS:

青旅半醒 2022-10-21 11:46 366阅读 0赞

Kernel Panic - not syncing: VFS:

  • Advanced options for Ubuntu
  • 删除内核

Advanced options for Ubuntu

选择一个旧版本内核启动

在这里插入图片描述

删除内核

  1. # cat /etc/issue
  2. Ubuntu 20.04.2 LTS \n \l
  3. apt --purge autoremove
  4. # uname -a
  5. 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
  6. # dpkg --list | grep linux-image
  7. rc linux-image-5.4.0-65-generic 5.4.0-65.73 amd64 Signed kernel image generic
  8. hi linux-image-5.4.0-70-generic 5.4.0-70.78 amd64 Signed kernel image generic
  9. ii linux-image-5.4.0-71-generic 5.4.0-71.79 amd64 Signed kernel image generic
  10. ii linux-image-5.4.0-72-generic 5.4.0-72.80 amd64 Signed kernel image generic
  11. ii linux-image-generic 5.4.0.72.75 amd64 Generic Linux kernel image
  12. apt-get purge linux-image-5.4.0-72-generic
  13. apt-get purge linux-image-5.4.0-71-generic

参考:

  1. Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

发表评论

表情:
评论列表 (有 0 条评论,366人围观)

还没有评论,来说两句吧...

相关阅读