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 know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
What is a ulimit in unix?
what is the fastest way to enter a series of commands from the command-line in linux
What is Write Command?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
a remote shell is invoked by the command a)remote_shell b)remote_sh c)rsh d)remote conn
What are grep patterns called?
Explain the linux directory commands along with the description?
What Command used to lock user password?
What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?
What is unix finger command?
Is python faster than bash?