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

Intermittent Ping Request Time Out Due to An Outdated ARP Table Entry of a Ubuntu Server

Scenario: - Server A and Server B hardware are of the same model and capacity-…

How to Enable XRDP Session Sharing

# Edit the xrdp init file sudo vim /etc/xrdp/xrdp.ini # Add this at the bottom…

Linux Swapfile

There's a more updated post here. Setup Swap on CentOS Localhost:# Check memory & swap…