I have created a new initrd with mkinitrd, then did the folloeing
mkdir ./pxeimage
mkinitrd --with=nfs ./initrd.img $KERNELVER
mv initrd.img initrd.img.gz; gunzip initrd.img.gz
mount -o loop initrd.img ./pxeimage
I get:
LOOP_CLR_FD resource busy
you must specify file system
What am I missing.
Thanks,