Displaying 1 result from an estimated 1 matches for "myvmconf".
Did you mean:
myconf
2006 Jun 12
1
Exporting LVM device to domU
...p"
hostname= "myvm"
root = "/dev/sda6 rw"
extra = "4"
##END##
However, when I change the order of the two "disk" statements ([
'phy:sda6,sda6,w' ] first and [ 'phy:vg02/lvol0,sda7,rw' ] second), and try to
create the new vm (xm create -c myvmconf), I get the usual output with this
error at the end:
##BEGINNING##
Loading ext3.ko module
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel panic - not syncin...