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 = '/boot/vmlinuz-2.6.26-2-xen-686'<br>ramdisk = '/boot/initrd.img-2.6.26-2-xen-686'<br>
memory = "256"<br>name = "a"<br>vif = ['mac=00:16:3e:22:22:22']<br>disk = ['file:/home/user/debian.5-0.x86.img,sda1,w']<br>root = "/dev/sda1 ro"</i><br><br>I'm using this template:<br>
<br><i>NAME   = vm-example<br>MEMORY = 768<br>OS     = [<br>  kernel   = "/boot/vmlinuz-2.6.26-2-xen-686",<br>  initrd   = "/boot/initrd.img-2.6.26-2-xen-686",<br>  root     = "sda1 ro"]<br><br>
DISK   = [<br>  source   = "/opt/nebula/images/debian-stacklet/debian.5-0.x86.img",<br>  target   = "sda1",<br>  readonly = "no" ]<br><br>NIC    = [ mac  = "00:16:3e:58:82:3a" ]</i><br>
<br>which generates the following deployment.0 file:<br><br><i>name = 'one-61'<br>#O CPU_CREDITS = 256<br>memory  = '768'<br>kernel = '/boot/vmlinuz-2.6.26-2-xen-686'<br>ramdisk = '/boot/initrd.img-2.6.26-2-xen-686'<br>
root = '/dev/sda1 ro'<br>disk = [<br>    'tap:aio:/opt/nebula/ONE/var//61/images/disk.0,sda1,w',<br>]<br>vif = [<br>    'mac=00:16:3e:58:82:3a',<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'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 'help' for a list of built-in commands.<br><br>/bin/sh: can't access tty; job control turned off<br>
(initramfs)</i><br><br>I'm stacked at this point. Any tip/advice is welcomed.<br><br>