Installed the new ISO, everything went well, chose LightDM install and some extra DEs. When I rebooted, brought to a plain terminal prompt to login. LightDM would start after login if I issued the command ‘systemctl start lightdm.service’ .
After some digging around, I found that the default target for boot was ‘multi-user.target’ which by passes a graphical login. Once I changed the target, now it boots into LightDM greeter! (command used: # systemctl set-default graphical.target )
This was NOT an issue on previous releases, just curious if this was a bug or intentional.
Cheers!