Displaying 2 results from an estimated 2 matches for "linuxrc1".
Did you mean:
linuxrc
2007 Jan 02
0
customizing initrd - kernel panic while booting
Hi,
I want to customize initrd so that I can run my
application once vmlinuz loads initrd. (similar to dos
booting - dos runs autoexec.bat)
I copied vmlinuz & initrd from RHEL4 ISO.
Mounted initrd
renamed 'linuxrc' exe to linuxrc1
created new script linuxrc
called linuxrc1 from linuxrc script
called my application from linuxrc script.
But I receive "kernel panic" error:
EXT2-fs: unable to read superblock
isofs_fill_super: bread failed. dev=md1.
iso_blknum=16. block=32
Kernel panic - not syncing: VFS: Unable to mou...
2006 Dec 28
1
modifying initrd.img to run custom application
...chine with kernel - vmlinuz and
initrd initrd.img.
I copied vmlinuz & initrd.img from RHEL4 iso.
I want to modify initrd.img so that when 2nd stage
boot loader loads initrd, my custom application gets
executed.
linuxrc in initrd.img is sym-link to /sbin/init.
My steps:
1. Renamed linuxrc to linuxrc1
2. created new linuxrc script & invoked "/linuxrc1"
from script
(Once initialization is done - i can invoke my custom
application)
But I get "Kernel Panic" error while booting.
EXT2-fs: unable to read superblock
isofs_fill_super: bread failed, dev=md1,
iso_blknum=16, block...