[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] DomU with 2.6.23.9
Am Tuesday, den 11 December hub Power-Netz (M. Schmidt) folgendes in die Tasten: > # Virtual host config file > > name = "d999" > kernel = "/virtual/kernel/vmlinux-2.6.23.9-5105" > ramdisk = "/virtual/kernel/initrd.img-2.6.23.9-5105" > // <-- i tryed it with > static kernel and initrd with the same result > disk = ['file:/virtual/images/d999,ioemu:sda1,w', > 'file:/backup/d999,ioemu:sdb1,w'] > root = "/dev/sda1 ro" The block devices seem to be staticly named xvd* in vanilla kernel, regardless what you specify here. So check all device names to xvd* (sda1 -> xvda1, ...) and have a new try. You may also want to add extra = 'console=hvc0' to tell the kernel to print everything to this (Xen) console. You also have to edit /etc/inittab to put a getty on this console. Also add hvc0 to /etc/securetty to enable root login via the xen console. > cpus = "0,1,2,3" > vcpus = 4 > memory = 1024 > vif = ['bridge=xenbr0, vifname=vif999'] HTH Ciao Max -- Follow the white penguin. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |