|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] xen on suse 9.3 and software raid
Robbie Dinn <robbie@xxxxxxxxxxxx> writes:
> Any one else got any ideas?
Had a look today, figured mkinitrd has a bug which causes it using the
default kernel modules, not the xen kernel ones in case you have both
-default and -xen installed (which most likely is the case).
Try the patch below, rerun mkinitrd, reboot and see whenever it works
better then.
HTH,
Gerd
--- /sbin/mkinitrd.o 2005-05-10 14:52:30.201725832 +0200
+++ /sbin/mkinitrd 2005-05-10 15:11:45.752785097 +0200
@@ -1671,6 +1671,8 @@
fi
# Filter modules into fs and non-fs (driver) modules
+ fs_modules=""
+ drv_modules=""
for module in $resolved_modules; do
case $module in
*/kernel/fs/*)
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-users] xen on suse 9.3 and software raid,
Gerd Knorr <=
|
|
|
|
|