Erstellen einer VirtualBox-VM
Version vom 28. März 2022, 17:40 Uhr von Thomas.will (Diskussion | Beiträge) (→Grundkonfiguration erstellen)
Grundkonfiguration erstellen
- VBoxManage createvm --name u20 --ostype Ubuntu_20 --register
Speicher und Netzwerk konfigurieren
- VBoxManage modifyvm u20 --ioapic on
- VBoxManage modifyvm u20 --memory 2048 --vram 128
- VBoxManage modifyvm u20 --nic1 nat