[Ilugc] Did u faced this Problem !!!!!!

  • From: kapil@xxxxxxxxxxx (Kapil Hari Paranjape)
  • Date: Mon Sep 22 21:29:14 2008

Hello,

On Mon, 22 Sep 2008, dineshatit@xxxxxxxxx wrote:

          I have installed the xen in fc6 by default [Domain-0]. i have
configured to create another domain . they follows

 kernel ="/boot/vmlinuz-2.6.18-1.2798.fc6xen"
memory = 416
name = "test"
#disk = ['phy:sda,sda1,w','phy:sdb,sdb1,w']
disk = ['phy:sdb,sdb1,w']
root = "/dev/VolGroup00/LogVol00"
         ^^^^^^^^^^^^^^^^^^^^^^^^^^

I think you mean this is a logical device for dom0. So it must be
exported to the domU as a virtual device. Your entry should be
something like

 kernel ="/boot/vmlinuz-2.6.18-1.2798.fc6xen"
 memory = 416
 name = "test"
 disk = ['phy:/dev/VolGroup00/LogVol00,sdb1,w']
 root = "/dev/sdb1"

Please check this before using it or you may trash your disk!

Kapil.
--

Other related posts: