1
Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block
系統管理員 edited this page 2026-03-06 06:14:56 +00:00

1. 修復損壞的 Kernal

sudo apt -f install

2. 列出所有 Kernal

dpkg --list | grep linux-image

3. 移除低版本到無法移除

sudo apt purge -y linux-image-x.xx.x-xxx-generic

4. 更新 GRUB 2

sudo update-grub2

5. 更新 Kernal 到現在的版本

sudo apt update && sudo apt upgrade -y

6. 試著重啟看看是否正常

sudo reboot