[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] Installing a Debian Etch DomU using debootstrap



On Sun June 22 2008, Thomas wrote:
> I wanted to install a Debian Etch DomU under Xen 3.2.1. But I
> constantly get the following error message when booting the DomU:
>
> ---
> Kernel panic - not syncing: VFS: Unable to mount root fs on
> unknown-block(3,1) ---
>
> The DomU config file is:
> ---
> disk = [ 'phy:/dev/mapper/xenvg-VM1,/dev/hda1,w',
> 'phy:/dev/mapper/xenvg-VM1--swap,hda2,w' ]
> ---

I'm unsure if it's possible to specifiy the absolute dm path for the lv but 
my setups all work with the following settings using a relative path 
(to /dev) for the lv within the vg (not using the dm path), e.g.:

disk = [ 'phy:vg0/lv-rootfs-terry,hda1,w' ]

where the lv ist /dev/vg0/lv-rootfs-terry

$> ls -l /dev/vg0/lv-rootfs-terry
[...] /dev/vg0/lv-rootfs-terry -> /dev/mapper/vg0-lv--rootfs--terry

For your setup it would be
disk = [ 'phy:xenvg/VM1,hda1,w' ]

Regards
Daniel

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.