>    1. Kickstart PXE redhat 5 over HTTP "error downloading kickstart
>       file" (M.B)

> The ks.cfg file is on a directory under the document root of my 
> Apache Server and its available when i?tryed with wget command.

> Bellow my PXE bootloader file
> ?
> default KS
> label KS
> ? kernel vmlinuz-5u3
> ? append ks=http://10.153.80.90/RH5U3/vms02 initrd=initrd-5u3.img 
> ramdisk_size=9216 ksdevice=link ip=10.153.80.11 netmask=255.255.255.0 
> gateway=10.153.80.1 dns=127.0.0.1 keymap=fr lang=en_US.UTF-8 noipv6 
> nicdelay=40 linksleep=30 eth0_ethtool="speed=1000 duplex=full"


Try:

append ks=http://10.153.80.90/RH5U3/vms02/ks.cfg



(Point it to a file, not a directory. You can name a kickstart file 
anything... nothing special about ks.cfg).

-- 
 Cristopher J. Rhea                     
 Mayo Clinic - Research Computing Facility
 200 First St SW, Rochester, MN 55905
 [email protected]
 (507) 284-0587

_______________________________________________
Kickstart-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/kickstart-list

Reply via email to