Quick notes on Xen 3.1 on Debian & LVM
Posted on 2007-07-18 14:11:57 EEST.
This is mainly to serve my own memory, though if you have questions I can try to clarify this.
The tutorial at HowToForge is good however it supposes you wish to use loopback and image files in stead of LVM partitions.
- Install your Debian etch with LVM the way you see fit, remember to have spare space on your volumegroups.
- Follow the HowTo, use Chapter 5 to install Xen from sources, after compiling the xen0 kernel create an initrd for it with mkinitramfs -o /boot/initrd.img-2.6.18-xen0 2.6.18-xen0
- Continue with tutorial
- When configuring xen-tools in /etc/xen-tools/xen-tools.conf use lvm in stead of dir, I use reiserfs as the filesystem type since it allows online resizing if neccessary.