Archive for the ‘Xen’ Category

Bootstrapping an Ubuntu guest for Xen

Wednesday, October 24th, 2007

First, some empty disk space is needed. Let’s create a logical volume for our new virtual machine:

root@xenserver1:~# lvcreate -n testlv -L 10G vg0
  Logical volume “testlv” created

Create a filesystem on the new logical volume:

(more…)