LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to add noapic to grub? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-add-noapic-to-grub-599143/)

bettyhills 11-12-2007 04:09 PM

How to add noapic to grub?
 
Upon booting in Feisty 7.04 on an AMD64 PC, I get the error message:
[ 79.123557] ..MP-BIOS bug: 8254 timer not connected to IO-APIC

There is discussion on the forum that adding noapic to the boot sequence will eliminate the problem. Please tell me exactly what words to add and exactly where in the sequence to add them?

Very important: What bad side-effects will occur if this work-around is implemented?

Brian1 11-12-2007 05:20 PM

If you need to do it just to get the system up then when the grub screen comes up hit the E key. Then you have to hit it a second time. Down to the kernel line and at the end place the word noacpi. Hit B key to boot the kernel.

To make permenent then edit /boot/grub/grub.conf and place at the end of the kernel line. like you did on boot. Save and exit.

Example of the kernel line.
kernel /vmlinuz-2.6.23.1 ro root=/dev/sda9 rhgb quiet noapci


Brian


All times are GMT -5. The time now is 04:37 PM.