VirtualBox

Changes between Initial Version and Version 1 of Ticket #12443, comment 3


Ignore:
Timestamp:
Dec 6, 2013 2:45:06 PM (10 years ago)
Author:
Frank Mehnert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12443, comment 3

    initial v1  
    1 pushd %VBOX_INSTALL_PATH%
     1$ pushd %VBOX_INSTALL_PATH%
    22
     3$ VBoxManage createvm --groups /test --name test-device2 --register
    34
     5$ VBoxManage modifyvm test-device2 --boot1 disk --boot2 none --boot3 none \
     6  --boot4 none --ioapic on --rtcuseutc on --pae off --acpi off \
     7  --cpuexecutioncap 80 --nestedpaging off --uart1 0x3F8 4 \
     8  --uartmode1 file "C:\Users\jason\project\test\device2.txt" \
     9  --uart2 0x2F8 3 --uartmode2 server \\.\pipe\test-device2 \
     10  --memory 512 --cpus 1 --ostype Linux26 --vram 6 --nictype1 82545EM \
     11  --nicpromisc1 allow-all --macaddress1 00e0020b0100 --nic1 intnet \
     12  --intnet1 device2 --nic2 null --nicpromisc2 allow-all \
     13  --macaddress2 00e002010001 --nictype2 Am79C970A --nic3 null \
     14  --nicpromisc3 allow-all --macaddress3 00e002020103 --nictype3 82540EM \
     15  --nic4 null --nicpromisc4 allow-all --macaddress4 00e002030003 \
     16  --nictype4 82540EM --nic5 null --nicpromisc5 allow-all \
     17  --macaddress5 00e002040003 --nictype5 82540EM --nic6 null \
     18  --nicpromisc6 allow-all --macaddress6 00e002050038 \
     19  --nictype6 82540EM --nic7 null --nicpromisc7 allow-all \
     20  --macaddress7 00e002060026 --nictype7 82540EM --nic8 null \
     21  --nicpromisc8 allow-all --macaddress8 00e00207001f --nictype8 82540EM \
     22  --nic3 generic --nicgenericdrv3 UDPTunnel --nicproperty3 dest=127.0.0.1 \
     23  --nicproperty3 dport=36052 --nicproperty3 sport=36202
    424
    5 VBoxManage createvm --groups /test --name test-device2 --register
     25$ VBoxManage storagectl test-device2 --name IDE --add ide --controller PIIX4
    626
     27$ VBoxManage modifyhd "e:\hns\resource\boot.vdi" --type multiattach
    728
     29$ VBoxManage storageattach test-device2 --storagectl IDE --port 0 --device 0 \
     30  --type hdd --medium "e:\vbox\resource\boot.vdi"
    831
    9 VBoxManage modifyvm test-device2 --boot1 disk --boot2 none --boot3 none --boot4 none --ioapic on --rtcuseutc on --pae off --acpi off --cpuexecutioncap 80 --nestedpaging off --uart1 0x3F8 4 --uartmode1 file "C:\Users\jason\project\test\device2.txt" --uart2 0x2F8 3 --uartmode2 server \\.\pipe\test-device2 --memory 512 --cpus 1 --ostype Linux26 --vram 6 --nictype1 82545EM --nicpromisc1 allow-all --macaddress1 00e0020b0100 --nic1 intnet --intnet1 device2 --nic2 null --nicpromisc2 allow-all --macaddress2 00e002010001 --nictype2 Am79C970A --nic3 null --nicpromisc3 allow-all --macaddress3 00e002020103 --nictype3 82540EM --nic4 null --nicpromisc4 allow-all --macaddress4 00e002030003 --nictype4 82540EM --nic5 null --nicpromisc5 allow-all --macaddress5 00e002040003 --nictype5 82540EM --nic6 null --nicpromisc6 allow-all --macaddress6 00e002050038 --nictype6 82540EM --nic7 null --nicpromisc7 allow-all --macaddress7 00e002060026 --nictype7 82540EM --nic8 null --nicpromisc8 allow-all --macaddress8 00e00207001f --nictype8 82540EM --nic3 generic --nicgenericdrv3 UDPTunnel --nicproperty3 dest=127.0.0.1 --nicproperty3 dport=36052 --nicproperty3 sport=36202
     32$ VBoxManage modifyhd "e:\hns\version\box_cen32.vmdk" --type multiattach
    1033
     34$ VBoxManage storageattach test-device2 --storagectl IDE --port 0 --device 1 \
     35  --type hdd --medium "e:\vbox\version\my_linux.vmdk"
    1136
    12 
    13 VBoxManage storagectl test-device2 --name IDE --add ide --controller PIIX4
    14 
    15 
    16 
    17 VBoxManage modifyhd "e:\hns\resource\boot.vdi" --type multiattach
    18 
    19 
    20 
    21 VBoxManage storageattach test-device2 --storagectl IDE --port 0 --device 0 --type hdd --medium "e:\vbox\resource\boot.vdi"
    22 
    23 
    24 
    25 VBoxManage modifyhd "e:\hns\version\box_cen32.vmdk" --type multiattach
    26 
    27 
    28 
    29 VBoxManage storageattach test-device2 --storagectl IDE --port 0 --device 1 --type hdd --medium "e:\vbox\version\my_linux.vmdk"
    30 
    31 
    32 
    33 popd
    34 
     37$ popd

© 2023 Oracle
ContactPrivacy policyTerms of Use