• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Adding a ZenImaging server to Advance boot options

Scheduled Pinned Locked Moved
FOG Problems
5
17
5.4k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C
    causan805
    last edited by Apr 10, 2015, 5:30 PM

    Hello, 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.

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Apr 10, 2015, 5:44 PM

      What is your DHCP setup currently? Are you using any sort of ProxyDHCP at all?

      1 Reply Last reply Reply Quote 0
      • C
        causan805
        last edited by Apr 10, 2015, 7:15 PM

        We just have a standard MS sever 2008 handling DHCP. No proxyDHCP that I know of.

        1 Reply Last reply Reply Quote 0
        • W
          Wayne Workman
          last edited by Apr 10, 2015, 8:12 PM

          You’ll need to tell us about ZenImaging a little…

          Where is the boot file located? The share path, exactly.

          A better question, actually…

          Look on your 2008 DHCP server, and under scope options, tell us what options 066 and 067 are set to.

          1 Reply Last reply Reply Quote 0
          • C
            causan805
            last edited by Apr 10, 2015, 9:35 PM

            66: Boot Server Host Name 10.100.0.72
            67: Bootfile Name nvlnbp.sys

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman
              last edited by Apr 10, 2015, 11:45 PM

              Well, firstly… I would suggest updating to trunk for this endeavor. The latest developmental revisions of FOG allow simple boot menu alteration. This functionality is built into the web interface.

              Read about updating to trunk here: [url]http://fogproject.org/wiki/index.php/SVN[/url]

              Secondly, I’m not entirely sure about the process for what you want to do but, I think a really good starting place is looking through the forms for “Booting to ISO” and such, and following those. There are numerous threads here about it, all with different titles.

              Basically,
              You’ll need to add a menu item, and then point that item to 10.100.0.72 and nvlbnp.sys somehow.

              Here are some that I found to get you started:

              [url]http://fogproject.org/forum/threads/pxe-boot-menu.12377/#post-41921[/url]
              [url]http://fogproject.org/forum/threads/help-how-to-load-iso-with-http-ipxe.11935/#post-38574[/url]
              [url]http://fogproject.org/forum/threads/add-iso-to-fog-server.11608/#post-36287[/url]
              [url]http://ipxe.org/howto/winpe?s[]=winpe[/url]

              You might even need to put that boot file in the web directory on the FOG server - I’m just guessing…
              Maybe you’ll be able to point the menu item to the kernel/files that nvlbnp.sys actually calls…

              I might play around with the idea this weekend… I have no idea if it’ll work or not…

              If you find anything else or make progress, let us know. Also, check back here from time to time, others may reply as well with maybe better help.

              This really should be do-able though, from what I can tell.

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Apr 11, 2015, 6:31 AM

                Yes, SVN is a great start as you can edit the menu within the web interface! But I doubt that the tutorials about ISO loading will work for you. I’d suggest looking into plain chainloading ([url]http://ipxe.org/cmd/chain[/url]).
                [CODE]chain tftp://10.100.0.72/nvlbnp.sys[/CODE]

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • C
                  causan805
                  last edited by Apr 13, 2015, 5:20 PM

                  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 MENU

                  autoboot[/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.

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Apr 13, 2015, 5:23 PM

                    What sql errors did you get?

                    If it’s referring to keys not being found to be removed, they’re perfectly safe.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • W
                      Wayne Workman
                      last edited by Apr 13, 2015, 5:27 PM

                      [quote=“causan805, post: 45379, member: 29341”]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:

                      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.[/quote]

                      #bootmenu

                      just hash tagging this for my own personal use in the future.

                      Great that you got it going, mad props to Uncle Frank for helping!

                      And, Tom is right. The SQL errors when you update from something as old as 1.2.0 (yes, “old as”) are expected and safe. The queries that don’t execute are related to upgrading from much older versions of FOG.

                      1 Reply Last reply Reply Quote 0
                      • JunkhackerJ
                        Junkhacker Developer
                        last edited by Apr 13, 2015, 5:29 PM

                        it looks to me like the novel agent is expecting to find additional files where it’s loading [I][SIZE=12px]nvlnbp.sys [/SIZE][/I]from[SIZE=12px][I]. [/I][/SIZE]you might be best off setting your DHCP to serve out the original next-boot server the zen imaging server was using, but setting the boot-filename to undionly.kpxe. then move the undionly.kpxe and default.ipxe files to the original location of nvlnpb.sys

                        signature:
                        Junkhacker
                        We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                        1 Reply Last reply Reply Quote 0
                        • W
                          Wayne Workman
                          last edited by Apr 13, 2015, 5:29 PM

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          • C
                            causan805
                            last edited by Apr 13, 2015, 9:48 PM

                            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.

                            1 Reply Last reply Reply Quote 0
                            • JunkhackerJ
                              Junkhacker Developer
                              last edited by Apr 14, 2015, 1:22 PM

                              for those of us who’ve never used zen imaging before, what’s supposed to come next?

                              signature:
                              Junkhacker
                              We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                              1 Reply Last reply Reply Quote 0
                              • C
                                causan805
                                last edited by Apr 14, 2015, 4:45 PM

                                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]

                                1 Reply Last reply Reply Quote 0
                                • W
                                  Wayne Workman
                                  last edited by Apr 14, 2015, 5:27 PM

                                  After the chainload to [FONT=Consolas]tftp://10.100.0.72/nvlbnp.sys[/FONT]

                                  Is there any way to re-assign via code the correct Boot Server Host Name options??
                                  Perhaps just before the chainload, even? That’s the issue.

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    causan805
                                    last edited by May 8, 2015, 5:24 PM

                                    [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]

                                    1 Reply Last reply Reply Quote 0
                                    • 1 / 1
                                    • First post
                                      Last post

                                    257

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project