Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#4572 - KERNEL PANIC with 2.6.16-14-1
Attached to Project:
Arch Linux
Opened by Fred B (TheDeurf) - Friday, 05 May 2006, 11:37 GMT
Last edited by Jan de Groot (JGC) - Friday, 05 May 2006, 11:41 GMT
Opened by Fred B (TheDeurf) - Friday, 05 May 2006, 11:37 GMT
Last edited by Jan de Groot (JGC) - Friday, 05 May 2006, 11:41 GMT
|
DetailsI noticed a critical bug in the kernel-2.6.16-14-1 package that generate a kernel panic when Udev is loading
For information, I'm running on an ASUS P4P800 mother board, P4 2.8GHz Hyperthreading. I can boot on my system again after re-install kernel-2.6.16-13-1. Regards. Fred B. |
This task depends upon
im running an inspiron 8600. let me know what else i can get for you, or if you know where i should double check in the logs. i see some EIP messsages in messages.log, but not the one i saw.
thanks,
jp
Kernel log: http://pastebin.com/699783
start with load_modules=off init s
login with root password then reinstall nvidia with:
pacman -S nvidia
REMOVE_IDE=
REMOVE_SCSI=1
REMOVE_SATA=1
REMOVE_CDROM=1
REMOVE_USB=1
REMOVE_FW=1
REMOVE_RAID=1
REMOVE_DM=1
REMOVE_FS=
AUTODETECT==1
HOSTCONTROLLER_IDE=piix
HOSTCONTROLLER_SCSI=
HOSTCONTROLLER_SATA=
HOSTCONTROLLER_USB=
FILESYSTEMS=reiserfs
USB_TIMEOUT=5
CRYPT_DEVICE=
RAID_ROOT_ARRAY="md0"
RAID_ROOT_DEVICES=
# Define additional modules here
ADD_MODULE=
REMOVE_MODULE=
LVM_ROOT=
my currently loaded modules (2.6.16.13-1
[jp@anakin ~]$ hwdetect --show-modules
AGP : agpgart intel-agp
IDE : ide-cd ide-core ide-disk generic piix
SCSI : sd_mod
USB : usb-storage usblp usbhid usbcore ehci-hcd uhci-hcd
FW : eth1394 ieee1394 ohci1394 sbp2
NET : b44 mii ieee80211 ieee80211_crypt ipw2200
PCMCIA : pcmcia_core rsrc_nonstatic yenta_socket
SOUND : snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-bus snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore
VIDEO : nvidia
OTHER : cdrom hw_random rtc i2c-core evdev pcspkr serio_raw pci_hotplug shpchp
remove nvidia package then update to .14 kernel
and try to reboot if it still hangs it's defintly a other module that makes trouble
Boot up using a rescue CD. Edit /etc/rc.conf, and blacklist the nvidia module. Reboot into the new system. You should not get a kernel panic. Install the nvidia package, which will compile it against the new kernel. Remove nvidia from the blacklist. Reboot, and all should be well.
'unknown fault or interrupt at EIP....'
the first web related articles i see talk about it being a possible memory issue on some systems. ive been running 2gb of ram for a while now without issue.