Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| virtualbox [2022/12/18 05:24] – norman | virtualbox [2023/06/03 06:24] (current) – norman |
|---|
| <code> VBoxManage modifyvm MachineName --nic2 bridged --bridgeadapter2 enp1s0 | <code> VBoxManage modifyvm MachineName --nic2 bridged --bridgeadapter2 enp1s0 |
| VBoxManage modifyvm MachineName --nic1 bridged --bridgeadapter1 ens4f0</code> | VBoxManage modifyvm MachineName --nic1 bridged --bridgeadapter1 ens4f0</code> |
| | |
| | |
| | |
| | ====== Enable/Disable EFI BIOS ====== |
| | |
| | use the VBoxManage command line interface as follows: |
| | |
| | <code>VBoxManage modifyvm "VM name" --firmware efi</code> |
| | To switch back to using the BIOS: |
| | |
| | <code>VBoxManage modifyvm "VM name" --firmware bios</code> |