Windows 8 Deployment Problem
-
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
-
Well I am completely up and running! Thank you guys so much for your patience and support!