Figured it out. Our network administrator placed prelinux.0 in 067 instead of pxelinux.0. Simple typo! So glad that’s all it was. Everything is working perfectly now. Upload my first image!!
Latest posts made by Amy Emberson
-
RE: [SOLVED] TFTP Problems
-
[SOLVED] TFTP Problems
Hello All,
I am running FOG on Ubuntu 12.04 LTS and my clients will not boot from PXE. TFTP doesn’t ever try to load. I have read several posts about the service starting before the interface can come up causing errors. I tried all of these fixes but it still will not boot into FOG menu.
I have mainly followed the threads below to fix
[url]http://fogproject.org/forum/threads/tftp-issues-but-fixable.779/[/url]
[url]http://fogproject.org/forum/threads/tftp-stops-on-reboot-after-install.488/#post-5353[/url][B]Fixes applied:[/B]
[LIST]
[*]In /etc/rc.local
[/LIST]
[CODE]/bin/sleep 30 && /etc/init.d/tftpd-hpa restart[/CODE][LIST]
[*]Created my own script to restart the service when network is up
[/LIST]
/etc/network/if-up.d/tftpd-hpa
[CODE]#!/bin/sh
restart tftpd-hpa[/CODE][LIST]
[*]In /etc/default/tftpd-hpa
[/LIST]
[CODE]TFTP_USERNAME=“root”
TFTP_DIRECTORY=“/tftpboot”
TFTP_ADDRESS=“x.x.x.x:69”
TFTP_OPTIONS=“-s”[/CODE]
Xs = my server’s ip address[LIST]
[*]On the client (Windows 7)
[/LIST]
Opened cmd and ran this
[CODE]tftp x.x.x.x get pxelinux.0[/CODE]
and it came back as transfer successful[LIST]
[]Options 066 and 067 on our networks DCHP server are set correctly and 060 is unticked.
[/LIST]
[LIST]
[]All firewalls are turned off by default in ubuntu 12.04 but double checked this, and yes they are off
[*]The client is on the same network as the fog server
[/LIST]
Is there something I’m missing here??? -
RE: Error Installing Fog - FOG Multicast Management Server Failed
Okay, I appreciate all your help!
-
RE: Error Installing Fog - FOG Multicast Management Server Failed
I’m looking at /etc/fstab and all the filesystems are on default, none of them say noexec.
-
RE: Error Installing Fog - FOG Multicast Management Server Failed
We are going to start over from scratch. My boss wanted to use CentOS instead of Ubuntu because of more stability. I’ve convinced him now that we need to use what is RECOMMENDED! lol Sorry that this a been a roller coaster. Thanks for all your help!
-
RE: Error Installing Fog - FOG Multicast Management Server Failed
I’m logged in as root. Everything I’ve done on this server has been as root
-
RE: Error Installing Fog - FOG Multicast Management Server Failed
When trying to start the FOGMulticastManger service using
[CODE]service FOGMulticastManager start[/CODE]
It comes back and says Permission Denied. The path for that service is /opt/fog/service/FOGMulticastManager/FOGMulticastManagerI change the permissions like suggested above to rwxr-xr-x root root for the file /etc/init.d/FOGMulticastManager
Still says permission denied. The services are enabled.NICs are set for bridged.
-
RE: Error Installing Fog - FOG Multicast Management Server Failed
Everything is updated, i made sure to run the updates through yum at least three times today before starting the FOG installation. One thing I probably should mention is that i have another NIC on this VM which is disabled for now. This shouldnt interfere should it? Our plan is to run this on every vlan on our network, which will require multiples NICs.
As far as log files, no its been a while since I have used linux. I used to know bash shell really well bc of previous programming experience. Just been a while since ive utilized it. I will get you those lines as soon as I can.
-
RE: Error Installing Fog - FOG Multicast Management Server Failed
Choosing option 1 for Redhat
Normal mode
Everything else is defaults except choosing to make FOG dchp server which is no. We are integrating our own network with fog