I am trying to insmod a kernel module on a external media via initramfs scripts during boot process.

I want to know if after insmod the media should remain available to system or system temporarily copy it to use it?

After all is it possible to insert kernel module via external media?

Thanks

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I found the answer, i insert my module using insmod during local-top scripts of initramfs. After inserting module it's necessary to unmount external device, else you go in to wall getting kernel panic.

module is available yet after unmounting device

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.