<HTML>
<HEAD>
<TITLE>Ubuntu run instance error + xen</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
<BR>
On xen + openstack diaboli-3 when running an instance with the generic ubuntu UEC images  from <a href="http://wiki.openstack.org/RunningNova#Registering_the_image">http://wiki.openstack.org/RunningNova#Registering_the_image</a>  I am seeing the following:<BR>
<BR>
</SPAN></FONT><SPAN STYLE='font-size:11pt'><FONT FACE="Courier, Courier New">[    0.210681] VFS: Cannot open root device "xvda" or unknown-block(0,0)<BR>
[    0.210691] Please append a correct "root=" boot option; here are the available partitions:<BR>
[    0.210708] ca00            8192 sda driver: vbd<BR>
[    0.210720] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)<BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><BR>
This is on debian 6 (x86-64), is this a location that exists for others?<BR>
<BR>
Here is the xml that was used to create this instance. It looks pretty standard. Any xen users out there encountered this?<BR>
<BR>
</FONT><FONT FACE="Courier, Courier New"><domain type='xen' id='18'><BR>
  <name>instance-0000002b</name><BR>
  <uuid>a1655436-d1c6-3e2c-bf57-a9c487f21e27</uuid><BR>
  <memory>524288</memory><BR>
  <currentMemory>524288</currentMemory><BR>
  <vcpu>1</vcpu><BR>
  <bootloader></bootloader><BR>
  <os><BR>
    <type>linux</type><BR>
    <kernel>/home/ctoteam/nova/nova/..//instances/instance-0000002b/kernel</kernel><BR>
    <cmdline>root=/dev/xvda ro</cmdline><BR>
  </os><BR>
  <clock offset='utc'/><BR>
  <on_poweroff>destroy</on_poweroff><BR>
  <on_reboot>restart</on_reboot><BR>
  <on_crash>destroy</on_crash><BR>
  <devices><BR>
    <emulator>/usr/lib/xen-4.0/bin/qemu-dm</emulator><BR>
    <disk type='file' device='disk'><BR>
      <driver name='file'/><BR>
      <source file='/home/ctoteam/nova/nova/..//instances/instance-0000002b/disk'/><BR>
      <target dev='sda' bus='scsi'/><BR>
    </disk><BR>
    <interface type='bridge'><BR>
      <mac address='02:16:3e:65:67:59'/><BR>
      <source bridge='pan0'/><BR>
      <script path='/etc/xen/scripts/vif-bridge'/><BR>
      <target dev='vif18.0'/><BR>
    </interface><BR>
    <console type='pty' tty='/dev/pts/2'><BR>
      <source path='/dev/pts/2'/><BR>
      <target type='xen' port='0'/><BR>
    </console><BR>
    <input type='mouse' bus='xen'/><BR>
    <graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0' keymap='en-us'/><BR>
  </devices><BR>
</domain><BR>
</FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><BR>
<BR>
 <BR>
<BR>
</FONT></SPAN>
</BODY>
</HTML>