Information Technology Reference
In-Depth Information
As in the previous example, the first step is to create and register the guest
virtual machine. If you don't know which OS type to select when creating your
virtual machine, giving the command VBoxManage list ostypes will produce
a list of supported options. For this example, WindowsXP_64 is the correct choice.
% VBoxManage createvm --name "Windows XP" \
--ostype WindowsXP_64 --register
Virtual machine 'Windows XP' is created and registered.
UUID: 4ec5efdc-fa76-49bb-8562-7c2a0bac8282
Settings file: '/vbox/Machines/Windows XP/Windows XP.xml'
% VBoxManage showvminfo "Windows XP"
Name: Windows XP
Guest OS: Windows XP (64 bit)
UUID: 4ec5efdc-fa76-49bb-8562-7c2a0bac8282
Config file: /vbox/Machines/Windows XP/Windows XP.xml
Hardware UUID: 4ec5efdc-fa76-49bb-8562-7c2a0bac8282
Memory size: 128MB
VRAM size: 8MB
Number of CPUs: 1
Synthetic Cpu: off
CPUID overrides: None
Boot menu mode: message and menu
Boot Device (1): Floppy
Boot Device (2): DVD
Boot Device (3): HardDisk
Boot Device (4): Not Assigned
ACPI: on
IOAPIC: on
PAE: on
Time offset: 0 ms
Hardw. virt.ext: on
Hardw. virt.ext exclusive: on
Nested Paging: on
VT-x VPID: on
State: powered off (since 2010-02-14T23:05:30.798000000)
Monitor count: 1
3D Acceleration: off
Teleporter Enabled: off
Teleporter Port: 0
Teleporter Address: <NULL>
Teleporter Password: <NULL>
NIC 1: MAC: 0800270213D4, Attachment: NAT, Cable connected: on, Trace: off
(file: none), Type: 82540EM, Reported speed: 0 Mbps
NIC 2: disabled
NIC 3: disabled
continues
 
Search WWH ::




Custom Search