Linux/APIC error on CPU0 の変更点


*APIC error on CPU0: 40(40) エラーがいっぱいでる [#w97c3411]

カーネルのバージョンにもよります。

**対処 [#bd59bf75]
起動オプションに「clock=pit nosmp noapic nolapic」を追加してやる。
 # cat /etc/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,0)
 #          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
 #          initrd /initrd-version.img
 #boot=/dev/hda
 default=0
 timeout=5
 splashimage=(hd0,0)/grub/splash.xpm.gz
 hiddenmenu
 title CentOS-4 i386 (2.6.9-55.EL)
         root (hd0,0)
         kernel /vmlinuz-2.6.9-55.EL ro root=/dev/VolGroup00/LogVol00 clock=pit nosmp noapic nolapic
         initrd /initrd-2.6.9-55.EL.img