VirtualBox virtual system is newly installed in CentOS

Source: Internet
Author: User


The new VirtualBox virtual system is installed in CentOS. Today, we plan to download a Windows 7 in CentOS. The following is step 1. prepare windows 7 installation media 2. install virtualbox in centos 3. add Virtual Machine Shell code vboxmanage createvm -- name "w7" -- ostype Windows7 -- register # add storage file www.2cto.com VBoxManage createhd -- filename w7 -- size 20000 # Set system storage controller VBoxManage storagectl "w7 "-- name "IDE Controller" -- add ide -- controller PIIX4 VBoxManage storageattach "w7" -- storagectl "IDE Controller" -- port 0 -- device 0 -- type hdd -- medium "w7.vdi" 4. modify the virtual machine configuration Shell code # modify the memory vboxmanage modifyvm w7 -- memory 1024 -- acpi on vboxmanage modifyvm w7 -- vram 512 # Open the Remote Desktop, the extension package vboxmanage modifyvm w7 -- vrde on -- vrdeport 3390 # sets the Startup Device vboxmanage modifyvm w7 -- boot1 dvd # sets the network configuration vboxmanage modifyvm w7 -- nic1 nat www.2cto.com 5. load the iso image Shell code vboxmanage storageattach "w7" -- storagectl "IDE Controller" -- port 0 -- device 1 -- type dvddrive -- medium/path/to/windows7.iso 6. start the system Shell code vboxmanage startvm w7 -- type headless 7. enable the remote desktop tool to connect to the host where the VM is located
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.