centos - virtualbox虚拟机无界面运行 windows7 不行吗?
问题描述
母鸡CentOS 7 64位DVD版本,rpm安装了virtualbox虚拟机。新建了两个虚拟机,一个名为windows7,一个名为centos7minimal。图形界面下开机关机一切正常,但是在无界面或没打开virtualbox窗口时,启动windows7失败,启动centos7minimal成功。
[shellus@centos7 ~]$ VBoxManage startvm windows7 --type headlessWaiting for VM 'windows7' to power on...VM 'windows7' has been successfully started.[shellus@centos7 ~]$ VBoxManage startvm centos7minimal --type headlessWaiting for VM 'centos7minimal' to power on...VM 'centos7minimal' has been successfully started.[shellus@centos7 ~]$ VBoxManage list runningvms'centos7minimal' {20093899-79cd-4d49-86fd-594ada458e70}
难道windows7虚拟机没有图形界面就无法运行吗?只有server版本的windows才能无界面运行?
问题解答
回答1:最后一句是对的,只有server版本的windows才能无界面运行
回答2:我一直都用:VBoxManage startvm windows7 没啥问题
相关文章:
1. 关于Java引用传递的一个困惑?2. 如何分别在Windows下用Winform项模板+C#,在MacOSX下用Cocos Application项目模板+Objective-C实现一个制作游戏的空的黑窗口?3. python - TypeError: tryMsgcode() takes exactly 2 arguments (0 given)4. javascript - 最终生成的jsBundle文件压缩问题5. angular.js - angularjs的自定义过滤器如何给文字加颜色?6. docker安装后出现Cannot connect to the Docker daemon.7. android clickablespan获取选中内容8. 关于docker下的nginx压力测试9. android - 启动模拟器的,报“Could not automatically detect an ADB binary……”,要怎么解决?10. nignx - docker内nginx 80端口被占用
