在oracle虚拟框中命令行安装虚拟机

时间:2020-02-06 14:17:01

标签: virtualbox

在主机(centos7)中寻找centos7虚拟机的命令行安装。

有几个选项,但是一旦创建了虚拟机,它就无法获取IP,并且无法从主机服务器访问来宾计算机

以下方法

1. VBoxManage createvm --name centos-server --ostype Linux --register

Virtual machine 'centos-server' is created and registered.

UUID:6eb514b4-a1f3-4454-9d76-2be9d0f76cb3 设置文件:“ / root / VirtualBox VMs / centos-server / centos-server.vbox”

2. VBoxManage modifyvm centos-server --bridgeadapter1 vmnet1

3。

VBoxManage Modifyvm centos-server --memory 2048

4

VBoxManage createhd-文件名VirtualBox \ VMs / centos-server / centos-server.vdi --size 10000 --format VDI

0%... 10%... 20%... 30%... 40%... 50%... 60%... 70%... 80%... 90% ... 100% 中创建的。 UUID:adae09bb-d01b-42ee-9383-69ef59b2cbf6 ===== / root / VirtualBox虚拟机/ VirtualBox虚拟机/centos-server/centos-server.vdi

  1. VBoxManage storagectl centos-server-名称“ SATA Controller” --add sata --controller IntelAhci

6。

VBoxManage storageattach centos-server --storagectl“ SATA Controller”-端口0-设备0 -type hdd –medium VirtualBox \ VMs / centos-server / centos-server.vdi 如果不行

VBoxManage storageattach centos-server --storagectl“ SATA Controller”-端口0 -device 0 -type hdd –medium“ / root / VirtualBox VMs / VirtualBox VMs / centos-server / centos-server.vdi”

7。

VBoxManage storagectl centos-server-名称“ IDE Con​​troller” --add ide --controller PIIX4

8。

VBoxManage storageattach centos-server --storagectl“ IDE控制器”-端口1--设备0-类型dvddrive --medium /opt/CentOS-7-x86_64-DVD-1908.iso

9。

VBoxManage startvm centos-server --type headless

出现以下错误

正在等待VM“ centos-server”启动... VBoxManage:错误:VT-x不可用(VERR_VMX_NO_VMX) VBoxManage:错误:详细信息:代码NS_ERROR_FAILURE(0x80004005),组件ConsoleWrap,接口IConsole

0 个答案:

没有答案