Creating a recovery initrd

I used another method i created a custom rd(link= “Working with Linux Initial RAM Disks”) and added drivers and some exe to it and packed it to gzip format ,changed ram size in extlinux.conf and changed “root=ram0” and gave the init path (“APPEND ${cbootargs} console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 root=/dev/ram0 rw init=/bin/bash ramdisk_size=65536”).And it’s now working i got the console.But it’s still showing EOF is missing .But it’s working.