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 the pwd command?
What are the basic commands for user management?
What does the following command line produce? Explain each aspect of this line. $ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l ) >> Activity.log
How do you copy in linux terminal?
How can I only see the first 14 lines of a file?
Which command is used to clear the screen?
how to call recursive grep function?
Explain grep command.
what command would you use to find the hostname of the server if yo ony have the ip address?
What is clang tidy?
Brief about the command ff?
How do I find previous commands in linux?