Fog wont load past kernal_thread_helper+0x6/0x10
-
Screenshot after task
[url=“/_imported_xf_attachments/0/666_Screenshot from 2014-04-15 14:57:17.png?:”]Screenshot from 2014-04-15 14:57:17.png[/url]
-
no errors popped up and yes its the only one like it listed in my inventory. I was able to get it there using the quick inventory function
-
Viper, check your DHCP server and make sure it points to undionly.kpxe not pxelinux.0.
If that does not work open a mysql terminal and type [SIZE=13px][FONT=arial][COLOR=#262626]“truncate table tasks” this will clear up any tasks from .32.[/COLOR][/FONT][/SIZE]
If none of that works [SIZE=13px][FONT=arial][COLOR=#262626]what is the output of “[/COLOR][/FONT][/SIZE][SIZE=13px][FONT=arial][COLOR=#262626][url]http://{fogserverip}/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX[/url] spits out (where the x’s are the systems MAC ADDRESS)”[/COLOR][/FONT][/SIZE]
You can type it into any machine on the network.[SIZE=13px][FONT=arial][COLOR=#262626][/COLOR][/FONT][/SIZE]
For the record this is why we recommend a fresh install vs a update when going from .32 to .33b. If you can, back up your images and hosts and do a clean install of .33b and you will not have to hunt down all of these little changes.
-
This post is deleted! -
is that the same as a standard terminal window. where do i find that output? is that something i should see when i first boot?
I will load a new drive and see if i can do a "clean boot later on. -
[url]http://stackoverflow.com/questions/11188351/how-to-run-mysql-in-ubuntu-through-terminal[/url]
instead of select you will run the truncate table tasks.
Google searches will save your life…
as for [SIZE=13px][FONT=arial][COLOR=#262626]“[/COLOR][/FONT][/SIZE][SIZE=13px][FONT=arial][COLOR=#262626][URL=‘http://%7Bfogserverip%7D/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX’]http://{fogserverip}/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX[/URL] spits out (where the x’s are the systems MAC ADDRESS)”[/COLOR][/FONT][/SIZE]
You put that into any browser on any client on the network, replace {fogserverip} with your fog servers IP address, and replace [SIZE=13px][FONT=arial][COLOR=#262626]“[/COLOR][/FONT][/SIZE]
[SIZE=13px][FONT=arial][COLOR=#262626][URL=‘http://%7Bfogserverip%7D/fog/service/ipxe/boot.php?mac=XX:XX:XX:XX:XX:XX’]XX:XX:XX:XX:XX:XX[/URL] spits out (where the x’s are the systems MAC ADDRESS)” with the systems mac address.[/COLOR][/FONT][/SIZE] -
Ok Starting from scratch new drive, new install of ubuntu 12.04LTU and fog 0.33b installed from script. made the following changes thus far.
"FOG_TFTP_PXE_KERNEL = bzImage (Exactly, NOT fog/kernel/bzImage)
FOG_TFTP_PXE_KERNEL_32 = bzImage32 (Should already be set)
If using Debian variant (e.g. Ubuntu, Debian, mint):
FOG_TFTP_PXE_KERNEL_DIR = /var/www/fog/service/ipxe/
If using Redhat Variant (e.g. Redhat, Fedora, CentOS, Scientific Linux)
FOG_TFTP_PXE_KERNEL_DIR = /var/www/html/fog/service/ipxe/
FOG_PXE_BOOT_IMAGE = init.xz (Exactly, NOT fog/images/init.gz)
FOG_PXE_BOOT_IMAGE_32 = init_32.xz
"
when i try to pxe a client pc it doesnt reach the fog. It gives me no tf
no network found
pxe t01 not found
network not found -
check to make sure your tftp server service is running
-
What should my [FONT=Ubuntu][COLOR=#333333] FOG_TFTP_PXE_CONFIG_DIR be?i noticed its different than before[/COLOR][/FONT]
-
i don’t believe it is used in 0.33b, it’s a holdover from when fog used pxelinux
-
ok. so it appears i’m having the same issue as some one was in this thread…“[url]http://fogproject.org/forum/threads/fog-33b-pxe-boot-woes.10292/[/url]” I tried restarting my tftpd-hpa but it didnt make any change
-
TFTP.
PXE-T01: File not found
PXE-E3B: TFTP Error - File not found -
there insnt a /tftpboot/pxelinux.cfg/ file anymore…? should there be one in my tftpboot folder?
-
you stated that you have rebuilt a new server. has your DHCP been reconfigured for the new server?
-
[quote=“viper02, post: 25644, member: 23643”]there insnt a /tftpboot/pxelinux.cfg/ file anymore…? should there be one in my tftpboot folder?[/quote]
no, we no longer use a configuration file in that location. the configuration file is now located in the root of the tftpboot folder, and the ipxe kernel should automatically find it. no configuration settings need to be set for it’s location
-
Yes i originally had a machine with fog 0.32 on it and updated but it left me with some issues. So i got new drive and reinstalled 12.04 and fog 0.33b fresh. would that DHCP setup be during the fog install? reading through the documentation should i be looking to modify an ltsp.conf file?
-
Ok looking at the fog setup my DCHP router address is empty and my dhcp dns address is as well byt my server ip address is set
-
is your fog server acting as your DHCP server? i had assumed it wasn’t. if fog is your DHCP server, it should have been configured automatically by the prompts you were given during install. if fog is not your DHCP server, the configuration that needs changed in on your DHCP server.
-
ok so i dont have a dnsmasq folder and ltsp.conf
-
is your fog server your DHCP, or do you have a dedicated DHCP server you can change options 66 and 67 on, or are you using dnsmasq?