Hola! I''m trying to follow the User Manual''s example on how to run ttylinux on xen and failing. # xm create ttylinux-xen.cf -c Using config file "ttylinux-xen.cf". Started domain ttylinux, console on port 9604 ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version 3.3.5 (Debian 1:3.3.5-3)) #1 Thu Apr 14 21:19:00 ART 2005 ... EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 108k freed Kernel panic - not syncing: No init found. Try passing init= option to kernel. (xm destroy ttylinux) ************ REMOTE CONSOLE EXITED ***************** # cat ttylinux-xen.cf kernel = "/boot/vmlinuz-2.6.11-xenU" memory = 32 name = "ttylinux" nics = 2 disk = [''file:/root/ttylinux-xen,sda1,w''] root = "/dev/sda1 ro" #extra = "init=/bin/sh" # tried this, didn''t help. /root/ttylinux-xen is the image downloaded from sf.net, I''ve mounted it and /sbin/init is there. Using xen-unstable 2005-04-14 snapshot. What am I doing wrong? Thanks, HoraPe --- Horacio J. Peña horape@compendium.com.ar horape@uninet.edu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hola! I''m trying to follow the User Manual''s example on how to run ttylinux on xen and failing. # xm create ttylinux-xen.cf -c Using config file "ttylinux-xen.cf". Started domain ttylinux, console on port 9604 ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version 3.3.5 (Debian 1:3.3.5-3)) #1 Thu Apr 14 21:19:00 ART 2005 ... EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 108k freed Kernel panic - not syncing: No init found. Try passing init= option to kernel. (xm destroy ttylinux) ************ REMOTE CONSOLE EXITED ***************** # cat ttylinux-xen.cf kernel = "/boot/vmlinuz-2.6.11-xenU" memory = 32 name = "ttylinux" nics = 2 disk = [''file:/root/ttylinux-xen,sda1,w''] root = "/dev/sda1 ro" #extra = "init=/bin/sh" # tried this, didn''t help. /root/ttylinux-xen is the image downloaded from sf.net, I''ve mounted it and /sbin/init is there. Using xen-unstable 2005-04-14 snapshot. What am I doing wrong? Thanks, HoraPe --- Horacio J. Peña horape@compendium.com.ar horape@uninet.edu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Am Donnerstag, den 14.04.2005, 22:39 -0300 schrieb Horacio J. Peña:> Hola! > > I''m trying to follow the User Manual''s example on how to run ttylinux on > xen and failing. > > # xm create ttylinux-xen.cf -c > Using config file "ttylinux-xen.cf". > Started domain ttylinux, console on port 9604 > ************ REMOTE CONSOLE: CTRL-] TO QUIT ******** > Linux version 2.6.11-xenU (horape@elanor.compendium.net.ar) (gcc version > 3.3.5 (Debian 1:3.3.5-3)) #1 Thu Apr 14 21:19:00 ART 2005 > ... > EXT3-fs: mounted filesystem with ordered data mode. > VFS: Mounted root (ext3 filesystem) readonly. > Freeing unused kernel memory: 108k freed > Kernel panic - not syncing: No init found. Try passing init= option to > kernel. > > (xm destroy ttylinux) > ************ REMOTE CONSOLE EXITED ***************** > > # cat ttylinux-xen.cf > kernel = "/boot/vmlinuz-2.6.11-xenU" > memory = 32 > name = "ttylinux" > nics = 22 nics but no vif definition?> disk = [''file:/root/ttylinux-xen,sda1,w''] > root = "/dev/sda1 ro" > #extra = "init=/bin/sh" # tried this, didn''t help. > > /root/ttylinux-xen is the image downloaded from sf.net, I''ve mounted it > and /sbin/init is there.Strange. I have no problem running that ttylinux image with xen-2.0- testing.> Using xen-unstable 2005-04-14 snapshot. > > What am I doing wrong?Maybe nothing? Did you try * another rootfs? * the binary snapshot domU kernel (if you compiled yourself)? * xen-2.0-testing? /nils. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users