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

CentOS 8: How to Only Apply Security Updates

[cuilo@test-box ~]# sudo yum --security update CentOS-8 - AppStream 12 kB/s | 4.3 kB 00:00…

OpenLDAP Migration

LDAP PKGSRC Cutover # Compress ldap directory on WEB01.PROD tar -C /home/webadmin/pkg/var/openldap -czvf /tmp/kimconnect-com.gz kimconnect-com…

Apache Hosting Multiple Websites

Must have a FQDN for localhost:vim /etc/hosts---- add this line ----192.168.1.5        server1.cafecenter.com server1----------------------Install GD…