Apr 25 2022
LUBUNTU LXQT
fast CHEAT SHEET aka:watch: https://www.youtube.com/watch?v=Lrkc5sB9OEY
download:
https://ubuntu.com/download/raspberry-pi
optional desktop:
ubuntu-22.04-preinstalled-desktop-arm64+raspi.img.xz 2GB
we use
server:
ubuntu-22.04-preinstalled-server-arm64+raspi.img.xz 1GB ( 4GB img )
burn with etcher / or rpi imager
//_____________________________ optional over clocking ( if good cooling )
sd card out in
systemboot:config.txt
add at [RPI4]
over_voltage=6
arm_freq=2000
//_____________________________
login:
ubuntu ubuntu
( change password )
sudo apt-get update
sudo apt install lubuntu-desktop
zdm3 [ENTER] not come to this??
sudo reboot
run into a blocked screen ( no mouse / keyboard reaction )

enable SSH login as root
nano /etc/ssh/sshd_config
add line
PermitRootLogin yes
but this worked, so still can login remotely..

make a new setup as i expect its a version conflict, look for a older one:
burn ubuntu server 20.4.4 instead 22.4 (still avail from the imager OS selection menu )
( and this time no monkey business like overclock or remote ssh )
-1- well the imager settings ( like login user and password change did work / only i got confused )
-2- but could not run any update & install..
end of story!
need to wait probably for a lubuntu-desktop 22.04 in pkg?