LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernal Failure on Fedora 11. (https://www.linuxquestions.org/questions/linux-newbie-8/kernal-failure-on-fedora-11-a-756736/)

DineshMaurya 09-21-2009 05:55 AM

Kernal Failure on Fedora 11.
 
Hi,
I am using HP laptop. I have installed Fedora 11 on my system. Two kernels have been installed on my system and are:

2.6.30.5-43.fc11.i686.PAE
2.6.29.4-167.fc11.i686.PAE

when i am booting my system with Kernel 2.6.30.5-43.fc11.i686.PAE system is generating some noise and after login a popup window is coming up showing the message
"Your system has Kernel Failure"
and this is what the failure is:


Kernel failure message 1:
------------[ cut here ]------------
WARNING: at drivers/pci/dmar.c:183 dmar_table_init+0x112/0x2b3() (Not tainted)
Hardware name: HP Pavilion dv4 Notebook PC
Your BIOS is broken; DMAR reported at address zero!
BIOS vendor: Hewlett-Packard; Ver: F.24; Product Version: F.24
Modules linked in:
Pid: 1, comm: swapper Not tainted 2.6.30.5-43.fc11.i686.PAE #1
Call Trace:
[<c0435c6a>] warn_slowpath_common+0x70/0x87
[<c0974732>] ? dmar_table_init+0x112/0x2b3
[<c0435cbf>] warn_slowpath_fmt+0x29/0x38
[<c0974732>] dmar_table_init+0x112/0x2b3
[<c0538e71>] ? debugfs_create_file+0x1b3/0x21d
[<c0974cb6>] intel_iommu_init+0xe/0x731
[<c0539127>] ? debugfs_create_u32+0x18/0x1a
[<c0956694>] ? xen_mmu_debugfs+0x24c/0x253
[<c095a1fa>] pci_iommu_init+0x8/0x11
[<c0403059>] do_one_initcall+0x4f/0x11f
[<c095a1f2>] ? pci_iommu_init+0x0/0x11
[<c04725c4>] ? register_irq_proc+0x81/0x9a
[<c0472635>] ? init_irq_proc+0x58/0x65
[<c095335d>] kernel_init+0x176/0x1c7
[<c09531e7>] ? kernel_init+0x0/0x1c7
[<c0408fa3>] kernel_thread_helper+0x7/0x10
---[ end trace 4eaa2a86a8e2da22 ]---

---------------------------------
While the second when i am booting my system with kernel 2.6.29.4-167.fc11.i686.PAE i am not getting any such kind of error messages.

So my question is why two kernels have been installed and how to fix the error with kernel 2.6.30.5-43.fc11.i686.PAE.

I am new to Linux so don't know what other details are required to be posted along with this. Please let me know if any other details are required.

Any help/suggestion will be highly appreciated.

Fred Caro 09-21-2009 06:11 AM

kernels
 
-43 is an old kernel but there if -167 fails, I assume the later is working, so don't worry about the former, it is only a backup.

Fred.

DineshMaurya 09-21-2009 07:30 AM

When originally i installed the fedora 11 i had just one kernel, I do not remember which one of these two kernels was installed at that time. After Yum updates the second kernel got installed.

Now the situation is system is booting by default with kernel
2.6.30.5-43.fc11.i686.PAE
which is having the problem. So is there any way by which i can uninstall this kernel so that i have just one kernel and the system will boot with that kernel.

Or if this is not possbile then can i change the default kernel with which system will boot.If yes, then please let me know how can i do that.

schneidz 09-21-2009 08:12 AM

fc-11 installs with 2.6.29.4-167.fc11.i686.PAE
if you do yum install kernel kernel-devel it will install the latest: 2.6.29.4-167.fc11.i686.PAE

i actually had the same issue with 2.6.29.4-167.fc11.i586 but i just ignored it.

if you want to boot a different kernel, then backup and modify /boot/grub/grub.conf

DineshMaurya 09-21-2009 08:37 AM

So as suggested by you if i am doing yum install kernel kernel-devel for kernel 2.6.29.4-167.fc11.i686.PAE will it remove the other kernel ?
After booting the system second time i am seeing the error message "Your system has Kernel Failure" even when i am booting the system with 2.6.29.4-167.fc11.i686.PAE kernel.

So i just want to remove the second kernel from my system.
Is there any method to remove the second kernel completely from the system ?

schneidz 09-21-2009 10:55 AM

can you please post the outputs of:
Code:

ll /boot
ll /boot/grub
cat /boot/grub/grub.conf


DineshMaurya 09-21-2009 11:26 AM

Below are the ouputs of different commands:

[root@localhost Maurya]# ll /boot
total 15764
-rw-r--r--. 1 root root 97799 2009-05-28 03:09 config-2.6.29.4-167.fc11.i686.PAE
-rw-r--r--. 1 root root 100758 2009-08-28 07:16 config-2.6.30.5-43.fc11.i686.PAE
drwxr-xr-x. 3 root root 1024 2009-09-20 01:05 efi
drwxr-xr-x. 2 root root 1024 2009-09-22 13:59 grub
-rw-------. 1 root root 3396638 2009-09-20 01:05 initrd-2.6.29.4-167.fc11.i686.PAE.img
-rw-------. 1 root root 3436039 2009-09-22 13:59 initrd-2.6.30.5-43.fc11.i686.PAE.img
drwx------. 2 root root 12288 2009-09-20 00:30 lost+found
-rw-r--r--. 1 root root 1274567 2009-05-28 03:09 System.map-2.6.29.4-167.fc11.i686.PAE
-rw-r--r--. 1 root root 1382854 2009-08-28 07:16 System.map-2.6.30.5-43.fc11.i686.PAE
-rwxr-xr-x. 1 root root 3089424 2009-05-28 03:09 vmlinuz-2.6.29.4-167.fc11.i686.PAE
-rwxr-xr-x. 1 root root 3261232 2009-08-28 07:16 vmlinuz-2.6.30.5-43.fc11.i686.PAE



[root@localhost Maurya]# ll /boot/grub
total 387
-rw-r--r--. 1 root root 63 2009-09-20 01:43 device.map
-rw-r--r--. 1 root root 13844 2009-09-20 01:43 e2fs_stage1_5
-rw-r--r--. 1 root root 13608 2009-09-20 01:43 fat_stage1_5
-rw-r--r--. 1 root root 12920 2009-09-20 01:43 ffs_stage1_5
-rw-------. 1 root root 891 2009-09-22 13:59 grub.conf
-rw-r--r--. 1 root root 12920 2009-09-20 01:43 iso9660_stage1_5
-rw-r--r--. 1 root root 14488 2009-09-20 01:43 jfs_stage1_5
lrwxrwxrwx. 1 root root 11 2009-09-20 01:43 menu.lst -> ./grub.conf
-rw-r--r--. 1 root root 13056 2009-09-20 01:43 minix_stage1_5
-rw-r--r--. 1 root root 15656 2009-09-20 01:43 reiserfs_stage1_5
-rw-r--r--. 1 root root 98743 2009-04-17 23:49 splash.xpm.gz
-rw-r--r--. 1 root root 512 2009-09-20 01:43 stage1
-rw-r--r--. 1 root root 122092 2009-09-20 01:43 stage2
-rw-r--r--. 1 root root 13196 2009-09-20 01:43 ufs2_stage1_5
-rw-r--r--. 1 root root 12500 2009-09-20 01:43 vstafs_stage1_5
-rw-r--r--. 1 root root 15172 2009-09-20 01:43 xfs_stage1_5




[root@localhost Maurya]# cat /boot/grub/grub.conf
# 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,4)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.30.5-43.fc11.i686.PAE)
root (hd0,4)
kernel /vmlinuz-2.6.30.5-43.fc11.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
initrd /initrd-2.6.30.5-43.fc11.i686.PAE.img
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,4)
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
title Other
rootnoverify (hd0,0)
chainloader +1
[root@localhost Maurya]#

bendib 09-21-2009 09:59 PM

I don't know what to tell you, new kernels are, well, new. Just use the old one for now, they don't go truly obsolete fast. Just upgrade to the new release.

schneidz 09-22-2009 07:42 AM

change default=0 to default=1


All times are GMT -5. The time now is 05:42 PM.