Still doesn’t work. It did come closer to working after this, as it now attempts to bring up gdm. The top panel now appears but it never finishes the login area.
I wrote the Original Post when I was in a hurry. Mistake. Further details:
I am trying to install Gnome on a Raspberry Pi 4b on a 32 Bit OS.
If I install Gnome on the same RPi 4b with the 64 Bit OS, it works.
I have not figured out why. The package list should be the same for both the 32 Bit and 64 Bit versions. Go figure.
Thank you for the suggestions. I am hoping to have some time to work on this later today.
The Raspberry Pi 4b can run on either a 32 Bit OS or a 64 Bit OS. If I install using the 64 Bit OS this problem does not exist. If I install using the 32 Bit OS, it will not boot into GDM.
The aarch64 linux-raspberrypi4 is the 64 Bit kernel
The armv7h linux-raspberrypi4 is the 32 Bit kernel
Both kernels are version 5.10.48-1
I know nothing about compiling a kernel. I am wondering if the 64 Bit kernel is compiled with a flag or module that is missing when the 32 Bit kernel is compiled?
Looking at the PKGBUILD, everything is the same for both 32 Bit and 64 Bit EXCEPT the PKGBUILD uses “config” for the 32 bit, and “config8” for the 64 bit. There are differences between the two which is to be expected. Otherwise they wouldn’t use two different files.
Unfortunately I am not knowledgeable enough to decipher what is going on.