Displaying 1 result from an estimated 1 matches for "nomdadmconf".
Did you mean:
mdadmconf
2016 Mar 01
0
making a new initrd
...ed driver for a new
motherboard we have here.
I'd like to take this initramfs and rebuild it/modify it so that it is
suitable for pxe booting.
I have tried
dracut -v --force --add "anaconda" initramfs.img # results in an image
that is too large for tftp
Or
dracut --nofscks --nomdadmconf --nolvmconf --xz --no-early-microcode -m
"anaconda" --force initramfs.img # kernel panics
What steps should I be taking to create an initrd image suitable for pxe
boot ?
Thanks