Comment 22 for bug 516684

Revision history for this message
AR (info-xlrs) wrote :

I found a way getting a working 10.04 domU with a hardy dom0.

I used this howto: http://www.agileweboperations.com/xen-debian-lenny-dom0-with-ubuntu-lucid-guest/

The only differences I did in my $DOMU.cfg. This is my config:

bootloader="/usr/bin/pygrub"
#kernel = '/boot/vmlinuz-2.6.24-28-xen'
#ramdisk = '/boot/initrd.img-2.6.24-28-xen'
memory = '4096'

#
# Disk device(s).
#
root = '/dev/xvda2 ro'
disk = [
                  'tap:aio:/data/xen/domains/mail1/disk.img,xvda2,w',
                  'tap:aio:/data/xen/domains/mail1/swap.img,xvda1,w',
              ]

HTH, Axel