Heyho... it works now !!!
What's gone wrong:
I had to
compile the kernel again with initrd support included (but I asked to do so before ...?!?
http://forums.gentoo.org/viewtopic.php? ... nitrd+1024
OK, then initrd loaded during boot.
Important: It was necessary, that all the scsi-modules were up-to-date in the new initrd, so after recompiling the kernel I had to copy the mentioned modules (scsi_mod.o etc...) to /mnt/initrd once again and made a fresh new initrd!
Btw: I didn't used the /modules path at all, the modules are in /mnt/initrd only.
First I added the three modules:
scsi_mod.o
sd_mod.o
3w-xxxx.o
and so my 3Ware-RAID0 was recognized again!
After booting up again I did a
modprobe ide-scsi at the konsole and
I got a freeze again! The sequence of loading the modules was still wrong, I know.
So I modified my linuxrc again:
scsi_mod.o
sd_mod.o
ide-scsi.o
3w-xxxx.o
Now the ide-scsi modules was loaded before the 3Ware adapter during boot sequence.
And the system started now !!!!
Before I can say more about mounting the CDRW / DVD RWs correctly I have to install the rest of the system now because this is a complete fresh Gentoo installation process.
I will post a message when everything is completed and I can do a
cdrecord -scanbus
again.
Thanks so far,
Karsten.