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 |
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What is s in permission linux?
How do you create a file in linux?
difference between Tcp and udp
What is the command to delete a file linux?
Explain how you would find a specific string in a file.
What are runlevels in linux?
How we can set the password length in linux?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
What is the role of the Linux kernel?
What is clang linux?
Write a command that will display all .txt files, including its individual permission.