If you have an initrd.img file use the below command to get the initrd file.
gunzip < <your_initrd.img>
You can mount the initrd file using the command:
mount -ro loop <your_initrd_file> <target_dir>
gunzip < <your_initrd.img>
You can mount the initrd file using the command:
mount -ro loop <your_initrd_file> <target_dir>
At first I miss < in first command. Thanks
ReplyDelete