what is initrd image?
Answers were Sorted based on User's Feedback
Answer / renjith
initial RAM disk (initrd) is a temporary root file system
that is mounted during system boot to support the two-state
boot process. The initrd contains various executables and
drivers that permit the real root file system to be
mounted, after which the initrd RAM disk is unmounted and
its memory freed. In many embedded Linux systems, the
initrd is the final root file system
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / its.kitts
initrd image is the initial ram disk image
While the system getting booted the kernel image
will get loaded into the main memory after POST
to improve I/O performance.
this initrd image will contain the same version number
of kernel and if we face any error in booting regarding
this initrd we can reinstall it with 'mkinitrd' command
its.kitts@gmail.com
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / viswanath
initrd image is a image file which has initial modules which
are loaded in to the kernel while booting.
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / nandhakumar
initrd image is a image file which has initial modules which
are required to boot like scsi card drivers which are not
available inbuilt in the kernal loaded in to the memory
while booting.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / saravanan
initrd=Initial ram disk
This is the temporary root filesystem
This is only mount when the real root filesystem activate
This is helping to the boot process(dual boot process)
| Is This Answer Correct ? | 2 Yes | 0 No |
What is ll command in unix?
What is clang llvm?
What is clang linux?
Explain difference between nfs soft and hard mouniting points?
in unix how to change old name to new name
Brief about the command kill PID?
What is pwd in linux command?
What is the command to see all the processes are working in the last 30 days?
What is nslookup command?
What does in makefile do?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?
What is filter command in unix?