Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-bloc(8,2) on Fedora 25

372 Views Asked by At

The error occur when I follow a guide to install nVidia proprietary drivers on Fedora 25. This is link website:enter link description here

I do step by step until I finish step 2.7 and reboot

Now I can not startup fedora 25 enter image description here

1

There are 1 best solutions below

1
Johan Boulé On

My guess is that on step 2.6.2 Edit /etc/sysconfig/grub you copied the example line verbatim instead of adapting it to your system:

## Example row ##
GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora/swap rd.lvm.lv=fedora/root rhgb quiet rd.driver.blacklist=nouveau"

You should only append rd.driver.blacklist=nouveau to end of the existing GRUB_CMDLINE_LINUX=”…” line.