Results 1 to 7 of 7
Computer crash after update kernel 2.6.34.6-47.fc13.i686
The keyboard leds are not responding after the crash.
My laptop is an Acer Extensa 5235 with 3Gb ram.
I tried to slow down ...
- 09-07-2010 #1Just Joined!
- Join Date
- Sep 2010
- Location
- Netherlands
- Posts
- 4
Fedora 13 kernel 2.6.34.6-47 crash
Computer crash after update kernel 2.6.34.6-47.fc13.i686
The keyboard leds are not responding after the crash.
My laptop is an Acer Extensa 5235 with 3Gb ram.
I tried to slow down the booting process, so I can see the full screen output. But just the last 50 rows are visible for me. Slowing down the screen output was not successful.
Below the /boot/grub/grub.conf file :I'm not sure where the boot_delay must be placed. Maybe someone knows it?Code:# grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/mapper/vg_localhost-lv_root # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 boot_delay=5000 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.34.6-47.fc13.i686) root (hd0,0) # boot_delay=5000 # pci=nolacpi kernel /vmlinuz-2.6.34.6-47.fc13.i686 ro vga=1 root=/dev/mapper/vg_localhost-lv_root rd_LVM_LV=vg_localhost/lv_root rd_LVM_LV=vg_localhost/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=nl$ initrd /initramfs-2.6.34.6-47.fc13.i686.img title Fedora (2.6.33.8-149.fc13.i686) root (hd0,0) kernel /vmlinuz-2.6.33.8-149.fc13.i686 ro root=/dev/mapper/vg_localhost-lv_root rd_LVM_LV=vg_localhost/lv_root rd_LVM_LV=vg_localhost/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=nl_NL.U$ initrd /initramfs-2.6.33.8-149.fc13.i686.img
Here the visible output : paginabouwer.nl/afbeeldingen/kernel_crash.jpg
Gives the image a solution?
Also I have read that a bios update might help. Is there a Linux tool to do that?
Installing the 52 kernel results also to a crash.
I don't know what to do right now.
- 09-07-2010 #2
flashrom is Linux/UNIX tool for flashing BIOS.
- 09-08-2010 #3Just Joined!
- Join Date
- Sep 2010
- Location
- Netherlands
- Posts
- 4
Update
The bios is updated now, but the problem is as before.
Computer crashed again after update kernel-2.6.34.6-54.fc13.
See picture paginabouwer.nl/afbeeldingen/kernel_crash_54.jpg
I still can't slowing down the screen output at booting. Someone knows how to do it right?
- 09-08-2010 #4
Can you scroll back with Shift+PageUp?
Right now it seems ACPI related, will it boot when you disable ACPI on kernel command line? (Hit 'e' key to edit at Grub screen and add acpi=off)
See attached file for ACPI fine tuning.
- 09-08-2010 #5Just Joined!
- Join Date
- Sep 2010
- Location
- Netherlands
- Posts
- 4
with acpi=off the kernel works fine. Thanks for that.
In the attached file I have read that the acpi is a Advanced Configuration and Power Interface.
That should be possible, because the battery indicator does not working anymore.
I'll try to play with it.
- 09-08-2010 #6Just Joined!
- Join Date
- Sep 2010
- Location
- Netherlands
- Posts
- 4
I tried Shift+PageUp to scroll up, but the computer is after the crash only sensitive for a hard reset.
All possible acpi settings except 'off' are resulting in a crash..
( off | force | strict | noirq | rsdt | copy_dsdt )
Just saw that the wifi don't work with kernel 54.
Is acpi also managing wifi?
- 09-08-2010 #7It shouldn't affect Wifi, but in real world anything is possible. Considering Wifi drivers should allow powersaving modes.Is acpi also managing wifi?
Probably this could be fixed by building custom kernel ... not exactly what Fedora users are supposed to do I guess ...


Reply With Quote