Good afternoon all:
I didn’t experience this problem in 12.2, but with 13.0 I can’t get FreeBSD to boot up after I install NVIDIA drivers. The boot process freezes at the frame buffer. See attached image for error message. It's an Nvidia 1080 Ti on a custom-built machine. No other OS gives me any errors like this. Additionally, I can't even get into single user mode to edit the file to remove it. So basically, the system is DOA until I reinstall. Any idea how I can get past this?
Here’s how I install NVIDIA drivers:
I didn’t experience this problem in 12.2, but with 13.0 I can’t get FreeBSD to boot up after I install NVIDIA drivers. The boot process freezes at the frame buffer. See attached image for error message. It's an Nvidia 1080 Ti on a custom-built machine. No other OS gives me any errors like this. Additionally, I can't even get into single user mode to edit the file to remove it. So basically, the system is DOA until I reinstall. Any idea how I can get past this?
Here’s how I install NVIDIA drivers:
- Install Nvidia.
- ‘pkg install nvidia-driver’
- ‘pkg install nvidia-xconfig nvidia-settings’
- Edit /etc/rc.conf (sudo vi /etc/rc.conf)
- Add a line, ‘kld_list="nvidia-modeset nvidia”’
- Edit /boot/loader.conf (even if it’s not there yet) (sudo vi /boot/loader.conf)
- 'nvidia_load="YES"'
- 'nvidia-modeset_load="YES"'
- ‘sudo nvidia-xconfig’
- Reboot