You are not logged in.

#1 2013-03-10 10:03:51

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Arch hangs

Hey gang, just installed Arch for the first time, got all my apps installed, rebooted, and am met with this error:

microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin missing

All I get is a black screen with that error at the top. Arch doesn't load.

Looks like a firmware error? What should I do?

Thanks.

Last edited by dontbugme (2013-03-10 11:10:58)

Offline

#2 2013-03-10 10:21:22

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: Arch hangs

Try this package, see if it helps.


'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard

Offline

#3 2013-03-10 10:37:42

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

Thanks. I chrooted from the live cd, and installed that, and no longer have that problem. Still hangs though!

Now it's a black screen, with the words "/dev/sda3: clean, 138264/21913600 files, 2520446/87635712 blocks"

Offline

#4 2013-03-10 11:12:46

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

I'm running 64-bit on a HP Pavilion G6, with a AMD A6-4400 APU Radeon chip.

Offline

#5 2013-03-10 12:26:12

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: Arch hangs

I don't get what's up with all the people recommending installing microcode updates to fix unrelated problems.

If you are able to get to fsck, it's probably some driver loaded by udev crashing the kernel.

Check if it will still hang if you go to /usr/lib/modules/<your-kernel-version>/kernel/drivers/gpu/drm/radeon/ and rename radeon.ko.gz to radeon.ko.gz.dont.load.me.please.

Offline

#6 2013-03-10 13:04:50

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

Hi, I added ".plz" to the end, and also tried adding it to the flgrx module. Same result, still hangs.

Offline

#7 2013-03-10 13:32:58

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: Arch hangs

Well, so it's not GPU. BTW, do you have any other proprietary drivers?

What about renaming whole /usr/lib/modules/<version>/ directory? At least we will know if it's a broken module or something else.

Last edited by mich41 (2013-03-10 13:34:46)

Offline

#8 2013-03-10 14:04:04

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

No, I don't think there are any other proprietary drivers.

I'll give your latest suggestion a shot.

Offline

#9 2013-03-10 14:48:00

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

Still hangs.

Offline

#10 2013-03-10 15:28:40

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

Re: Arch hangs

Are the keyboard lights flashing, by chance? (If so, the kernel panicked)
Can you ping the box from another computer? (If so, the kernel is running and you have an IP address)
What happens is you press Ctrl-Alt-2 on the keyboard? (You should get a console)
If you can ping the box, can you ssh into it?


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

Online

#11 2013-03-10 16:05:24

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

I have a console when I hit ctl-alt-f2. When I enter "startx", it says "no screens found".

Last edited by dontbugme (2013-03-10 16:06:09)

Offline

#12 2013-03-10 16:11:34

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: Arch hangs

So it seems that you were just surprised by systemd not spawning getty on tty1 smile

Did you restore the drivers before trying startx?

Offline

#13 2013-03-10 16:13:21

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

smile Yes.

Offline

#14 2013-03-10 16:18:36

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: Arch hangs

Then check the usual, /var/log/Xorg.0.log and journal for any errors.


'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard

Offline

#15 2013-03-10 16:20:17

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

Possibly related console error:
gconf-warning **:client failed to connect to the d-bus daemon:
Unable to launch a dbus-daemon without a $DISPLAY for X11

Last edited by dontbugme (2013-03-10 16:22:05)

Offline

#16 2013-03-10 16:20:49

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

Re: Arch hangs

Are you running a login manager? (kdm. gdm, slim ?)

Maybe you could pastebin your /var/log/Xorg.0.log and provide us a link?  (Or post it here, but be sure to BBCode code tags)


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

Online

#17 2013-03-10 16:23:08

mich41
Member
Registered: 2012-06-22
Posts: 796

Re: Arch hangs

Maybe start with running just X. It should start a blank X server, maybe with mouse cursor (not sure). If it fails, look for (WW) or (EE) in /var/log/Xorg.0.log.

Offline

#18 2013-03-10 16:24:51

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

K, I'll reboot with a live cd and pastebin that file for you.

Offline

#19 2013-03-10 16:26:27

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

It says "EE".

Offline

#20 2013-03-10 16:36:28

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

Here's the content of Xorg.0:

http://pastebin.com/nGScjiYi

Offline

#21 2013-03-10 16:53:48

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

Re: Arch hangs

I have no idea which xf86-video driver you need, but it might be extra/xf86-video-ati.  Which drivers have you installed? ( pacman -Qs xf86-video  )


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

Online

#22 2013-03-10 17:04:55

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

I installed catalyst-dkms, but the command above comes up blank.

Offline

#23 2013-03-10 17:26:41

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

I just now tried installing xf86-video-ati but it says it conflicts with mesa-libgl and catalyst-utils, and asks if I want to remove catalyst-utils.

Offline

#24 2013-03-10 17:35:51

kaszak696
Member
Registered: 2009-05-26
Posts: 543

Re: Arch hangs

aticonfig --initial

Read the wiki thoroughly.
Make sure dkms built the module properly.

Last edited by kaszak696 (2013-03-10 17:38:45)


'What can be asserted without evidence can also be dismissed without evidence.' - Christopher Hitchens
'There's no such thing as addiction, there's only things that you enjoy doing more than life.' - Doug Stanhope
GitHub Junkyard

Offline

#25 2013-03-10 17:44:31

dontbugme
Banned
Registered: 2011-11-04
Posts: 166
Website

Re: Arch hangs

Thank you, sir. That did it. I don't know how I missed it!

And props to everybody else in this thread who helped. Arch Linux is upand running, this is exciting!

Offline

Board footer

Powered by FluxBB