There is something amiss there I think ....... you have a vmlinuz file for the 3.2.18 kernel but no corresponding initrd file.
In addition there is an entry for the 2.6.38.8 kernel ....... but this is not available for 64 bit IIRC.
If this is correct it would appear that you have mixed up the partitions, and this one might have been the 32 bit install ....... ?
The 2.6.38.8 kernel was indeed the original install kernel. In the original dmesg file (/var/log/dmesg.old), at the top of the file it says this:
Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.38.8-pclos3 (root@localhost) (gcc version 4.5.2 (GCC) ) #1 SMP Sun Jul 17 11:44:33 CDT 2011
Command line: BOOT_IMAGE=linux root=UUID=d3349dac-f955-492c-9bc0-289f2e37fcb6
BIOS-provided physical RAM map:
.
.
.
blah
blah
blah
So, that was indeed the original kernel.
As for the 3.2.18-pclos2 kernel, I found in the /var/log/syslog file these entries for May 11, 2013:
May 11 07:32:42 localhost apt-get: [RPM] gcc-cpp-4.7.2-2pclos2013.x86_64 installed
May 11 07:32:43 localhost apt-get: [RPM] libgcc1-4.7.2-2pclos2013.x86_64 installed
May 11 07:32:43 localhost apt-get: [RPM] libstdc++6-4.7.2-2pclos2013.x86_64 installed
May 11 07:32:47 localhost apt-get: [RPM] glibc-2.16-3pclos2013.x86_64 installed
May 11 07:32:47 localhost klogd: glibc-post-wrap[11501]: segfault at 7f3999a486f0 ip 000000000041be23 sp 00007fff86293f98 error 6 in glibc-post-wrapper[400000+ad000]
May 11 07:32:50 localhost apt-get: [RPM] gcc-4.7.2-2pclos2013.x86_64 installed
May 11 07:32:51 localhost snmpd[2995]: Wrong netlink message type 3
May 11 07:33:02 localhost apt-get: [RPM] kernel-3.2.18-pclos2-1-1pclos2012.x86_64 installed
May 11 07:33:07 localhost apt-get: [RPM] kernel-devel-3.2.18-pclos2-1-1pclos2012.x86_64 installed
May 11 07:33:08 localhost apt-get: [RPM] locales-2.16-3pclos2013.x86_64 installed
May 11 07:33:08 localhost apt-get: [RPM] lib64xfs1-3.1.11-1pclos2013.x86_64 installed
May 11 07:33:09 localhost apt-get: [RPM] libquadmath0-4.7.2-2pclos2013.x86_64 installed
May 11 07:33:09 localhost apt-get: [RPM] libgfortran3-4.7.2-2pclos2013.x86_64 installed
May 11 07:33:10 localhost apt-get: [RPM] xfsprogs-3.1.11-1pclos2013.x86_64 installed
May 11 07:33:11 localhost apt-get: [RPM] locales-en-2.16-3pclos2013.x86_64 installed
May 11 07:33:12 localhost apt-get: [RPM] ndiswrapper-1.58-2pclos2013.x86_64 installed
May 11 07:33:13 localhost apt-get: [RPM] libgomp1-4.7.2-2pclos2013.x86_64 installed
May 11 07:33:13 localhost apt-get: [RPM] gcc-4.5.2-4pclos2011.x86_64 removed
May 11 07:33:14 localhost apt-get: [RPM] xfsprogs-3.1.8-1pclos2012.x86_64 removed
May 11 07:33:14 localhost apt-get: [RPM] libstdc++6-4.5.2-4pclos2011.x86_64 removed
May 11 07:33:15 localhost apt-get: [RPM] libgcc1-4.5.2-4pclos2011.x86_64 removed
May 11 07:33:15 localhost apt-get: [RPM] lib64xfs1-3.1.8-1pclos2012.x86_64 removed
May 11 07:33:15 localhost apt-get: [RPM] gcc-cpp-4.5.2-4pclos2011.x86_64 removed
May 11 07:33:16 localhost apt-get: [RPM] ndiswrapper-1.58-1pclos2013.x86_64 removed
May 11 07:33:16 localhost apt-get: [RPM] libgomp1-4.5.2-4pclos2011.x86_64 removed
May 11 07:33:17 localhost apt-get: [RPM] libgfortran3-4.5.2-4pclos2011.x86_64 removed
May 11 07:33:17 localhost apt-get: [RPM] locales-en-2.13-1pclos2011.x86_64 removed
May 11 07:33:18 localhost apt-get: [RPM] locales-2.13-1pclos2011.x86_64 removed
May 11 07:33:19 localhost apt-get: [RPM] glibc-2.13-4pclos2011.x86_64 removed
This is when the system died. I believe I did an "apt-get update", and an "apt-get upgrade" on that day. On the following reboot is when the kernel panics began. Unfortunately, I did not log, in my personal log file, what I did before the reboot. You can see from the apt-get entries above that "kernel-3.2.18-pclos2-1-1pclos2012.x86_64" was installed. However, we know from looking at /boot that an initrd file was never created.
Is it possible to create the initrd image file?
The kernel is in /boot
The modules for 3.2.18-pclos2 are in /lib/modules:
root@AO722:modules# pwd
/media/pclos64root/lib/modules
root@AO722:modules# ll
total 16
drwxr-xr-x 4 root root 4096 May 11 07:32 ./
drwxr-xr-x 10 root root 4096 May 11 07:33 ../
drwxr-xr-x 3 root root 4096 Apr 15 20:14 2.6.38.8-pclos3/
drwxr-xr-x 3 root root 4096 May 11 07:32 3.2.18-pclos2/
root@AO722:modules#
So, is it possible to create the initrd file by accessing the non-running system from a running system?