Hi folks,
I upgraded but it says Nvidia module is not loaded...
I can revert to 14.2 but what should I do to upgrade to 14.3 and avoid issues?
It something related with these links:
Thanks...
I upgraded but it says Nvidia module is not loaded...

I can revert to 14.2 but what should I do to upgrade to 14.3 and avoid issues?
It something related with these links:
Regarding the mailinglists messages with respect to the 'kmods' repository: in absence of clear information to the contrary, for -RELEASE versions, the use of
${VERSION_MINOR}
still seems the most robust way of declaring the use of the 'kmods' repository:-
url: pkg+https://pkg.freebsd.org/${ABI}/kmods_latest_${VERSION_MINOR},
for the latest package repositories -
url: pkg+https://pkg.freebsd.org/${ABI}/kmods_quarterly_${VERSION_MINOR},
for the quarterly...
Installed on an old bare metal machine with nividia-card.
No problem so far.
Used: https://github.com/Emrion/bin-upgrade
Advices:
- Create a Boot environment as point of return (yes, I know
- Disable loading of drivers like drm-xxx-kmod; in fact, all third-party drivers.
- Disable the automatic starting of all means that launch xorg or wayland (sddm, slim...).
- Upgrade kernel, reboot, upgrade userland.
- pkg upgrade the drivers or compile them.
- Re-enable all automatic loadings.
- Update your bootcodes / loaders...
No problem so far.
Used: https://github.com/Emrion/bin-upgrade
Advices:
- Create a Boot environment as point of return (yes, I know
freebsd-update
create two BE by default, but I disabled that).- Disable loading of drivers like drm-xxx-kmod; in fact, all third-party drivers.
- Disable the automatic starting of all means that launch xorg or wayland (sddm, slim...).
- Upgrade kernel, reboot, upgrade userland.
- pkg upgrade the drivers or compile them.
- Re-enable all automatic loadings.
- Update your bootcodes / loaders...
Thanks...