FOG boot from ISO Centos with ks.cfg
-
Hi,
I am trying to load the ks.cfg file with the ISO installation
I tried to add :kernel http://fog/listing/centos7_1804/images/pxeboot/vmlinuz initrd http://fog/listing/centos7_1804/images/pxeboot/initrd.img ks http://fog/listing/centos7_1804/ks.cfg boot || goto MENU
buy that’s not work, any idea ??
-
@iyad I have not used this myself yet but from what I find on the web (e.g. CentOS docs) you might try this:
kernel http://fog/listing/centos7_1804/images/pxeboot/vmlinuz inst.ks=http://fog/listing/centos7_1804/ks.cfg initrd http://fog/listing/centos7_1804/images/pxeboot/initrd.img boot || goto MENU
-
OMG it’s working I spent like 5 hours searching for a solution and now it’s done by your answer.
you are the best bro thanks :)))))))))))))))))))