FS#29803 - Kernel 3.3.4-2 panic

Attached to Project: Arch Linux
Opened by Fabiano Furtado (fusca) - Monday, 07 May 2012, 14:17 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 08 May 2012, 06:41 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Kernel panic with new kernel 3.3.4-2

Additional info:
* Fallback kernel works fine
* I have a separated /boot partition. Here is my fstab file:
/dev/sda1 /boot ext4 defaults,noatime 0 1
/dev/sda2 / ext4 defaults,noatime 0 1
/dev/sda3 /mnt/backup ext4 defaults,noatime 0 1
/dev/sda4 swap swap defaults 0 0

* config and/or log files etc.
Here is my grub file:

# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz-linux root=/dev/sda2 ro
initrd /initramfs-linux.img

# (1) Arch Linux
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz-linux root=/dev/sda2 ro
initrd /initramfs-linux-fallback.img

Steps to reproduce:
* pacman -Syu
* Reboot
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Tuesday, 08 May 2012, 06:41 GMT
Reason for closing:  Not a bug
Comment by Dave Reisner (falconindy) - Tuesday, 08 May 2012, 02:36 GMT
This has nothing to do with the kernel. Regenerate your initramfs.

Loading...