Posted On April 1, 2019

Error: Kernel panic – not syncing : VFS: Unable to mount root fs on unknown-block(0,0)

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Error: Kernel panic – not syncing : VFS: Unable to mount root fs on unknown-block(0,0)
If this has been caused by an interrupted system update:
– Boot the system via grub-rescue or other GRUB options
– Run these commands
su
yum-complete-transaction
yum remove kernel
yum update

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to install RetroArch on CentOS 8

RetroArch is a nice front-end GUI to enable a computer to emulate various console systems…

Linux: How to Use Tar and Gunzip

Tar is an archival system. It helps bundling many directories and files into a single…

Linux Mint /dev/sda1 Out of Space Issue

Issue: "sudo apt --fix-broken install"leads to something such as:"dpkg: error processing archive /var/cache/apt/archives/linux-image-6.8.0-87-generic_6.8.0-87.88~22.04.1_amd64.deb(--unpack):cannot copy extracted…