I just upgraded GhostBSD from 14.3p0 to 14.3p2 and after a reboot lightdm starts but the mouse and keyboard don't work anymore and the blinking cursor in the password textbox stopped blinking after about a minute.
I had to boot into single user mode and type zfs readonly=off zroot/ROOT/default
to edit the config files.
I looked at the other recent suggestions and commented out vfs.zfs.arc_max="512M"
in /boot/loader.conf and did a pkg upgrade -fy
after commenting out lightdm_enable="YES"
in /etc/rc.conf
Right now I can boot in multiuser mode to the console, but the problem persists when starting lightdm manually. I need to unplug my machine to reboot it because lightdm disables the keyboard.
Currently, I am using a backup BE, 25.01-R14.2p1, which appears to work with lightdm. Any suggestions?
It's probably worth noting that I used Update Station to perform the initial upgrade and created a backup BE. The upgraded BE failed with lightdm, but the backup BE R14.3p0 still worked. Then I upgraded the default BE, R14.3p2, with pkg upgrade -fy
and now the backup BE, R14.3p0, fails at lightdm. So now I'm using R14.2p1, which still works. This makes me think it has something to do with the kernel, although I'm not sure because I've never worked with different BE before [pkg upgrade -fy
may have changed the lightdm version across all BEs of the 14.3 kernel, but not the 14.2 kernel].