You can launch the GNOME service for Arch Linux by running the command `sudo systemctl start gnome-server`.
You can launch the GNOME service for Arch Linux by running the command `sudo systemctl start gnome-server`.
I completed the setup using the provided guides. After the installation finished, I turned on NetworkManager and GNOME. When I restarted, I was shown a message asking what to do next. This indicates the installation was successful.
Thanks for your prompt reply! I'm planning to try it out soon.
Also neither tutorial highlights setting up a user account. Remember to create one unless you intend to remain root. You can manage this inside the chroot environment. Run useradd -mg users -G wheel,storage,power -s /bin/bash your_new_user, then set the password with passwd. If you need sudo access to files like /etc/sudoers, uncomment the relevant line: %wheel ALL=(ALL) ALL ctrl + x y ENTER
Thanks in advance! I'm finally able to boot into Arch! Appreciate your time and guidance!