I try to make a linux system in my U key
I use an initrd from REDHAT.
but kernle panic with the following infomation
Switching to new root
exec of init(/sbin/init)failed!!!:2
umount /initrd/dev failed:2
kernel panic - not syncing :Attempted to kill init!
I througt it may failed to mount root filesystem, so that I can't find the init. however, I change the init script in initrd, using find command
find ./ init
it turn out that I can find init in /sbin.
1)Does it mean that I have succeed to mount my root file system?
2)If it is, why exec of init failed?(I use init from busybox)
Thanx a lot!