John Christian
2004-Nov-23 22:52 UTC
[Xen-devel] Kernel running in dom0 wants init= argument
Hi ... so I''m now successfully running in the xen kernel .... now I''m attempting to start my first domain, which begins to load ok, but croaks at this point: Kernel panic - not syncing: no init found. Try passing init= option to kernel. None of the sample domain configs mention init= so I''m at a bit of a loss as to what this means. -John ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
John Christian
2004-Nov-23 23:12 UTC
[Xen-devel] Kernel running in dom0 wants init= argument
Making sure this made it out ...
Mark A. Williamson
2004-Nov-24 21:20 UTC
Re: [Xen-devel] Kernel running in dom0 wants init= argument
> Hi ... so I''m now successfully running in the xen kernel .... now I''m > attempting to start my first domain, which begins to load ok, but croaks > at this point: > > Kernel panic - not syncing: no init found. Try passing init= option to > kernel.This is a generic Linux error. It means that Linux can''t find /sbin/init, which is the first program it runs on startup. This usually means there''s some problem with the root filesystem. Check that the root= setting in the config file matches the block device for the root filesystem you''re exporting to the domain, otherwise Linux may be looking in the wrong place. If you still have trouble, post your config file and tell us how you''ve set up the virtual disks (i.e. what''s in which disk). HTH, Mark> None of the sample domain configs mention init= so I''m at a bit of a > loss as to what this means. > > -John > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xen-devel------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Ian Pratt
2004-Nov-24 21:27 UTC
Re: [Xen-devel] Kernel running in dom0 wants init= argument
> Hi ... so I''m now successfully running in the xen kernel .... now I''m > attempting to start my first domain, which begins to load ok, but croaks > at this point: > > Kernel panic - not syncing: no init found. Try passing init= option to > kernel. > > None of the sample domain configs mention init= so I''m at a bit of a > loss as to what this means.It''s a standard linux thing --- it means that although its mounted a root file system it can''t find /sbin/init. Are you sure you remembered to populate the filesystem? What happens if you mount it in dom0 and inspect it? Ian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Jan Kundrát
2004-Nov-24 22:00 UTC
Re: [Xen-devel] Kernel running in dom0 wants init= argument
John Christian wrote:> Hi ... so I''m now successfully running in the xen kernel .... now I''m > attempting to start my first domain, which begins to load ok, but croaks > at this point: > > Kernel panic - not syncing: no init found. Try passing init= option to > kernel. > > None of the sample domain configs mention init= so I''m at a bit of a > loss as to what this means.Do you have /sbin/init file in your domain1 root filesystem? And is it executable? j. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel