All of lore.kernel.org
 help / color / mirror / Atom feed
* Kernel running in dom0 wants init= argument
@ 2004-11-23 22:52 John Christian
  2004-11-24 21:20 ` Mark A. Williamson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: John Christian @ 2004-11-23 22:52 UTC (permalink / raw)
  To: xen-devel

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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Kernel running in dom0 wants init= argument
@ 2004-11-23 23:12 John Christian
  0 siblings, 0 replies; 5+ messages in thread
From: John Christian @ 2004-11-23 23:12 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 33 bytes --]

Making sure this made it out ...

[-- Attachment #2: Kernel running in dom0 wants init= argument --]
[-- Type: message/rfc822, Size: 762 bytes --]

From: John Christian <jchristi@postini.com>
To: xen-devel@lists.sourceforge.net
Subject: Kernel running in dom0 wants init= argument
Date: Tue, 23 Nov 2004 14:52:27 -0800
Message-ID: <41A3BF2B.9040807@postini.com>

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel running in dom0 wants init= argument
  2004-11-23 22:52 John Christian
@ 2004-11-24 21:20 ` Mark A. Williamson
  2004-11-24 21:27 ` Ian Pratt
  2004-11-24 22:00 ` Jan Kundrát
  2 siblings, 0 replies; 5+ messages in thread
From: Mark A. Williamson @ 2004-11-24 21:20 UTC (permalink / raw)
  To: xen-devel; +Cc: John Christian

> 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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel running in dom0 wants init= argument
  2004-11-23 22:52 John Christian
  2004-11-24 21:20 ` Mark A. Williamson
@ 2004-11-24 21:27 ` Ian Pratt
  2004-11-24 22:00 ` Jan Kundrát
  2 siblings, 0 replies; 5+ messages in thread
From: Ian Pratt @ 2004-11-24 21:27 UTC (permalink / raw)
  To: John Christian; +Cc: xen-devel, Ian.Pratt

> 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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Kernel running in dom0 wants init= argument
  2004-11-23 22:52 John Christian
  2004-11-24 21:20 ` Mark A. Williamson
  2004-11-24 21:27 ` Ian Pratt
@ 2004-11-24 22:00 ` Jan Kundrát
  2 siblings, 0 replies; 5+ messages in thread
From: Jan Kundrát @ 2004-11-24 22:00 UTC (permalink / raw)
  To: xen-devel

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/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-24 22:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-23 23:12 Kernel running in dom0 wants init= argument John Christian
  -- strict thread matches above, loose matches on Subject: below --
2004-11-23 22:52 John Christian
2004-11-24 21:20 ` Mark A. Williamson
2004-11-24 21:27 ` Ian Pratt
2004-11-24 22:00 ` Jan Kundrát

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.