Foreman Server Not booting PXE/TFTP

Hi there.

I've got a Foreman 1.5.1 server setup on Ubuntu 14.04 LTS, and I's serving
up DHCP leases, but it never seems to slip into actually serving up the
TFTP boot menu, boot an image, etc. I've included some log+config
snippets, I'm happy to supply more. It's trying to serve up images of
Ubuntu 14.04 LTS

/var/log/foreman-proxy/proxy.log::
I, [2014-06-27T10:39:43.007050 #10278] INFO – : TFTP:
/var/lib/tftpboot//pxeli
nux.cfg/default entry created successfully

root@foreman:/var/lib/tftpboot/pxelinux.cfg# more default:::

DEFAULT menu
PROMPT 0
MENU TITLE PXE Menu
TIMEOUT 200
TOTALTIMEOUT 6000
ONTIMEOUT local

LABEL local
MENU LABEL (local)
MENU DEFAULT
LOCALBOOT 0
:::

root@foreman:/var/lib/tftpboot/pxelinux.cfg# more 01-00-25-90-XX-XX-XX

default linux
label linux
kernel boot/Ubuntu-14.04-x86_64-linux
append initrd=boot/Ubuntu-14.04-x86_64-initrd.gz interface=auto
url=http://forem
an.example.com:80/unattended/provision?token=8bf75267-8c98-429e-acba-c39875fa263
1 ramdisk_size=10800 root=/dev/rd/0 rw auto hostname=client3.example.com
console
-setup/ask_detect=false console-setup/layout=USA console-setup/variant=USA
keybo
ard-configuration/layoutcode=us locale=en_US
IPAPPEND 2

Let me know if you need further info or log snippets. I'm a little lost
here with how foreman does DCHP/TFTP/etc versus doing it by hand manually.

JP

Hi,

I man stuck with a similar problem, on the next step, using the
privisioning file for unattented. But before I was stuck were you were. Did
set a proper network for the unattended installed. Cause If it is not the
cas that could be the answer.

JA

··· Le vendredi 27 juin 2014 17:08:01 UTC+2, JP a écrit : > > Hi there. > > I've got a Foreman 1.5.1 server setup on Ubuntu 14.04 LTS, and I's serving > up DHCP leases, but it never seems to slip into actually serving up the > TFTP boot menu, boot an image, etc. I've included some log+config > snippets, I'm happy to supply more. It's trying to serve up images of > Ubuntu 14.04 LTS > > > /var/log/foreman-proxy/proxy.log:: > I, [2014-06-27T10:39:43.007050 #10278] INFO -- : TFTP: > /var/lib/tftpboot//pxeli > nux.cfg/default entry created successfully > > > root@foreman:/var/lib/tftpboot/pxelinux.cfg# more default::: > > DEFAULT menu > PROMPT 0 > MENU TITLE PXE Menu > TIMEOUT 200 > TOTALTIMEOUT 6000 > ONTIMEOUT local > > LABEL local > MENU LABEL (local) > MENU DEFAULT > LOCALBOOT 0 > ::: > > root@foreman:/var/lib/tftpboot/pxelinux.cfg# more 01-00-25-90-XX-XX-XX > > default linux > label linux > kernel boot/Ubuntu-14.04-x86_64-linux > append initrd=boot/Ubuntu-14.04-x86_64-initrd.gz interface=auto url= > http://forem > > an.example.com:80/unattended/provision?token=8bf75267-8c98-429e-acba-c39875fa263 > 1 ramdisk_size=10800 root=/dev/rd/0 rw auto hostname=client3.example.com > console > -setup/ask_detect=false console-setup/layout=USA console-setup/variant=USA > keybo > ard-configuration/layoutcode=us locale=en_US > IPAPPEND 2 > > Let me know if you need further info or log snippets. I'm a little lost > here with how foreman does DCHP/TFTP/etc versus doing it by hand manually. > > JP >