Hi,<br><br>Both Dom0 and DomU are Debian Lenny.<br><br>If I boot the VM directly with this .cfg, it goes Ok:<br><br><i>kernel = &#39;/boot/vmlinuz-2.6.26-2-xen-686&#39;<br>ramdisk = &#39;/boot/initrd.img-2.6.26-2-xen-686&#39;<br>
memory = &quot;256&quot;<br>name = &quot;a&quot;<br>vif = [&#39;mac=00:16:3e:22:22:22&#39;]<br>disk = [&#39;file:/home/user/debian.5-0.x86.img,sda1,w&#39;]<br>root = &quot;/dev/sda1 ro&quot;</i><br><br>I&#39;m using this template:<br>
<br><i>NAME   = vm-example<br>MEMORY = 768<br>OS     = [<br>  kernel   = &quot;/boot/vmlinuz-2.6.26-2-xen-686&quot;,<br>  initrd   = &quot;/boot/initrd.img-2.6.26-2-xen-686&quot;,<br>  root     = &quot;sda1 ro&quot;]<br><br>
DISK   = [<br>  source   = &quot;/opt/nebula/images/debian-stacklet/debian.5-0.x86.img&quot;,<br>  target   = &quot;sda1&quot;,<br>  readonly = &quot;no&quot; ]<br><br>NIC    = [ mac  = &quot;00:16:3e:58:82:3a&quot; ]</i><br>
<br>which generates the following deployment.0 file:<br><br><i>name = &#39;one-61&#39;<br>#O CPU_CREDITS = 256<br>memory  = &#39;768&#39;<br>kernel = &#39;/boot/vmlinuz-2.6.26-2-xen-686&#39;<br>ramdisk = &#39;/boot/initrd.img-2.6.26-2-xen-686&#39;<br>
root = &#39;/dev/sda1 ro&#39;<br>disk = [<br>    &#39;tap:aio:/opt/nebula/ONE/var//61/images/disk.0,sda1,w&#39;,<br>]<br>vif = [<br>    &#39;mac=00:16:3e:58:82:3a&#39;,<br>]</i><br><br>So, the first problem is at this point. It takes about 5 minutes. However, when booting directly (without using ONE) it takes a few seconds.<br>
<br><i>[    5.407251] XENBUS: Waiting for devices to initialise: 295s...290s...285s...280s...275s...270s...265s...(...)75s...70s...65s...60s...55s...50s...45s...40s...35s...30s...25s...20s...15s...10s...5s...0s...</i><br>
<br>The second problem: It fails when trying to mount the root file system. Without using ONE, this doesn&#39;t happen:<br><br><i>Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.<br>Begin: Waiting for root file system ... ^Cdone.<br>
Gave up waiting for root device.  Common problems:<br> - Boot args (cat /proc/cmdline)<br>   - Check rootdelay= (did the system wait long enough?)<br>   - Check root= (did the system wait for the right device?)<br> - Missing modules (cat /proc/modules; ls /dev)<br>
ALERT! /dev/sda1 does not exist. Dropping to a shell!<br><br>BusyBox v1.10.2 (Debian 1:1.10.2-2) built-in shell (ash)<br>Enter &#39;help&#39; for a list of built-in commands.<br><br>/bin/sh: can&#39;t access tty; job control turned off<br>
(initramfs)</i><br><br>I&#39;m stacked at this point. Any tip/advice is welcomed.<br><br>