centos 安装 virtualBox 再安装 centos
Posted yako
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 安装 virtualBox 再安装 centos相关的知识,希望对你有一定的参考价值。
1.
VBoxManage list ostypes
VBoxManage createvm --name centos7 --ostype Linux26_64 --register --basefolder /home/virtualbox/
2.
/home/virtualbox
VBoxManage createvdi --filename /home/virtualbox/centos7.vdi --size 40000
3.
VBoxManage storagectl centos7 --name storage_controller_1 --add ide
4.
VBoxManage storageattach centos7 --storagectl storage_controller_1 --type hdd --port 0 --device 0 --medium /home/virtualbox/centos7.vdi
5.
VBoxManage storageattach centos7 --storagectl storage_controller_1 --type dvddrive --port 1 --device 0 --medium /home/download/VirtualBox/CentOS-7-x86_64-Minimal-1804.iso
6.
VBoxManage modifyvm centos7 --boot1 dvd
VBoxManage modifyvm centos7 --boot2 disk
7.
VBoxManage modifyvm centos7 --nic1 bridged --cableconnected1 on --nictype1 82540EM --bridgeadapter1 p2p1 --intnet1 brigh1 --macaddress1 auto
8.
VBoxManage modifyvm centos7 --vrde on
off
9.
VBoxManage modifyvm centos7 --memory 8192
VBoxManage modifyvm centos7 --cpus 2
10.
VBoxHeadless -startvm centos7 &
ps: yum -y install kernel
以上是关于centos 安装 virtualBox 再安装 centos的主要内容,如果未能解决你的问题,请参考以下文章
VirtualBox CentOS7 Mini 安装增强工具
VirtualBox安装CentOS实现鼠标自动切换和复制粘贴
VirtualBox中Centos安装增强功能及共享文件夹的挂载