|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Xen 2.0 deployment recommendation
> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|