[arch-general] Yikes! kernel26-2.6.32-1-x86_64 leaves Toshiba laptop unbootable
Guys, I had a fairly rude surprise when I pulled the testing updates tonight. The install of kernel26-2.6.32-1-x86_64 left my toshiba 205d laptop unbootable. The boot process would start as usual but then get to a point just after it had started X and lock. There was no way to ctrl+f1 to break out of X and the only solution was to reboot. I booted to the install cd, and chrooted everything in /mnt/arch and downgraded the kernel to kernel26-2.6.31.6-1 (along with madwifi) and now everything is back to normal. I have looked throught the logs, but I don't know where the useful information would be captured. I think the failed boot sequences (I tried twice) are shown in these snippets: kernel.log: Dec 6 20:55:46 alchemy kernel: Unpin not necessary for ffff88011dd6fe00 ! Dec 6 20:55:46 alchemy kernel: i2c-adapter i2c-1: unable to read EDID block. Dec 6 20:55:46 alchemy kernel: radeon 0000:01:05.0: LVDS-1: no EDID data Dec 6 20:55:46 alchemy kernel: i2c-adapter i2c-1: unable to read EDID block. Dec 6 20:55:46 alchemy kernel: radeon 0000:01:05.0: LVDS-1: no EDID data Dec 6 20:55:54 alchemy kernel: Unpin not necessary for ffff8800ba072800 ! Dec 6 20:55:56 alchemy kernel: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready Dec 6 20:55:56 alchemy kernel: wlan0: deauthenticating by local choice (reason=3) Dec 6 20:55:56 alchemy kernel: wlan0: deauthenticating by local choice (reason=3) I don't even know if the failed boot attempts made it to the point that logging was turned on. Anyway, you guys let me know what you want to see or what you want me to test and I'll get it for you FAST. I can't have my Arch install down. I can live without suse, but not Arch ;-) -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
Did you know you can append "3" to the kernel line in the boot menu of GRUB in order to boot in init 3? This would avoid loading X and could be useful for you. I have no idea what could be causing your problem, however. Sébastien Leblanc
On Sunday 06 December 2009 22:30:29 and regarding:
Did you know you can append "3" to the kernel line in the boot menu of GRUB in order to boot in init 3? This would avoid loading X and could be useful for you.
I have no idea what could be causing your problem, however.
Sébastien Leblanc
Yes, I know, but for some reason I think I had tried that several times in March when I first loaded arch and it didn't work so I just went to the fallback mount/bind/chroot method (I have the cd's in my end table). If I had to actually go get the cd, I probably would have tried it again :p -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
On Sunday 06 December 2009 22:23:32 and regarding:
I had a fairly rude surprise when I pulled the testing updates tonight. The install of kernel26-2.6.32-1-x86_64 left my toshiba 205d laptop unbootable. The boot process would start as usual but then get to a point just after it had started X and lock. There was no way to ctrl+f1 to break out of X and the only solution was to reboot.
Thomas, Gabriel: Thank you for the solution in the thread "[arch-general] Kernel 2.6.32 and Radeon KMS". I too was bitten by the bug. The damning part of this bug is that for users with MODULES="radeon" configured in /etc/mkinitcpio.conf, the bug hits just as the radeon kernel module is loaded by the initramfs 'which clears the screen' leaving you staring at a blank locked computer. Not much info to debug since no logging has been activated at the time. To fix the problem, as specified in the thread, just restore etc/mkinitcpio.conf to its original state by removing/commenting out the MODULES="radeon" line: # MODULES # The following modules are loaded before any boot hooks are # run. Advanced users may wish to specify all system modules # in this array. For instance: # MODULES="piix ide_disk reiserfs" #MODULES="radeon" MODULES="" and then add radeon to the modules line in /etc/rc.conf: MODULES=(radeon ath5k vboxdrv !pcspkr) Then upgrade the kernel and all will be good. Thanks again for you guys help! -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com
participants (2)
-
David C. Rankin
-
Sébastien Leblanc