I will have to check - headed home for the holiday weekend, Jared will pick this back up on Monday. Are those settings in the dhcpd file?
Posts made by Mike Adams
-
RE: Fog registration with NUC
-
RE: Fog registration with NUC
I re-ran the FOG install - here is the log file.
Still will not pxe boot a client.[url=“/_imported_xf_attachments/1/1100_FOG LOGtext2.txt?:”]FOG LOGtext2.txt[/url]
-
RE: Fog registration with NUC
here is the file
[url=“/_imported_xf_attachments/1/1099_FOG LOGtext.txt?:”]FOG LOGtext.txt[/url]
-
RE: Fog registration with NUC
could this be a rights issue? When I use the file browser I can see the tftpboot folder, but can’t get access to it.
Tom - this was a brand new install of FOG 1.1.2 on a new Ubuntu 14.04LTS desktop. So when I did’t see the tftpboot folder, I assumed that I had to create the UNDIONLY files and stared following those directions.
-
RE: Fog registration with NUC
because when I went to do this, it said it did not exist.
[FONT=Consolas]cd /tftpboot
mv undionly.kpxe undionly.kpxe.ORIGINAL
ln -s undionly.kkpxe undionly.kpxe[/FONT] -
RE: Fog registration with NUC
Update: I have built a new UBUNTU desktop 14.04lts and have installed FOG 1.1.2 and I am to this point from the instructions on Building UNDIONLY.KPXE file (see link above) and I do not understand the “[B][FONT=sans-serif][COLOR=#000000]Remove the {}'s and only apply the file you wish to build if you want only a specific file.” from this part.[/COLOR][/FONT][/B]
[FONT=sans-serif][COLOR=#000000]Build the undionly/ipxe files.[/COLOR][/FONT]
[FONT=sans-serif][COLOR=#000000][B]I USE THE FOLLOWING COMMAND TO BUILD ALL FILES AT ONCE.[/B] [B]Remove the {}'s and only apply the file you wish to build if you want only a specific file.[/B][/COLOR][/FONT]
[COLOR=#000000][FONT=monospace]make bin/{undionly,ipxe}.{,k,kk}pxe EMBED=ipxescript[/FONT][/COLOR]
[SIZE=5][B][FONT=sans-serif][SIZE=19px][COLOR=#000000]Copy and/or Use your files[/COLOR][/SIZE][/FONT][/B][/SIZE][FONT=sans-serif][COLOR=#000000][B]I USE THE FOLLOWING COMMAND TO COPY ALL FILES AT ONCE. Remove the {}'s and only copy the file you wish to use if you want only a specific file.[/B][/COLOR][/FONT]
[COLOR=#000000][FONT=monospace]cp bin/{undionly,ipxe}.{,k,kk}pxe /tftpboot/ [/FONT][/COLOR]
[COLOR=#000000][FONT=monospace]I ran the full command - make bin/{undionly,ipxe}.{,k,kk}pxe EMBED=ipxescript then realized it said to REMOVE the brackets should it be re-run but as[/FONT][/COLOR]
[FONT=monospace]make bin/undionly,ipxe.,k,kk pxe EMBED=ipxescript[/FONT]
[COLOR=#000000][FONT=monospace][/FONT][/COLOR]
[COLOR=#000000][FONT=monospace][/FONT][/COLOR] -
RE: Fog registration with NUC
[FONT=sans-serif][COLOR=#000000][B]NOTE: 1.0.0 is a, nearly, complete rewrite from previous versions of FOG. There may be issues when upgrading from past revisions of FOG so please backup you installation before upgrading![/B][/COLOR][/FONT]
[FONT=sans-serif][COLOR=#000000]Migration for 0.32 to version 1.x.x will cause you to loose the operation system information that was associated with your hosts. This information has been moved to the image item now, so you will need to update all your images to set the appropriate operating system! Please see the Migration Instructions section below for more information.[/COLOR][/FONT]
[FONT=sans-serif][COLOR=#000000]All commands are assumed to be run as root. If you don’t have access to root, prepend the installation with sudo (ex.[/COLOR][/FONT]
[FONT=sans-serif][COLOR=#000000] [/COLOR][/FONT]
[FONT=sans-serif][COLOR=#000000]from [url]http://fogproject.org/wiki/index.php?title=Upgrade_to_1.0.0[/url][/COLOR][/FONT] -
RE: Fog registration with NUC
Jared and I work together, same FOG machine. I have read some posts on upgrading from 0.x to 1.x will cause loss of data, is this still a risk with 1.1.2?
-
RE: Fog registration with NUC
I found this, so let me try its steps and see if I can complete to make the files.
[url]http://www.fogproject.org/wiki/index.php/Building_undionly.kpxe[/url] -
RE: Fog registration with NUC
I see files, but not undionly.kpxe - here is what I see:
root@FOG:~# cd /tftpboot
root@FOG:/tftpboot# ls -alh
total 220K
drwxr-xr-x 5 fog root 4.0K Apr 1 14:44 .
drwxr-xr-x 26 root root 4.0K Apr 2 08:46 …
-rw-r–r-- 1 fog root 828 Apr 2 08:46 boot.txt
drwxr-xr-x 5 fog root 4.0K Apr 1 14:44 fog
-rw-r–r-- 1 fog root 25K Apr 2 08:46 memdisk
-rw-r–r-- 1 fog root 17K Apr 2 08:46 pxelinux.0
drwxr-xr-x 2 fog root 4.0K Jun 26 14:43 pxelinux.cfg
drwxr-xr-x 2 fog root 4.0K Apr 1 14:44 tftpboot
-rw-r–r-- 1 fog root 145K Apr 2 08:46 vesamenu.c32
root@FOG:/tftpboot# -
RE: Fog registration with NUC
This is what I get
mv: cannot stat ‘undionly.kpxe’: No Such File or directoryI must be missing a step someplace.
-
RE: Fog registration with NUC
As a newbie to FOG\Ubuntu - Can you point me to some reference on the steps I should use to accomplish this?