I am trying to do a fully automated install of Ubuntu 10.04
My pxelinux.cfg/default file looks like this -
label linux
kernel ubuntu-installer/amd64/linux
ipappend 2
append ks=http://172.16.20.254/ks.cfg ksdevice=bootif pressed/url=http://172.16.20.254/ubuntu.seed initrd=ubuntu-installer/amd64/initrd.gz ramdisk_size=16432 root=/dev/rd/0 devfs=mount,dall rw --
My kickstart file is never requested when I look at my apache logs. There is no activity in the apache logs. Yet I can request the apache logs by going to http://172.16.20.254/ks.cfg
WHen I boot, the server starts a PXE install, DHCP succeeds and then it stops at the nameserver input box. NO activity in logs.
Any ideas?
Cheers
Dave