• 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 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
        • J
          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
              • J
                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

                      283

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project