<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Alex Negulescu wrote:
<blockquote cite="mid:4BC3A72D.5010801@altlinux.org" type="cite">
<pre wrap="">On 04/13/2010 02:00 AM, Alexei V. Mezin wrote:
</pre>
<blockquote type="cite">
<pre wrap="">13.04.2010 02:36, Alex Negulescu ΠΙΫΕΤ:
</pre>
<blockquote type="cite">
<pre wrap="">If you can compare the initrds (the working one and the failing one):
</pre>
</blockquote>
<pre wrap="">Here it is:
working kernel (2.6.32-un-def-alt1)
scsi_mod.ko
sd_mod.ko
megaraid_mm.ko
megaraid_mbox.ko
libata.ko
pata_amd.ko
pata_acpi.ko
sata_nv.ko
sata_sil24.ko
ata_generic.ko
crc-t10dif.ko
exportfs.ko
xfs.ko
Same result with _mkinitrd_ and new kernel. But it does not work.
List of modules from _make-initrd_ and new kernel:
crc-t10dif.ko
megaraid_mm.ko
megaraid_mbox.ko
scsi_mod.ko
sd_mod.ko
exportfs.ko
xfs.ko
Any ideas? Will try to blacklist pata*/ata* tomorrow.
_______________________________________________
Sisyphus mailing list
<a class="moz-txt-link-abbreviated"
href="mailto:Sisyphus@lists.altlinux.org">Sisyphus@lists.altlinux.org</a>
<a class="moz-txt-link-freetext"
href="https://lists.altlinux.org/mailman/listinfo/sisyphus">https://lists.altlinux.org/mailman/listinfo/sisyphus</a>
</pre>
</blockquote>
<pre wrap=""><!---->
Mda, that's what I'm trying too, to add the right modules with
make-initrd, but without luck. How could this be done, I wonder ?
I think you would need to add at least sata_sil24.ko for the machine to
boot :(
My 2 cents..
_______________________________________________
Sisyphus mailing list
<a class="moz-txt-link-abbreviated"
href="mailto:Sisyphus@lists.altlinux.org">Sisyphus@lists.altlinux.org</a>
<a class="moz-txt-link-freetext"
href="https://lists.altlinux.org/mailman/listinfo/sisyphus">https://lists.altlinux.org/mailman/listinfo/sisyphus</a></pre>
</blockquote>
<font face="Verdana">Hi,<br>
<br>
Finally I got something up:<br>
Besides the comparation made with:<br>
zcat /boot/initrd.working |cpio -t |fgrep .ko<br>
zcat /boot/initrd.not-working |cpio -t |fgrep .ko<br>
followed by creation of /etc/modprobe.d/blacklist-ide, we have some
more stuff to edit here:<br>
<br>
For example, if you really need ahci:<br>
<br>
cd /usr/share/make-initrd/features/add-modules<br>
pico config.mk<br>
</font>
<blockquote><font face="Verdana">MODULES_ADD ?=</font><br>
<font face="Verdana">MODULES_LOAD ?=</font><br>
<font face="Verdana">MODULES_PRELOAD ?= ahci<br>
</font></blockquote>
<font face="Verdana">Would be nice to add this stuff to initrd.mk or
some file in /etc, I think.<br>
<br>
Rgrds,<br>
Alex</font>
<blockquote><font face="Verdana"></font></blockquote>
-- <br>
<div class="moz-signature">Alex Negulescu<br>
Best regards from Romania<br>
PGP Key: 0x4222D8AA @ hkp://keys.gnupg.net
</div>
</body>
</html>