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 Chromium or Chrome on Debian-based Linux

Open Source Chromium Q: What's the difference between Chrome and Chromium? A: Chrome is enhanced…

Enable Mod_rewrite Url rewrite

vim /etc/httpd/conf/httpd.confLine 306, change the directory name to:<Directory "/home/www">line 237, set:AllowOverride AllLine 564, if you're…

How to install RetroArch on CentOS 8

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