Hello, I have a new install of PIAF 1.3 32bit on an older headless IBM Dual PIII with 2GB RAM. I have installed the OS with RAID1 on the two 18GB SCSI drives. I do not have any USB or TDM devices... system details at the end of post.
The Problem
On reboot, the system sometimes hangs at:
Quote:
|
Starting udev: kernel panic - not syncing for safety...
|
Often I have to hard reboot more than once to have the machine load correctly. I have noticed, that when it doesnt hang the next line has something to do with not finding any LVM drives.
I dont have any LVM drives.... could this be the issue? Do I need to unload a kernel module?
After leaving the console up over night, I came bak to this output:
Quote:
after leaving the console open lastnight, I came back to this output:
Quote:
Message from syslogd@ at Tue Feb 3 00:10:46 2009 ...
pbx kernel: Uhhuh. NMI received for unknown reason 31 on CPU 0.
Message from syslogd@ at Tue Feb 3 00:10:46 2009 ...
pbx kernel: Do you have a strange power saving mode enabled?
Message from syslogd@ at Tue Feb 3 00:10:46 2009 ...
pbx kernel: Dazed and confused, but trying to continue
|
I do not have any power mode options in bios....
System Info
uname -a
Linux pbx.local 2.6.18-92.1.6.el5 #1 SMP Wed Jun 25 13:49:24 EDT 2008 i686 i686 i386 GNU/Linux
lspci -vvnn
Attached.
Kernel Boot Options
I just added acpi=off, havent gevin it a go yet. I was also going to try a break=premount option if its the booting off the raid....
Quote:
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-92.1.6.el5)
root (hd0,0)
kernel /boot/vmlinuz-2.6.18-92.1.6.el5 ro root=/dev/md0 acpi=off
initrd /boot/initrd-2.6.18-92.1.6.el5.img
|
fstab - in case i has something to do with lvm,raid...
Quote:
/dev/md0 / ext3 defaults 1 1
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda2 swap swap defaults 0 0
LABEL=SWAP-sdb2 swap swap defaults 0 0
|
The Solutions
As mentioned, Im going to try a few kernel boot options that a learn about while making this post - it will take time to see if the symptoms resurface. Please share your brilliant insights.