i'm running centos 5.6 as dom0 and want to install centos 5.7 as domu but every time i start installation the process stucks on "Starting install process.This may take several minutes..."
I install using network http method
I use xen boot images from http://mirror.centos.org/centos/5.7/os/x86_64/images/xen/
And i'm following this guide http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU
Here's my install config
kernel = "/srv/xen/install/centos-5.7/vmlinuz"
ramdisk = "/srv/xen/install/centos-5.7/initrd.img"
extra = "text"
name = "test"
memory = "512"
disk = [ 'tap:aio:/srv/xen/drive/test.img,xvda,w', ]
vif = [ 'bridge=xenbr0', ]
vcpus=2
on_reboot = 'destroy'
on_crash = 'destroy'
UPDATE*:
I've tested Centos 5.6 domu same thing