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

Integrating Hirens Boot 15.2 into fog 1.2.0

Scheduled Pinned Locked Moved Solved
General
15
50
37.5k
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.
  • J
    Juan Bertolotti
    last edited by Dec 18, 2014, 4:16 PM

    I need some help integrating hirens boot into fog 1.2.0

    H 1 Reply Last reply Nov 16, 2015, 3:32 AM Reply Quote 0
    • T
      Tom Elliott
      last edited by Dec 18, 2014, 4:17 PM

      Maybe search?

      [url]http://fogproject.org/forum/threads/hirens-boot-cd-15-2-hangs-with-loading-boot-sector-booting.12132/#post-39960[/url]

      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
      • J
        Juan Bertolotti
        last edited by Dec 18, 2014, 5:19 PM

        ive aldready tried that, I can see “Advance Menu” but when i select that option, I entered user and password an then just a black screen

        1 Reply Last reply Reply Quote 0
        • J
          Juan Bertolotti
          last edited by Dec 18, 2014, 6:22 PM

          Ive this on advance menu:
          [CODE]:MENU
          menu
          item --gap – ------------- Advanced Menu --------------
          item Hirens Boot 15.2 Ghost Version
          item RETURN Return to the Top Menu
          choose --default RETURN --timeout 30000 target && goto ${target}

          :HIRENS
          imgfetch [URL]http://${fog-ip}/ISO/hirensboot.iso[/URL]
          boot memdisk iso raw ||
          goto MENU

          :RETURN
          boot [URL]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac[/URL]} ||
          prompt
          goto MENU

          autoboot[/CODE]

          1 Reply Last reply Reply Quote 0
          • J
            Junkhacker Developer
            last edited by Dec 18, 2014, 8:01 PM

            i believe ipxe is case sensitive. so [FONT=Consolas]Hirens =/= [/FONT][FONT=Consolas]HIRENS[/FONT]

            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
            • J
              Juan Bertolotti
              last edited by Dec 18, 2014, 8:26 PM

              well just corrected that and i got the same results 😞

              1 Reply Last reply Reply Quote 0
              • T
                Tom Elliott
                last edited by Dec 18, 2014, 9:32 PM

                Where is the iso located on the fog server?

                Specifically the path?

                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
                • J
                  Juan Bertolotti
                  last edited by Dec 18, 2014, 9:51 PM

                  /var/www/iso

                  1 Reply Last reply Reply Quote 0
                  • J
                    Junkhacker Developer
                    last edited by Dec 18, 2014, 9:53 PM

                    iso, not ISO?

                    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
                    • J
                      Juan Bertolotti
                      last edited by Dec 18, 2014, 10:36 PM

                      which permision should I have on that folder?
                      the name of the folder is iso, I already corrected that on the code , still have the same issue

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Dec 18, 2014, 11:01 PM

                        Assuming the /var/www/iso is exactly as depicted (case and all) and the exact iso file is exactly “hirensboot.iso” try this:
                        [CODE]:MENU
                        menu
                        item --gap – ------------- Advanced Menu --------------
                        item HIRENS Boot 15.2 Ghost Version
                        item RETURN Return to the Top Menu
                        choose --default RETURN --timeout 30000 target && goto ${target}

                        :HIRENS
                        initrd http://${fog-ip}/iso/hirensboot.iso
                        chain memdisk iso raw ||
                        goto MENU

                        :RETURN
                        chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
                        prompt
                        goto MENU

                        autoboot[/CODE]

                        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
                        • J
                          Juan Bertolotti
                          last edited by Dec 18, 2014, 11:07 PM

                          thank you very much, it worked like charm 🙂
                          on a side note just make it worked with hirens 10.0 not 15.2, i still got nothing with 15.2, any ideas?

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Dec 18, 2014, 11:11 PM

                            I don’t know what you mean.

                            It worked, but it’s not working?

                            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
                            • J
                              Juan Bertolotti
                              last edited by Dec 18, 2014, 11:19 PM

                              worked with hirens boot version 10.0 but is not working with version 15.2 ( the newest available )

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott
                                last edited by Dec 18, 2014, 11:20 PM

                                Okay,

                                try removing the iso raw from the:

                                [code]chain memdisk iso raw[/code]

                                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
                                • J
                                  Juan Bertolotti
                                  last edited by Dec 18, 2014, 11:36 PM

                                  like this?
                                  [CODE]:hirens15
                                  imgfetch http://${fog-ip}/iso/hirensboot15.iso
                                  boot memdisk ||
                                  goto MENU[/CODE]
                                  Still not working

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by Dec 18, 2014, 11:38 PM

                                    why are you insistent on imgfetch and boot?

                                    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
                                    • J
                                      Juan Bertolotti
                                      last edited by Dec 18, 2014, 11:53 PM

                                      sorry , my bad, my actual code is:
                                      [CODE]:MENU
                                      menu
                                      item --gap – ------------- Advanced Menu --------------
                                      item hirens10 Hirens Boot 10
                                      item hirens15 Hirens Boot 15
                                      item w64 Windows 7 64b
                                      item RETURN Return to the Top Menu
                                      choose --default RETURN --timeout 30000 target && goto ${target}

                                      :hirens10
                                      initrd http://${fog-ip}/iso/hirensboot10.iso
                                      chain memdisk iso raw ||
                                      goto MENU

                                      :hirens15
                                      initrd http://${fog-ip}/iso/hirensboot15.iso
                                      chain memdisk ||
                                      goto MENU

                                      :w64
                                      initrd http://${fog-ip}/iso/w764.iso
                                      chain memdisk iso raw ||
                                      goto MENU

                                      :RETURN
                                      chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
                                      prompt
                                      goto MENU

                                      autoboot[/CODE]

                                      hirens10 works
                                      hirens15 not working ( tried with iso raw and without it )
                                      w764 not working ( tried with iso raw and without it )

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tom Elliott
                                        last edited by Dec 18, 2014, 11:59 PM

                                        [url]http://fogproject.org/forum/threads/hirens-boot-cd-15-2-hangs-with-loading-boot-sector-booting.12132/#post-39960[/url]

                                        According to that post, they had to redownload the hirens-boot-cd and extract the files.

                                        My best guess as to why it’s not working, is it’s not loading the first bytes of the file. Can you try redownloading the file?

                                        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
                                        • J
                                          Juan Bertolotti
                                          last edited by Dec 19, 2014, 4:43 PM

                                          I did that with no changes, still getting the same response. Is there any way to pause the script? I think im getting an error message but it goes to fast

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 1 / 3
                                          1 / 3
                                          • First post
                                            14/50
                                            Last post

                                          192

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project