[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Newbie question on network and VM management
On Tue, 2015-03-10 at 23:27 -0700, Tengiz Dawkins wrote: > hi gurus, > > > I am trying to create my domU from the kernel and ramdisk of dom0 and > it fails. I think i am missing the root file system config. Can you > advise how to instruct domu kernel to load correct domu ramdisk? > > > Also the errors says: > > CPU: 0 PID: 1 Comm: init Not tainted > 3.10.68-11.el6.centos.alt.x86_64 #1 > What this actually means? It just says that the process "init", with pid 1 crashed on cpu 0 and gives the kernel version. > $cat tengiz1.cfg > kernel = "/root/vmlinuz_dom0" > ramdisk = "/root/ramdisk_dom0" > name = "myfirstdomu" > memory = "450" > disk = [ 'tap:aio:/home/tengiz/image10gb.img,xvda,w', ] > vif = [ 'bridge=xenbr0', ] > vcpus=1 > on_reboot = 'destroy' > on_crash = 'destroy' This is missing any kind of root=/extra=/cmdline= or bootloader= statement, which would result in a root= on the kernel command line. So the kernel has no way of knowing which partition contains a root filesystem. Please check the wiki for numerous examples of how to install a guest (even Centos specific ones) which have examples of configuration files. Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |