You are not logged in.
Hello all, sorry to bug you with a probably noobish question but I am stuck and can't see what the problem is. I had been using Slackware on this machine for a while before finally deciding to switch over to Arch like I had on my other computers. I successfully did an FTP installation and got to grub. After selecting to boot Arch though, it starts to load, gets to ACPI followed by UDEV (sorry for not saying specific output in my boot process but I only see it on the screen for a split second) and then, black. My screen goes blank and my monitor tells me its going to sleep like it does when it gets zero input. This confuses me as I don't have this problem booting into the live/install cd (2009.02 if it helps to know) or into windows (its a beast I need to live with for my steam games), its just that one point in boot that I stop seeing anything. I think it might be an issue with my graphics card, which is an ATI Radeon X1300. Help would be greatly appreciated.
Thank you all in advance
Last edited by archangel333 (2009-10-12 15:37:06)
Offline
Second that
I've been using arch on my old thinkpad R40 for a while now. I hadn't updated for a while until yesterday, when it pulled lots of updates, among them kernel 2.6.31 (updated from 2.6.30). After reboot, I got the exact same problem as described above. I suspect it having something to do with the kernel update, although I'm not sure if the xorg packages got updated as well.
this seems to be the same problem as here http://bbs.archlinux.org/viewtopic.php?id=82051
My thinkpad also has radeon graphics card: radeon mobility <something>, it's the r200 chip. The presence of ATI radeon seems to be common to all cases of this failure.
Greetings
Indriði
ps. This might belong to "kernel and hardware issues"
Offline
ok, seems it's the automatic kernel mode setting (KMS) that causes this see:
http://wiki.archlinux.org/index.php/ATI … _.28KMS.29
to get the system to boot, go into the grub menu, edit the boot option (i.e. press 'e') then edit the line that looks like
kernel /vmlinuz26 root=...
and add
radeon.modeset=0
at the end of it. Then your system should start fine. Now add this to the corresponding line in /boot/grub/menu.lst
greetings
Indriði
Offline
Although 'radeon.modeset=0' stops a similar screen blanking issue on my older (Compaq EVO N610c) ati based laptop I get
kernel: Unknown boot option `radeon.modeset=0': ignoring
and still get locked up when udev is loading.
lspci says:
lspci |grep -i vga
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
acpi=off
allows me to boot. This is definitely related to 2.6.31 in my case, going back to 2.6.30 I have no problem booting.
Sorry if this is the wrong thread to post this, hope this info helps someone.
Offline
ok, seems it's the automatic kernel mode setting (KMS) that causes this see:
http://wiki.archlinux.org/index.php/ATI … _.28KMS.29to get the system to boot, go into the grub menu, edit the boot option (i.e. press 'e') then edit the line that looks like
kernel /vmlinuz26 root=...
and add
radeon.modeset=0
at the end of it. Then your system should start fine. Now add this to the corresponding line in /boot/grub/menu.lstgreetings
Indrid-i
Hoo-rah! This worked for me, I'm typing this from my Arch install. Many thanks indridi!
Offline
@jspicoli type nomodeset behind kernel /vmlinuz26 root=...
this should help!
Offline
Thanks for the suggestion Lothium, but that doesn't work. I tried it after reading the ATI page linked above but neglected to mention it, sorry I should have. I suppose it's entirely possible I had the line in menu.lst wrong but the only way I can get my system to boot is by having 'acpi=off' at the end of my kernel line. I'll keep looking around as I have time, if I find anything out I'll update the thread.
Thanks!
Offline
I recompiled the kernel with this patch and now can boot with out acpi=off:
Offline
I have experienced exactly the same problem with my HP Compaq 615 notebook
KMS si not the source of problem,also radeon.modeset=0 at Grub kernel line doesn't solve anything
The only way to boot is to append acpi=off paramter
Problem is caused by pcmcia and pcmcia_core acpi modules(strange indeed that they are loaded,becouse my laptop has a express not pcmcia slot )
Boot with acpi=off and add these modules in rc.conf with ! to disable them from loading with system,boot again normally and everything will work fine now with acpi enabled
I also notice that people with similar hardware like my netbook(AMD chipset)have same problems
I hope that this helps and sorry for crappy english
P.S. Problem is linked with new 2.6.3x kernels,it's not distro releated(same thing is happening on OpenSUSE 11.2 and last version of Ubuntu)and its upstream-on older kernels up to 2.6.29 everything works fine
Everything I build I destroy
Everything I love always hurts
Everything I hate I'd rather love
Everything I am is everything I'm not
Offline
Oh man, thx a lot for this.
It seems to work on my HP Compaq 615 too.
Now i can go sleep very well.
Offline
I also got to thank you man! I thought my 615 would be trash, but now I can do it! Thank you.
Offline
@jspicoli type nomodeset behind kernel /vmlinuz26 root=...
this should help!
That helped me. Thanks a lot!
Offline
I have experienced exactly the same problem with my HP Compaq 615 notebook
KMS si not the source of problem,also radeon.modeset=0 at Grub kernel line doesn't solve anything
The only way to boot is to append acpi=off paramter
Problem is caused by pcmcia and pcmcia_core acpi modules(strange indeed that they are loaded,becouse my laptop has a express not pcmcia slot )
Boot with acpi=off and add these modules in rc.conf with ! to disable them from loading with system,boot again normally and everything will work fine now with acpi enabled
I also notice that people with similar hardware like my netbook(AMD chipset)have same problems
I hope that this helps and sorry for crappy englishP.S. Problem is linked with new 2.6.3x kernels,it's not distro releated(same thing is happening on OpenSUSE 11.2 and last version of Ubuntu)and its upstream-on older kernels up to 2.6.29 everything works fine
I recently updated my laptop (which has an Intel x3100 chipset) and had this problem, setting acpi=off allows me to boot. Unfortunately, I use acpid so hopefully it gets fixed sooner or later.
Offline