整理: CentOs故障排查

* CentOs52对双核CPU支持不好,在esx中的虚拟机表现, 启动时, 到了Staring uDev:时死掉

解决方法:

* 在Esx4.0中建立虚拟机时, 分配的CPU应为1.

* 如果是物理机双核CPU, 在/etc/grub.conf中指定CPU数量默认为1.

[root@ls etc]# vi ./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/sda #default=0 default=1 timeout=5

* 如果因为双核问题,不能正常启动

  在启动时,编辑启动选项的第二行, 在行尾加上

acpi=off noacpi clocksource=acpi_pm

然后可以正常启动,进入系统后,再修改/etc/grub.conf

 

重复验证,在esx中必须要把分配给CentOs52虚拟机的CPU定为1, 否则在"Starting udev:"处死掉.

 

听一个同事说, 现在最稳定的版本是CentOs54, 可是CentOs54在esx上安装都很不稳定, 手工改点安装选项,安装过程就崩溃,要重新启动虚拟机. 在物理机上安装CentOs52时,没注意过CPU是不是双核, 好像都是单核的.

 

你可能感兴趣的:(虚拟机,centos)