VirtualBox

Changes between Version 2 and Version 3 of Ticket #13919, comment 4


Ignore:
Timestamp:
Mar 8, 2015 7:13:16 PM (9 years ago)
Author:
Onno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13919, comment 4

    v2 v3  
    44
    55{{{
    6 $ VBoxManage modifyvm "Chef" --nic1 bridged
    7 $ VBoxManage modifyvm "Chef" --bridgeadapter1 p5p1
     6$ VBoxManage modifyvm "Chef" --nic1 bridged --nictype1 Am79C973 --bridgeadapter1 p5p1
    87}}}
    98
    10 This time - same as before - virtualbox is reporting success for sure
    11 
    12 {{{
    13 $ VBoxManage startvm "Chef"
    14 Waiting for VM "Chef" to power on...
    15 VM "Chef" has been successfully started.
    16 }}}
    17 
    18 But the VM is not running
    19 {{{
    20 $ VBoxManage list runningvms
    21 }}}
    22 
    23 Different from before VirtualBox this time will 'not' output any errors to VBox.log. The file will remain empty.
    24 
    25 It looks like the default install will be without network support? How can we add network support to this thing?
    26 
     9This time VM is running

© 2023 Oracle
ContactPrivacy policyTerms of Use