On Nov 25, 2007 11:57 AM, AnOnJoe <
anonjoe@xxxxxxxxx> wrote:
> Hi,
> I can't create my domain.
> /dev/AnOnCG/AnOnLVDeb = LVM
>
> domain.cfg :
> > kernel = "/boot/vmlinuz-
2.6.22-14-xen"
> > memory = 256
> > name = "debian-guest"
> > vcpus = 1
> > disk = [ 'phy:/dev/AnOnVG/AnOnLVDeb,hda1,w']
> > root = "/dev/hda1 ro"
>
> /boot/grub/menu.lst :
> > title Xen 3.1 / Ubuntu 7.10, kernel 2.6.22-14-xen
> > root (hd0,0)
> > kernel /xen-3.1.gz
> > module /vmlinuz-
2.6.22-14-xen
> root=UUID=40b4ee9c-3626-4661-b92d-7748485bca12 ro console=tty0
> > module /initrd.img-2.6.22-14-xen
> >
>
> but when i lauch xm create :
> > xm create -c
domain.cfg vmid=1
> >
>
> I have an error :
> > [ 3265.354447] List of all partitions:
> > [ 3265.354472] 0301 5242880 hda1 driver: vbd
> > [ 3265.354484] No filesystem could mount root, tried: cramfs
> > [ 3265.354500] Kernel panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(3,1)
> >
>
> AnOnJoe