新手安装linux出现错误,望高手指教
我最近想学习linux,电脑上有了一个windows xp的系统.所以就在网上下了一个虚拟机vmware。想在虚拟机上安装linux.由于电脑的光驱坏了,所以只能从网上下载linux安装程序了。经过56个小时的下载,终于把大小为2.67GB的redhat enterprise linux下载下来了。
可是在安装的时候却出现这个错误:
*** Virtual machine kernel stack fault (hardware reset) ***
The virtual machine just suffered a stack fault in kernel mode. On a real computer, this would amount to a reset of the processor. It can be caused by an incorrect configuration of the virtual machine, a bug in the operating system, or a problem in the VMware Workstation software. Press OK to reboot virtual machine or Cancel to shut it down.
请问是什么原因啊?
我分数不多了,还希望各位大虾们别嫌分少,有了分在各大虾们补上!!!
推荐新手使用ubuntu,virtualbox
It can be caused by an incorrect configuration of the virtual machine, a bug in the operating system, or a problem in the VMware Workstation software.
1.可能是你建虚拟机建的不对
2.也可能是操作系统本身的bug(这个我估计不可能 除非你下的安装文件有问题)
3.或者是VMware Workstation的问题
我觉得1的情况比较多 建议你重新建下虚拟机 还是不行 建议你重新安装一个VMware Workstation
如果还是不行 就说明你下载的linux安装文件有问题了
vmware很好用,一般不会出什么问题.
换别的linux.
提示是虚拟机硬件配置失败,需要重启或关闭虚拟机。
看起来有可能是配置虚拟机出错。
建议:下载v
相关问答:
使用Struts2上传文件,在linux下报错
2009-09-29 14:56:20,801 [org.apache.struts2.interceptor.FileUploadInterceptor]-[ERROR] Processing of multipart/form-data request failed. c:/temp/upload__1dcd07ee_12 ......
cvs官方不能下载了,谁给我一份,最好有配置说明的文档。。。谢谢了
没有,帮顶一下。
官方不能下载 别的地方还有下载的地方 我刚才搜了
刚下载了个。。。是不是不到4M啊。。。cvs-1.12.13.1.tar.tar
linu ......
小弟最近需要一个用socket获取html文档的代码,但是老是不能获取完整的html源码。原因不明,望高手指点!
C/C++ code:
char *Http_GET(char *host,int port,char *data) //发送GET请求
{
char response[2 ......
原先的GCC版本为4.1.2,我重新编译安装了GCC4.3.2,但是编译完程序运行程序时会出现version `GLIBCXX_3.4.9' not found 这个问题.在网上面查了一下是软连接的问题。但是本人对Linux不太熟悉,“应该制作RPM包然后 ......