All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen 2.0 deployment recommendation
@ 2004-11-10 18:18 Ed Espino
  2004-11-10 18:57 ` Robert Edmonds
  0 siblings, 1 reply; 4+ messages in thread
From: Ed Espino @ 2004-11-10 18:18 UTC (permalink / raw)
  To: xen-devel

Xen-devel,

Could someone please recommend a starting Linux distribution of least
resistance for deploying Xen 2.0.  I am not limited to any one
distribution.  I have encountered various issues (recorded below) with
Red Hat Enterprise Linux 3 and Fedora Core 2 distributions that are
impeding me from performing a comparison of Xen 2.0 to VMWare GSX
Server.

Regards, 
-=e

Issues encountered:
----------------------------------------------------------------------

  Linux Distro: Red Hat Enterprise Linux 3
  Kernel: 2.4.21-15.EL
  
  Symptom: When booting Xen 2.0 binary distribution the following
  error message is received "Kernel panic : No init = found.  Try
  passing init=3D option to kernel". 

----------------------------------------------------------------------

  Linux Distro: Fedora Core 2 (2.6.5-1.358smp)
  Built Xen 2.0 kernel: 2.6.9-xen0

  Symptom: When booting 2.6.9 based kernel built with the Xen 2.0
  source distribution the following error messages are repeatedly
  received.  The system boots but no modules are loaded (lsmod):

    Nov  9 14:38:28 sacramento modprobe: FATAL: Could not load
/lib/modules/2.6.9-xen0/modules.dep: No such file or directory 

----------------------------------------------------------------------




Ed Espino
SpikeSource,Inc.
email: eespino@spikesource.com
cell: 925.437.3734
home: 925.831.9820 
      _____   __o
  -------    -\<,
   ------ ( )/ ( )

________________________________________________________________________
The information contained in this email message may be privileged,
confidential and protected from disclosure. If you are not the intended
recipient, any dissemination, distribution or copying is strictly
prohibited. If you think that you have received this email message in
error, please notify the sender by reply email and delete the message
and any attachments.



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

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

* Re: Xen 2.0 deployment recommendation
  2004-11-10 18:18 Xen 2.0 deployment recommendation Ed Espino
@ 2004-11-10 18:57 ` Robert Edmonds
  2004-11-12 23:53   ` Manoj Punamia
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Edmonds @ 2004-11-10 18:57 UTC (permalink / raw)
  To: xen-devel

Ed Espino wrote:
> Could someone please recommend a starting Linux distribution of least
> resistance for deploying Xen 2.0.  I am not limited to any one
> distribution.  I have encountered various issues (recorded below) with
> Red Hat Enterprise Linux 3 and Fedora Core 2 distributions that are
> impeding me from performing a comparison of Xen 2.0 to VMWare GSX
> Server.

Debian? There are instructions near the end of the Xen user manual on
using the debootstrap utility to create a Debian base system.

-- 
Robert Edmonds


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

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

* Re: Xen 2.0 deployment recommendation
  2004-11-10 18:57 ` Robert Edmonds
@ 2004-11-12 23:53   ` Manoj Punamia
  0 siblings, 0 replies; 4+ messages in thread
From: Manoj Punamia @ 2004-11-12 23:53 UTC (permalink / raw)
  To: xen-devel

Robert Edmonds <edmonds42 <at> bellsouth.net> writes:

> 
> Ed Espino wrote:
> > Could someone please recommend a starting Linux distribution of least
> > resistance for deploying Xen 2.0.  I am not limited to any one
> > distribution.  I have encountered various issues (recorded below) with
> > Red Hat Enterprise Linux 3 and Fedora Core 2 distributions that are
> > impeding me from performing a comparison of Xen 2.0 to VMWare GSX
> > Server.
> 
> Debian? There are instructions near the end of the Xen user manual on
> using the debootstrap utility to create a Debian base system.
> 

I am also interested in the comparision of the two and have similar issues. 
Keep getting Kernel Panic when using with RedHat 9.0.





-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

* RE: Xen 2.0 deployment recommendation
@ 2004-11-14 23:09 Ian Pratt
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Pratt @ 2004-11-14 23:09 UTC (permalink / raw)
  To: Ed Espino, xen-devel

> Linux Distro: Red Hat Enterprise Linux 3
>   Kernel: 2.4.21-15.EL
>   
>   Symptom: When booting Xen 2.0 binary distribution the following
>   error message is received "Kernel panic : No init = found.  Try
>   passing init=3D option to kernel". 

Are you sure the file system image is populated correctly? I presume the
file system is ext3 rather than something fancy? What happens if you
mount it from dom0 and look at sbin/init?
 
> ----------------------------------------------------------------------
> 
>   Linux Distro: Fedora Core 2 (2.6.5-1.358smp)
>   Built Xen 2.0 kernel: 2.6.9-xen0
> 
>   Symptom: When booting 2.6.9 based kernel built with the Xen 2.0
>   source distribution the following error messages are repeatedly
>   received.  The system boots but no modules are loaded (lsmod):
> 
>     Nov  9 14:38:28 sacramento modprobe: FATAL: Could not load
> /lib/modules/2.6.9-xen0/modules.dep: No such file or directory 

This error is usually harmless, and just indiciates that you haven't
installed modules for your xen kernel on the new partition. Once you've
got the system booted you should be able to log in and install the
modules.

Alternatively, if you want to install before rebooting use: 
 make INSTALL_DIR=/temporary_mnt_point_of_new_file_system install

Ian


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8

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

end of thread, other threads:[~2004-11-14 23:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-10 18:18 Xen 2.0 deployment recommendation Ed Espino
2004-11-10 18:57 ` Robert Edmonds
2004-11-12 23:53   ` Manoj Punamia
  -- strict thread matches above, loose matches on Subject: below --
2004-11-14 23:09 Ian Pratt

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.