Thanks Wayne, this worked perfectly.
Best posts made by causan805
-
RE: Unable to remove iPXE New Menu Entry
Latest posts made by causan805
-
Image size on server
Is there a way to view the image size on the the server? I am only seeing the image size on client.
-
ipxe login loop after upgrading to latest trunk
After 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 Entry
Thanks Wayne, this worked perfectly.
-
Unable to remove iPXE New Menu Entry
I 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?
So 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 options
[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 options
It 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 options
I 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 options
Thank 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.