https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295528
--- Comment #5 from jimm popkow <[email protected]> --- Sorry for the false alarm/silly bug report, but I managed to fix it myself. The whole issue was caused by a mismatch in the gpu-firmware-amd-kmod-carrizo version between 15.0 and 15.1 (there was a slight difference in the version numbers). My steps to resolve this were as follows: 1.Run the standard upgrade commands: freebsd-update upgrade -r 15.1-RC1 freebsd-update install 2.Before rebooting, I temporarily commented out the graphics loading in /etc/rc.conf: #kld_list="amdgpu" 3. Rebooted into the standard multi-user text/root console. 4.Completely removed drm-kmod and installed it fresh, which also updated the gpu-firmware-amd-kmod-carrizo package to the correct version. 5.Enabled amdgpu back in /etc/rc.conf. 6.Rebooted again. After that, everything booted up perfectly! -- You are receiving this mail because: You are the assignee for the bug.
