VirtualBox(version 1.5.4)安装UbuntuServer7.10遇到“cpu too old for this kernel”的解决
VirtualBox,在上面安装了最新的Ubuntu server 7.10版,安装完毕后重启,出现这样的错误:"cpu too old for this kernel"。
解决方法:再次用光盘启动,选"Rescue a broken system"一路走下去,启动一个shell
然后:apt-get install linux-generic
Reboot, 在grub菜单中选择新安装的这个内核就行了.
In case of Ubuntu Server 7.10 you should install a linux kernel for i386:
* apt-get install linux-image-2.6.22-14-386
and reboot Ubuntu