centos - virtualbox虛擬機(jī)無界面運(yùn)行 windows7 不行嗎?
問題描述
母雞CentOS 7 64位DVD版本,rpm安裝了virtualbox虛擬機(jī)。新建了兩個虛擬機(jī),一個名為windows7,一個名為centos7minimal。圖形界面下開機(jī)關(guān)機(jī)一切正常,但是在無界面或沒打開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虛擬機(jī)沒有圖形界面就無法運(yùn)行嗎?只有server版本的windows才能無界面運(yùn)行?
問題解答
回答1:最后一句是對的,只有server版本的windows才能無界面運(yùn)行
回答2:我一直都用:VBoxManage startvm windows7 沒啥問題
相關(guān)文章:
1. docker - 各位電腦上有多少個容器啊?容器一多,自己都搞混了,咋辦呢?2. MySQL數(shù)據(jù)庫中文亂碼的原因3. macos - mac下docker如何設(shè)置代理4. docker不顯示端口映射呢?5. 關(guān)docker hub上有些鏡像的tag被標(biāo)記““This image has vulnerabilities””6. android studio總是在processes running好久7. docker-compose 為何找不到配置文件?8. css - C#與java開發(fā)Windows程序哪個好?9. mysql - 新浪微博中的關(guān)注功能是如何設(shè)計(jì)表結(jié)構(gòu)的?10. docker gitlab 如何git clone?
