
an other step forward, no kernel panics anymore.
My major problem was, that I did not copy all libraries to the initrd. A chroot initrd would have shown this without boot. ldd shows what would have been required. Exept linux-gate.so that seems to be a so ghost on my computer.
I did two versions of Grub options, one that brings me into a shell where I can interactively work, the other version starts linuxrc that contains currently just some kind of hello world program.
The remaining work is now to pass the root back from the ramdisk to the usbhd using pivot_root and regularly start /sbin/init.
If everything works, I will clean up my personal notes and write a simple howto in n00b language. I also have to maintain my custom initrd and linuxrc.
