Is there a way to view the image size on the the server? I am only seeing the image size on client.
Posts
- 
Image size on serverposted in General
- 
ipxe login loop after upgrading to latest trunkposted in Bug ReportsAfter upgrading to the latest trunk version 8060, when I pxe boot and enter my username and password:  I loop back to the pxe boot screen:  I have tried rerunning the installer but with no luck. 
- 
RE: Unable to remove iPXE New Menu Entryposted in FOG ProblemsThanks Wayne, this worked perfectly. 
- 
Unable to remove iPXE New Menu Entryposted in FOG ProblemsI was looking to add Hirens Boot CD and Clonezilla to the iPXE Menu, but while adding Hirens Boot CD I mistakenly clicked “Add New Menu” button before inputting the name under “Menu Item:” . It added the entry when I boot up into the iPXE Menu: 
  but its not available under iPXE Menu Configuration: 
  
- 
Moved /images from old server onto new. How do I get new server to recognize these images?posted in GeneralSo i have setup a new fogserver and copied all my images from the old fogserver to /images on the new one following this post instructions [https://forums.fogproject.org/topic/2939/question-about-moving-images-to-another-fog-server](link url) 
 But nothing comes up under Image Management on the web gui. I did notice the new version of fog has a export/import option under images but the old version does not and because of issues with my old server I am not able to upgrade it take advantage of this new feature. So anyway I can get these image entries into this new database?
- 
RE: Adding a ZenImaging server to Advance boot optionsposted in FOG Problems[IMG]http://i57.tinypic.com/20jpdtz.jpg[/IMG]So I came across this in the wiki : 
 [URL=‘http://fogproject.org/wiki/index.php/Am_I_able_to_modify_the_PXE_menu_to_run_other_applications%3F’]http://fogproject.org/wiki/index.php/Am_I_able_to_modify_the_PXE_menu_to_run_other_applications?[/URL][FONT=sans-serif][COLOR=#000000]Which looks like a way to add zenworks imaging to the old menu. How would do this with the new advance menu?[/COLOR][/FONT] 
- 
RE: Adding a ZenImaging server to Advance boot optionsposted in FOG ProblemsIt contacts the Novell Preboot Policy service. Then pressing the boot key sequence (Alt + Ctrl) takes you into the Zenworks Preboot Services menu. 
 [IMG]http://i61.tinypic.com/2irvvrl.jpg[/IMG][IMG]http://i58.tinypic.com/1pcku9.png[/IMG] There might be a way to have the FogServer as a option here but I rather have Fog being the default pxe booting option. Here is a link to the ZENworks documentation: 
 [url]https://www.novell.com/documentation/zenworks11/zen11_cm_preboot_imaging/data/bg4g38s.html[/url]
- 
RE: Adding a ZenImaging server to Advance boot optionsposted in FOG ProblemsI tried as you suggested Junk and now says it is sending queries to 10.100.0.72 which is correct but now it just hangs. [IMG]http://i62.tinypic.com/2dmb4b5.jpg[/IMG] Thanks for the help by the way. 
- 
RE: Adding a ZenImaging server to Advance boot optionsposted in FOG ProblemsThank you both for your responses. I did try updating to the latest SVN but I recieve some MYSql errors when I do. So I just reverted back to the 1.2.0 release and I tried adding the chain loading to the advance menu which seemed to work: menu 
 item --gap – ---------------- iPXE boot menu ----------------
 item zenimaging zenimaging
 item return return to previous menu
 choose --default return --timeout 5000 target && goto ${target}:zenimaging 
 chain tftp://10.100.0.72/nvlnbp.sys ||
 goto MENU:return 
 chain tftp://10.135.0.10/undionly.kpxe ||
 prompt
 goto MENUautoboot[/QUOTE] and it boots to the zen server but then it hangs because it looks like its still looking at the wrong server: [IMG]http://i61.tinypic.com/nf66nb.jpg[/IMG] If you guys have any ideas that would be great thank you. 
- 
RE: Adding a ZenImaging server to Advance boot optionsposted in FOG Problems66: Boot Server Host Name 10.100.0.72 
 67: Bootfile Name nvlnbp.sys
- 
RE: Adding a ZenImaging server to Advance boot optionsposted in FOG ProblemsWe just have a standard MS sever 2008 handling DHCP. No proxyDHCP that I know of. 
- 
Adding a ZenImaging server to Advance boot optionsposted in FOG ProblemsHello, currently at my workplace we use Zen Imaging over the network. I would like to introduce FogServer to this network but have the Zen Imaging server as another option to boot to. I was wondering if this is possible and if someone could point me in the right direction to get this started. Thank you very much.