Hey,
I'm installing Arch Linux Arm for the first time on my Raspberry Pi through the NOOBS SD Card. Upon boot i get into the login and password which are "root". I used the commands:
wifi-menu wlan0 ( connecting to my wifi)
pacman -Syy
pacman -Syu
pacman -S cinnamon xorg xorg-xinit
nano ~\.xinitrc : "exec cinnamon-session"
startx
It just wouldn't start.
Also i tried installing both LXDE and SLIM by adding the commands:
pacman -S lxde (slim)
systemctl enable lxde(slim).service
But still it doesn't work.
So my question is how can I install an DE and boot it on my Raspberry Pi running Arch Linux Arm?
I would like please a detailed guide on how to do this.
Thanks in advance.