@cnbgeren said in PXE boot issue:
My DNS IP address looks to be different then what is shown in the boot file. Could that cause the error?
@cnbgeren said in PXE boot issue:
My DNS IP address looks to be different then what is shown in the boot file. Could that cause the error?
imageserver@imageserver-HP-Compaq-Pro-4300-SFF-PC:~$ cat /tftpboot/default.ipxe
#!ipxe
cpuid --ext 29 && set arch x86_64 || set arch i386
params
param mac0 ${net0/mac}
param arch ${arch}
isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
:bootme
chain http://192.168.1.4/fog/service/ipxe/boot.php##params
imageserver@imageserver-HP-Compaq-Pro-4300-SFF-PC:~$
sorry for sounding dumb but when I run /tftpboot/default.ipxe from the command line I get permission is denied, I,m I doing the command correctly? As far as my browser request I have nothing after the PHP
it is very possible that my co-work could have changed it.
Hello I’m new to this form and new to Ubuntu. With a lot of help I configured my own( version 1.2.0) FOG server but can’t seem to PXE boot to the server. Here’s the error message:" Could not start download: Operation not supported /3c892003". What I have seen on-line the error has something to do with timing out. again I’m very new to Ubuntu and FOG software. Any help would be great!!