You are not logged in.

#1 2015-10-21 17:26:39

whataboutaliens
Member
Registered: 2015-10-21
Posts: 2

[SOLVED]Boot stops at Reached target Network.1 Interface and Graphic..

Newbie here. I've been using this arch install for about a month now with no problems until today.
Whenever booting it stops at "[   OK   ] Reached target Network.1 Interface" so I unplugged the ethernet cable to test and rebooted but then it just stops at "[   OK   ] Reached target Graphics Interface....." Then sometimes on boot with the ethernet plugged in it stops at  "[   OK   ] Reached target Graphics Interface....." with nothing about the network interface.
Other posts have suggested a problem with Nvidia so I reinstalled that, but that doesn't seem to affect anything. I've tried nvidia-xconfig and pacman -Syu,  I am using GDM/GNOME. I am not sure what to try next. Any help at all would be greatly appreciated.
Thanks!

EDIT:
The solution was to uncomment the WaylandEnable=false line in /etc/gdm/custom.conf
Works flawlessly now. Wow this forum is so helpful. Thanks guys!

Last edited by whataboutaliens (2015-10-21 18:19:22)

Offline

#2 2015-10-21 17:28:25

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,804

Re: [SOLVED]Boot stops at Reached target Network.1 Interface and Graphic..

Welcome to Arch Linux.

What happens at that point if you type Ctrl-Alt-F2 ?
Can you ssh into the box from another machine (with the network cable attached)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2015-10-21 17:35:38

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: [SOLVED]Boot stops at Reached target Network.1 Interface and Graphic..

Could you simplify your boot and disable gdm to see if you can boot into just console?

Offline

#4 2015-10-21 17:53:14

riggt
Member
Registered: 2015-10-20
Posts: 21

Re: [SOLVED]Boot stops at Reached target Network.1 Interface and Graphic..

This sounds like the problem I was having that I outlined in this post. Try editing your

/etc/gdm/custom.conf

so that it appears as follows:

# GDM configuration storage

[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false

[security]

[xdmcp]

[greeter]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
#Enable=true

- riggt

Avatar sourced from XKCD under creative commons licensing.

Offline

#5 2015-10-21 18:15:44

whataboutaliens
Member
Registered: 2015-10-21
Posts: 2

Re: [SOLVED]Boot stops at Reached target Network.1 Interface and Graphic..

riggt wrote:

This sounds like the problem I was having that I outlined in this post. Try editing your

/etc/gdm/custom.conf

so that it appears as follows:

# GDM configuration storage

[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false

[security]

[xdmcp]

[greeter]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
#Enable=true

That did the trick! Thanks man you're a life saver.

Offline

Board footer

Powered by FluxBB