Hi everyone,
I'm running 13.0-RELEASE. I wanted to upgrade the 3rd-party packages without upgrading the base system. I did
# pkg update -f
# pkg upgrade -f
After this was done and I rebooted, the system hangs with this error message:
loading required module 'kernel'
module 'kernel' exists but with wrong version
Following the clues in this thread: https://forums.freebsd.org/threads/another-13-1-release-failure-to-boot.85582/, it seemed that the problem was with my nvidia driver. At the boot prompt I did
OK unload
OK boot /boot/kernel
Now the system booted, so in /boot/loader.conf I commented out nvidia-load="YES". The system is now booting, but there's no graphical environment. Can anyone advise how to proceed?
I'm running 13.0-RELEASE. I wanted to upgrade the 3rd-party packages without upgrading the base system. I did
# pkg update -f
# pkg upgrade -f
After this was done and I rebooted, the system hangs with this error message:
loading required module 'kernel'
module 'kernel' exists but with wrong version
Following the clues in this thread: https://forums.freebsd.org/threads/another-13-1-release-failure-to-boot.85582/, it seemed that the problem was with my nvidia driver. At the boot prompt I did
OK unload
OK boot /boot/kernel
Now the system booted, so in /boot/loader.conf I commented out nvidia-load="YES". The system is now booting, but there's no graphical environment. Can anyone advise how to proceed?