F5F Stay Refreshed Software Operating Systems 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`.

You can launch the GNOME service for Arch Linux by running the command `sudo systemctl start gnome-server`.

Pages (2): Previous 1 2
K
KerchCraft
Junior Member
6
08-07-2023, 02:51 AM
#11
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.
K
KerchCraft
08-07-2023, 02:51 AM #11

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.

R
RepoRizer
Posting Freak
872
08-09-2023, 02:42 AM
#12
It seems you didn’t create a grub configuration or install the kernel. Please boot your installation media again using fdisk -l, mount /dev/devicepartition, then proceed with pacman commands to set up grub.
R
RepoRizer
08-09-2023, 02:42 AM #12

It seems you didn’t create a grub configuration or install the kernel. Please boot your installation media again using fdisk -l, mount /dev/devicepartition, then proceed with pacman commands to set up grub.

U
UnstableTNT
Member
76
08-09-2023, 04:26 AM
#13
Thanks for your prompt reply! I'm planning to try it out soon.
U
UnstableTNT
08-09-2023, 04:26 AM #13

Thanks for your prompt reply! I'm planning to try it out soon.

X
xRexztorio
Junior Member
14
08-11-2023, 05:14 AM
#14
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
X
xRexztorio
08-11-2023, 05:14 AM #14

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

X
xAPPLExPIEx
Senior Member
657
08-11-2023, 06:29 AM
#15
Thanks in advance! I'm finally able to boot into Arch! Appreciate your time and guidance!
X
xAPPLExPIEx
08-11-2023, 06:29 AM #15

Thanks in advance! I'm finally able to boot into Arch! Appreciate your time and guidance!

Pages (2): Previous 1 2