|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Problem in domain creation
> Hi Group,
> I recently downloaded Xen and now am trying to create
> domains using it. When I create a new domain using xc_dom_create.py
> tool, I get an error in the xen console:
> FAT: bogus logical sector size 0
> UMSDOS: msdos_read_super failed, mount aborted.
> FAT: bogus logical sector size 0
> FAT: bogus logical sector size 0
> Kernel Panic: VFS: Unable to mount root fs on 08:15
>
> Can you tell me what the problem is?
It's looking for a root filesystem on sda15 and failing to find
one, presumably because your config file doesn't contain a
vbd_list that grants the new domain access to sda15 e.g.
vbd_list = [ ('phy:sda15','sda15','w') ]
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|