LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   kernel panic:ioapic+timer not syncing (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-panic-ioapic-timer-not-syncing-659740/)

tarunmadiraju 08-01-2008 08:11 AM

kernel panic:ioapic+timer not syncing
 
i hve 2 hdd..on the primary one i installed win xp sp2... and on the second hdd i tried installin ubuntu,rhel,fedora...all of dem displayed the same error..i m really new to this operating system and i need immediate assistance... wen i disable d apic thru bios i m able to install linux n run it but then my win os is not booting...inorder to use win xp i need to enable apic options from bios but then linux doesnt boot........i need immediate assistance...thnk u vry much

kilgoretrout 08-01-2008 01:11 PM

Which linux distro are you running? There is a simple solution to your problem in all likelihood. You should edit your linux bootloader configuration file, usually /boot/grub/menu.lst or if you are using fedora/rh, /boot/grub/grub.conf, to add these kernel parameters:

noapic nolapic acpi=off

After doing that, you can turn on acpi/apic in your bios setup and linux will ignore it and boot as if acpi was disabled. Post your distro and either your menu.lst or grub.conf file here and I'll show you exactly what edits to make.

tarunmadiraju 08-04-2008 02:01 AM

Quote:

Originally Posted by kilgoretrout (Post 3233521)
Which linux distro are you running? There is a simple solution to your problem in all likelihood. You should edit your linux bootloader configuration file, usually /boot/grub/menu.lst or if you are using fedora/rh, /boot/grub/grub.conf, to add these kernel parameters:

noapic nolapic acpi=off

After doing that, you can turn on acpi/apic in your bios setup and linux will ignore it and boot as if acpi was disabled. Post your distro and either your menu.lst or grub.conf file here and I'll show you exactly what edits to make.

i installed fedora 9(sulphur) by first disabling the acpi apic option(under power) of bios...then i opened the /boot/grub/grub.conf and tried placing "noapic nolapic acpi=off"(of course w/o quotes} at various loc in d file...but could find d solution... i tried placing the line 1.in the begining 2.hidden menu and tittle and 3.at the end ....can u actually temme where i should place that data... in that particular file..
one more thing is it the same loc(i mean above/below) in the boot loader file for other linux os as well...

i ll post the boot loader file soon...


thnk u vry much for taking interest in my problem and providing me a solution...

tarunmadiraju 08-04-2008 05:07 AM

grub.conf file
 
# 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,1)
# kernel /vmlinuz-version ro root=/dev/sda8
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.25-14.fc9.i686)
root (hd0,1)
kernel /vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=819d769d-b349-4f11-937b-ef781ed7f200 rhgb quiet
initrd /initrd-2.6.25-14.fc9.i686.img
title Other
rootnoverify (hd0,4)
chainloader +1

------------------------------------------------------------------------
also temme where to place it if i install ubuntu(8.04)...thnk u vry much...awaitin ur reply

kilgoretrout 08-04-2008 03:13 PM

You insert those options on the "kernel" line between rhgb and quiet like so:

kernel /vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=819d769d-b349-4f11-937b-ef781ed7f20 rhgb noapic nolapic acpi=off quiet

It's a little confusing because the "kernel" line is actually all one line but the formatting here doesn't allow that to be shown as one line.

tarunmadiraju 08-05-2008 12:10 PM

thnk u vry much...i ll try that one n let u knw if that worked thnks again

tarunmadiraju 08-06-2008 12:37 PM

thanks
 
thnk u vry much...it really worked...thnk u...
cn u also temme where those noapic... have to placed in ubuntu as well...any other tips...i am new to linux...any good e book for it

kilgoretrout 08-07-2008 12:21 PM

Can't predict how your system will react to ubuntu; you would have to try it and see. It will all depend on the kernel used by ubuntu. If you do need to disable apic/acpi in ubuntu, you would edit the /boot/grub/menu.lst file. Insert those options in the kernel line separated by one space from the other kernel options on that line.

malefisocu 09-02-2008 09:37 AM

Hi, I have same issue. I'm installing Ubuntu Server 8.04 on a new pc, Mother Asus m2n-mx se plus, amd sempron le 1200 am2, hd wd 160 Gb, 1gb ram kingston 667 mhz, and prior to any grub menu the error message appeared. What I did was enter setup and disabled acpci apic support under Power tab. That was enough for me to allow instalation. But I wonder if that means I will have further problems. Searching google for that error, every solution found was telling linux kernel noapic, not touching bios setup. Can anybody explain pros and cons of each alternative?
Thanks.


All times are GMT -5. The time now is 09:18 AM.