Quite rough prediction.
Are you loading display drivers affecting not only X11/Wayland but also console (graphics/drm-*-kmod, x11/nvidia-driver, graphics/nvidia-drm-*-drm) in /boot/loader.conf?
If so, unless you upgraded (locally build from ports or on-test pkg repo for 14.2) them BEFORE rebooting after upgrading base to 14.2, the situation you've encountered easily (almost surely) happen.
In this case, the only choices are:
- Boot from installation media (memstick, CD-ROM, DVD,...), drop to live CD mode, mount the root partition on /mnt or somewhere else, remove the display driver(s) from (if you mounted at /mnt) /mnt/boot/loader.conf, then add the display driver(s) to kld_list variable in /mnt/etc/rc.conf[.local].
- Detach the drive from laptop and attach it to another computer and fix like above.
But I basically don't recomment the latter, as it could affect the order of drives to be recognized and possibly causing boot error.
Especially, if both of your installations are Root-on-ZFS and the names of pools are the same, don't attempt to go into the latter. It surely causes problems/confusions.
If your installation is Root-on-ZFS, you can import the pool from the installation media with
zpool import -R /mnt -f your-pool-name
if you want it to be imported under /mnt.