Displaying 1 result from an estimated 1 matches for "exceve".
Did you mean:
excede
2005 Apr 06
4
Query on Initramfs' and Initrd's coexistence
Hi
I am trying to have a built in initramfs along with the traditional initrd.
So I mount the initrd from the initramfs, but am facing problems in trying
to run the 'linuxrc'.
Following are the issues:
1. I mount the initrd from the initramfs and exceve 'linuxrc'.
It starts executing linuxrc, but gives the following errors and panics:
Red hat nash version 3.4.42 starting
Loading jbd.o modules
insmod: QM_MODULES
ERROR: /bin/insmod exited abnormally!
Loading ext3.o module
insmod: QM_MODULES:
ERROR: /bin/insmod exited abnormally!
Mounti...