User Tools

Site Tools


virtualisation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
virtualisation [2017/07/27 12:56]
hkoller [Resizing a (system) disk]
virtualisation [2020/02/13 11:08]
mantis
Line 18: Line 18:
  
 ===== With Ubuntu already installed ===== ===== With Ubuntu already installed =====
 +
 +==== vmbuilder ====
 +
 If you want to create an **Ubuntu** VM you can use a shortcut (found here: https://​help.ubuntu.com/​8.04/​serverguide/​C/​ubuntu-vm-builder.html). Install If you want to create an **Ubuntu** VM you can use a shortcut (found here: https://​help.ubuntu.com/​8.04/​serverguide/​C/​ubuntu-vm-builder.html). Install
  
Line 52: Line 55:
 </​code>​ </​code>​
  
 +
 +==== Bionic ====
 +
 +<code bash>
 +virt-builder ubuntu-18.04 --format qcow2 --size 20G -o ubuntu1804.qcow2 --root-password password:​ubuntu
 +</​code>​
  
 ===== Empty disk Images===== ===== Empty disk Images=====
Line 142: Line 151:
 sudo fdisk /dev/vda sudo fdisk /dev/vda
 #sudo fdisk --compatibility=dos /dev/vda # in case you want to start at sector 63 #sudo fdisk --compatibility=dos /dev/vda # in case you want to start at sector 63
 +# or on newer fdisk versions: ​
 +#sudo fdisk -c=dos /dev/vda # in case you want to start at sector 63
  
 p # print partition table and memorize start sector etc. p # print partition table and memorize start sector etc.
virtualisation.txt ยท Last modified: 2020/02/13 11:47 by mantis