11.2 KDE x64 boot sequence interrupted

Fresh install 11.2 KDE x64 boot sequence interrupted by . .
 

Attachments

  • IMG_0263.JPG
    IMG_0263.JPG
    2 MB · Views: 159
Rita G.

You probably hit THIS nvidia thing. So, boot on 'Single User', mount the filesystems (look how on Handbook for the filesystem you are using), and then:

make -C /usr/ports/x11/nvidia-driver deinstall install clean

That should solve. :D

[EDIT]

If you are using ZFS, assuming the pool is named zroot:

zfs readonly=off zroot && zfs mount -a
 
Back
Top