You are not logged in.

#1 2020-08-23 09:16:46

LoveLace
Member
Registered: 2020-08-23
Posts: 12

Post Installation Issue

I successfully installed arch linux. by maintaining 10times Fail attempt. I installed Gnome Desktop Environment.
After Rebooted the login screen appears normally. But after login there are no icons and settings. And Ethernet Doesn't  work  although  i use the code

 systemctl enable dhcpcd.service 

Please Help i tried so much and search these things everywhere but got no success. I am now very frustrated with my failure
Help Please

Last edited by LoveLace (2020-08-23 09:17:33)

Offline

#2 2020-08-23 09:19:50

LoveLace
Member
Registered: 2020-08-23
Posts: 12

Re: Post Installation Issue

I am New To arch linux. Before that i have used KDE neon , Ubuntu 18.04 lts  , linux lite ,Peppermint 8 respin.

Offline

#3 2020-08-23 09:37:40

E3LDDfrK
Member
Registered: 2019-10-24
Posts: 73

Re: Post Installation Issue

I think the easiest solution would be to set up systemd-networkd and systemd-resolved. Since they are available by default. You don't need to install more packages considering you don't have internet access.

Offline

#4 2020-08-23 10:28:49

LoveLace
Member
Registered: 2020-08-23
Posts: 12

Re: Post Installation Issue

E3LDDfrK wrote:

I think the easiest solution would be to set up systemd-networkd and systemd-resolved. Since they are available by default. You don't need to install more packages considering you don't have internet access.

I will try but what about my bluescreen issue.
I have tried a lot but got no solution.

Edit(1): sorry for the mistakes.

Last edited by LoveLace (2020-08-23 11:07:36)

Offline

#5 2020-08-23 10:46:10

E3LDDfrK
Member
Registered: 2019-10-24
Posts: 73

Re: Post Installation Issue

Oops, sorry. I missed that. 
How did you set up gnome? Perhaps you just missed some steps. 

And why did you capitalize all of the words in the first sentence? And a period/full stop in the middle of the second sentence?

Offline

#6 2020-08-23 10:52:40

LoveLace
Member
Registered: 2020-08-23
Posts: 12

Re: Post Installation Issue

E3LDDfrK wrote:

Oops, sorry. I missed that. 
How did you set up gnome? Perhaps you just missed some steps. 

And why did you capitalize all of the words in the first sentence? And a period/full stop in the middle of the second sentence?

At installation Time.after setup grub boot loader. I wrote these codes

 pacman -S gnome
 pacman -S gdm
 systemctl enable gdm.service
 systemctl start gdm.service

But there are only one reply i got " start " can't  be run at chroot mode.

When i exit the chroot mode and wrote the last two lines it says"  unit gdm.service not found "

Offline

#7 2020-08-23 11:05:26

E3LDDfrK
Member
Registered: 2019-10-24
Posts: 73

Re: Post Installation Issue

Ok, so just clarify. 

The login manager GDM behaves normally, but when you login with GDM, the "no icons and settings" situation happens. Is that right? Well, at least I guess you successfully enable GDM in that case.

I don't know much about setting up gnome with GDM. But If I were you, I'd try to disable GDM for now, and just try to get gnome to start manually: https://wiki.archlinux.org/index.php/GNOME#Manually

Btw why did you capitalize "Time"? And why did you add a period/full stop (.) after "Time"? Why didn't you capitalize the "i"s?

Offline

#8 2020-08-23 11:08:21

StJimmy
Member
From: Rheinland
Registered: 2020-02-26
Posts: 72

Re: Post Installation Issue

Firstly, the (desperate) pleas for help are usually not well received. While we understand it is frustrating if things don't work out the way you like, it is not helping your situation.

Secondly: How are you installing Arch?


Nanos gigantum humeris insidentes.

Offline

#9 2020-08-23 11:11:54

LoveLace
Member
Registered: 2020-08-23
Posts: 12

Re: Post Installation Issue

E3LDDfrK wrote:

Ok, so just clarify. 

The login manager GDM behaves normally, but when you login with GDM, the "no icons and settings" situation happens. Is that right? Well, at least I guess you successfully enable GDM in that case.

I don't know much about setting up gnome with GDM. But If I were you, I'd try to disable GDM for now, and just try to get gnome to start manually: https://wiki.archlinux.org/index.php/GNOME#Manually

Btw why did you capitalize "Time"? And why did you add a period/full stop (.) after "Time"? Why didn't you capitalize the "i"s?

Thanks for your clarification. And thankyou very much for your effort. Plese don't take my mistakes  seriously because i am very bad in english.
But i have a doubt -" without gdm how gnome will start."

Offline

#10 2020-08-23 11:15:48

Zod
Member
From: Hoosiertucky
Registered: 2019-03-10
Posts: 636

Re: Post Installation Issue

https://wiki.archlinux.org/index.php/GNOME

I hear this place has a fine wiki.

Offline

#11 2020-08-23 11:17:55

E3LDDfrK
Member
Registered: 2019-10-24
Posts: 73

Re: Post Installation Issue

Just try it. It's unnecessary to use a login/display manager. 
If you have difficulties communicating your problem, perhaps just take a picture or screenshot. 

Why didn't you capitalize the "i"s?

Offline

#12 2020-08-23 11:22:24

LoveLace
Member
Registered: 2020-08-23
Posts: 12

Re: Post Installation Issue

StJimmy wrote:

Firstly, the (desperate) pleas for help are usually not well received. While we understand it is frustrating if things don't work out the way you like, it is not helping your situation.

Secondly: How are you installing Arch?

I use the USB method to install the arch. First I partitioned the disk with

 cfdisk 

Make 4 partition as EFI system, Root , Swap, Home.
=>  Choose root partion to install bse
Install the base by

 pacstrap /mnt  base linux linux-firmware 

Go further for setting timezone.
Update Fstab.
Move into root

 arch-chroot /mnt 

Install the GRUB boot loader. And also installing gnome,gdm,xorg.

I have mentioned my installation
way shortly

Offline

#13 2020-08-23 12:25:49

StJimmy
Member
From: Rheinland
Registered: 2020-02-26
Posts: 72

Re: Post Installation Issue

I was more fishing at whether you were using some (most likely outdated, and most definitely unsupported) YouTube video, or the proper (and only supported) way according to the Official(TM) Installation Guide.

It is expected behavior that (some) services are not started when you're in a chroot, especially in the case of a display manager. The installation guide also more or less suggests you restart your system after installing the base system and bootloader (and, if applicable, enabling relevant services).

Last edited by StJimmy (2020-08-23 12:26:12)


Nanos gigantum humeris insidentes.

Offline

#14 2020-08-23 12:30:02

LoveLace
Member
Registered: 2020-08-23
Posts: 12

Re: Post Installation Issue

StJimmy wrote:

I was more fishing at whether you were using some (most likely outdated, and most definitely unsupported) YouTube video, or the proper (and only supported) way according to the Official(TM) Installation Guide.

It is expected behavior that (some) services are not started when you're in a chroot, especially in the case of a display manager. The installation guide also more or less suggests you restart your system after installing the base system and bootloader (and, if applicable, enabling relevant services).

Thanks for your support. I will try to install arch linux once again.my bad luck sad

Offline

Board footer

Powered by FluxBB