Windows 8 Deployment Problem
-
From the wiki link I gave you about upgrading:
[QUOTE]
[SIZE=6][B]Clean out the old[/B][/SIZE][B]AS THERE ARE SO MANY CHANGES YOU WILL NEED TO MAKE ONE MINOR DATABASE CHANGE TO MAKE THINGS WORK[/B]
[LIST=1]
[]Login to your mysql system
[LIST]
[]MySQL with a password set:
[][CODE]mysql -u root -p’<YOURPASSWORDHERE>’ fog[/CODE]
[]MySQL without a password:
[][CODE]mysql -u root fog[/CODE]
[/LIST]
[]Run the following query once you see the mysql> prompt:
[LIST]
[][B]THIS REMOVES ALL TASKS FROM THE TASKS TABLE ESSENTIALLY MAKING THE TASKS AS IF THEY HAVE NEVER BEEN PERFORMED. IMAGING LOG IS UNTOUCHED SO IF YOU NEED RECORDS OF THE ACTUAL TASKS MAKE A BACKUP FIRST[/B]
[][CODE]truncate table tasks;[/CODE]
[/LIST]
[]Sign into the FOG GUI
[LIST]
[]Go to the link you normally go to and you should notice the upgrade/install database screen.
[]Click the submit button and it should move on to say, Click here to login, once complete.
[]Sign in with your normal user and password.
[/LIST]
[]Make necessary adjustments.
[LIST]
[]As the hostOS column has been moved to the images table rather than the hosts table, you need to specify the Operating system of the images currently on your system.
[]To do so, login to the FOG GUI and navigate to the Image Management Page. Click on each of your images and set the OSID accordingly.
[/LIST]
[]You will need adjust tftp values.
[LIST]
[]Login to the FOG GUI and navigate to FOG Configuration Page.
[]Click the FOG Settings link on the left hand side of the screen.
[]Select the TFTP Server heading on this page.
[]Change values accoringly:
[/LIST]
[/LIST]
[/QUOTE] -
Thanks Tom. And Travis. I will see what I can come up with. I will report back with what I get.
-
Alright well I opted for a fresh install. I am now running 13.04, with Fog 0.33b (rc1). Everything seems to be up and running fine. I followed the wiki and updated the settings after install. Now I get a TFTP error File not Found.
-
did you change your option 66 & 67 on your DHCP server?
…and disable your fire wall on the Ubuntu machine?
-
We are running a RHEL DHCP server.
Also, just disabled firewall, and still nothing. -
-
-
Well I switched out pxelinux.0 with undionly.kpxe in the dhcp server and it worked!
-
[quote=“Wolfbane8653, post: 26082, member: 3362”]did you change your option 66 & 67 on your DHCP server?
…and disable your fire wall on the Ubuntu machine?[/quote]
[quote=“tjd230, post: 26086, member: 23826”]Well I switched out pxelinux.0 with undionly.kpxe in the dhcp server and it worked![/quote]
Glad to hear you’re up running! -
Well almost, now I can get the client to upload, but it is reading the partitions as Raw. I have the image set to Multiple Partition Image Single Disk Not Resizeable. Also I am using the 3.14.0.TomElliott 64 bit kernel. I also tried chaning the image manager to PartImage and PartClone and they both read the partitions as Raw.
-
Now that’s just odd…
Only suggestion I can make is to update to Tom’s 3.14.1 Kernels --> [SIZE=12px]Kernel Issues: [/SIZE][URL=‘http://fogproject.org/wiki/index.php/FAQ’][SIZE=12px]http://fogproject.org/wiki/index.php/FAQ[/SIZE][/URL]
-
Wel that made it worse. I downloaded Tom’s latest kernel and now I get:
[FONT=Lucida Grande][COLOR=#000000]ipxe Error: Exec format error [/COLOR][/FONT][B][FONT=Lucida Grande][COLOR=#000000]Error code 2e0080)[/COLOR][/FONT][/B]Tom, do you have a list of previous revisions of the kernel? Also, when I go to kernel updates in my server, nothing populates on the list, neither Published Kernels, nor Unofficial Kernels. Any reason for this?
-
If those pages don’t work then FOG is not seeing an external connection OR something is blocking the traffic to get to Tom’s site.
Does the login page display the FOG site info below the login box?:
[CODE]Estimated FOG sites: 4354Latest Version: 0.32[/CODE]
-
Hmm, no. It just sits there loading but never displays the info.
-
Then your FOG server sees no external connection(to the internet).
Did you set it up with two NIC’s or just one?
-
Added my DNS servers into interfaces. Wow I feel dumb. Now, when I try to download and Unofficial Kernel it tells me:
[SIZE=16px][FONT=Ubuntu][COLOR=#ff0000]Error: Download failed: filesize = 0[/COLOR][/FONT][/SIZE] -
[QUOTE][SIZE=16px][FONT=Ubuntu][COLOR=#ff0000]Error: Download failed: filesize = 0[/COLOR][/FONT][/SIZE][/QUOTE]
We are working on that issue. -
Hmm ok. Well I suppose I could try pulling a raw image then. Otherwise I am sitting dead in the water.
-
For now, whatever kernel you want to download, open a terminal to the fog sever and do this:
[CODE]cd /var/www/fog/service/ipxe
touch NAMEOFYOURDOWNLOADEDKERNEL
cd backup
touch NAMEOFYOURDOWNLOADEDKERNEL[/CODE]
And then use the UI to download the kernel, it should complete now.
Just make sure whatever name you are going to type into the box for the kernel is what you replace “NAMEOFYOURDOWNLOADEDKERNEL” with.
On a side note, if you leave the name bzimage it should download fine.
-
Well that is working wonderfully. Thank you Travis! Now I just have to find the right one that will work for me. o_O