Fog installed but when I network boot. My computer don't see fog help
-
I have installed fog but do I have to configure it
-
[quote=“Phillip Goble, post: 40727, member: 28105”]I have installed fog but do I have to configure it[/quote]
Hi,
It’s a very poor description of your problem :
- What OS on the server ?
- Where is your DHCP ? (on the FoG server or other)
- …
There is a Wiki here : [url]http://www.fogproject.org/wiki/index.php/Main_Page[/url]
And some topics “how to install FoG” :- [url]http://fogproject.org/forum/threads/how-to-setup-ubuntu-server-fog-1-2-0-create-univeral-windows-7-image-using-sysprep-step-by-step.11245/[/url]
- [url]http://fogproject.org/forum/threads/our-step-by-step-install-of-fog.12068/[/url]
- …
Regards,
Ch3i. -
Did you set options 66 and 67 as instructed to do so by the installer?
option 66 (next-server) should be set at your dhcp scope as the fog server.
option 67 (bootfile) should be undionly.kpxe so that when machines are looking to pxe boot they can find your file and server.As ch3i stated, please include your FOG Version number, there may be an issue with a revision and we can to resolve the issue.
Your OS is important too as different OS house the files in different areas.If you are unable to change/set option 66 and 67, I would recommend using a proxy dhcp service to issue information to machines looking to pxe boot. [url]http://fogproject.org/wiki/index.php/Using_FOG_with_an_unmodifiable_DHCP_server/_Using_FOG_with_no_DHCP_server#DNSMASQ_settings_for_iPXE[/url]
-
I have install it on a laptop with an ubuntu 14.04 and I have install the fog server. I can access the web interface but, I can not boot to the PXE when I hold down the f12 button I do not see the fog startup menu. I guess what I am asking is there any other configuration that needs to be done to the appache2 server or do I need to have the DHCP server running under the fog server or is it automatic.
[quote=“ch3i, post: 40730, member: 2513”]Hi,
It’s a very poor description of your problem :
- What OS on the server ?
- Where is your DHCP ? (on the FoG server or other)
- …
There is a Wiki here : [url]http://www.fogproject.org/wiki/index.php/Main_Page[/url]
And some topics “how to install FoG” :- [url]http://fogproject.org/forum/threads/how-to-setup-ubuntu-server-fog-1-2-0-create-univeral-windows-7-image-using-sysprep-step-by-step.11245/[/url]
- [url]http://fogproject.org/forum/threads/our-step-by-step-install-of-fog.12068/[/url]
- …
Regards,
Ch3i.[/quote] -
Windows Server DHCP:
[LIST]
[]Next go to your DHCP Server
[]Open DHCP Management
[]Expand IPV4
[]Right Click Server Options and select Configure Options
[]i. Scroll to option 66 <ip address of fog>
[]ii. Scroll to option 67 undionly.kpxe
[]Apply settings and close
[/LIST]
Linux FOG Server DHCP: (duing install)
[LIST]
[]Type Y and press Enter setup DHCP Server.
[*]Enter the IP Address associated with your DHCP Server
[/LIST]Linux Server DHCP:
[LIST]
[][COLOR=#000000]Edit/etc/dhcpd.conf[/COLOR]
[/LIST]
[LIST]
[]option option-66 <ipaddress of fog>
[*]option option-67 [FONT=Tahoma][COLOR=#141414]undionly.kpxe[/COLOR][/FONT]
[/LIST]
SOMEONE correct me if i’m wrong