Erstellen einer VirtualBox-VM: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Grundkonfiguration erstellen= *VBoxManage createvm --name u20 --ostype Ubuntu_20 --register“)
 
Zeile 1: Zeile 1:
 
=Grundkonfiguration erstellen=
 
=Grundkonfiguration erstellen=
 
*VBoxManage createvm --name u20 --ostype Ubuntu_20  --register
 
*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

Version vom 28. März 2022, 17:40 Uhr

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