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

    PXE Boot menu

    Scheduled Pinned Locked Moved
    FOG Problems
    5
    15
    5.2k
    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.
    • D
      domii666
      last edited by

      Hi,

      i have a problem with my pxe boot menu, only acronis works, but id didn’t know why.

      greez domi

      menu

      item --gap – ----------------- VS Boot Menu -----------------

      item gap

      item bootlocal Festplatte booten

      item --gap Image installieren

      item --key 1 image1 Image … installieren

      item --gap Betriebssystem installieren

      item --key 7 win7 Windows 7 AIO Setup

      item --key 8 Win8 Windows 8.1 Setup

      item --gap Partition/Image/Backup

      item --key a acronis2013 Acronis True Image 2013

      item --key p gparted Gparted

      item --key c clonezilla Clonezilla

      item --gap MultiBootCDs

      item --key h hirens HirensbootCD

      item --key u ubcd UltimateBootCD

      item --gap Shell

      item shell iPXE Shell

      item --gap Computer-Informationen

      item hostinfo Computer-Informationen

      item --gap –

      item return <—

      choose --default Win7 --timeout 60000 target && goto ${target}

      :bootlocal

      sanboot --no-describe --drive 0x80 || goto MENU

      :win7

      initrd [url]http://${fog-ip}/fog/iso/Win7aio.iso[/url]

      chain memdisk iso raw ||

      goto MENU

      :Win8

      initrd [url]http://${fog-ip}/fog/iso/Win81.iso[/url]

      chain memdisk iso raw ||

      goto MENU

      :acronis2013

      initrd [url]http://${fog-ip}/fog/iso/acronis.iso[/url]

      chain memdisk iso raw ||

      goto MENU

      :gparted

      initrd [url]http://${fog-ip}/iso/gparted.iso[/url]

      chain memdisk iso raw ||

      goto MENU

      :clonezilla

      initrd [url]http://${fog-ip}/iso/clonezilla.iso[/url]

      chain memdisk iso raw ||

      goto MENU

      :hirens

      initrd [url]http://${fog-ip}/iso/hirensbootcd.iso[/url]

      chain memdisk iso raw ||

      goto MENU

      :ubcd
      initrd [url]http://${fog-ip}/iso/ultimatebootcd.iso[/url]

      chain memdisk iso raw ||

      goto MENU

      :shell

      shell ||

      goto MENU

      :hostinfo

      echo ||

      echo ||

      echo This computer : ||

      echo MAC address…${net0/mac} ||

      echo IP address…${ip} ||

      echo Netmask…${netmask} ||

      echo Serial…${serial} ||

      echo Asset number…${asset} ||

      echo Manufacturer…${manufacturer} ||

      echo Product…${product} ||

      echo BIOS platform…${platform} ||

      echo ||

      echo Zurueck mit beliebiger Taste ||

      prompt

      goto MENU

      :image1

      kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.178.54 web=${fog-ip}/fog/ consoleblank=0 loglevel=4 type=down img=test ftp=${fog-ip} imgType=n osid=7 storage=${fog-ip}:/images capone=1 imgFormat=2

      imgfetch init.xz

      boot || goto MENU

      :return

      chain [url]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac}[/url] ||

      prompt

      goto MENU

      autoboot[/QUOTE]

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        Any error messages when you try the other boot menu entries? We need more information on what exactly does not work to be able to help you.

        Maybe the ISO files are not in place!? Or those ISO files might be corrupt… Could be anything, really. Please give us some more details.

        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
        • D
          domii666
          last edited by

          no, it boot windows.

          isos are in place, same place as acronis.

          i post later the place from the files.

          1 Reply Last reply Reply Quote 0
          • D
            domii666
            last edited by

            [url=http://abload.de/image.php?img=fogisomeuf4.jpg][img]http://abload.de/thumb/fogisomeuf4.jpg[/img][/url]

            thats my isos

            1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott
              last edited by

              The problem is how you’re calling the ISOs.

              You’re not calling the web-root. Try this:

              menu

              item --gap – ----------------- VS Boot Menu -----------------

              item gap

              item bootlocal Festplatte booten

              item --gap Image installieren

              item --key 1 image1 Image … installieren

              item --gap Betriebssystem installieren

              item --key 7 win7 Windows 7 AIO Setup

              item --key 8 Win8 Windows 8.1 Setup

              item --gap Partition/Image/Backup

              item --key a acronis2013 Acronis True Image 2013

              item --key p gparted Gparted

              item --key c clonezilla Clonezilla

              item --gap MultiBootCDs

              item --key h hirens HirensbootCD

              item --key u ubcd UltimateBootCD

              item --gap Shell

              item shell iPXE Shell

              item --gap Computer-Informationen

              item hostinfo Computer-Informationen

              item --gap –

              item return <—

              choose --default Win7 --timeout 60000 target && goto ${target}

              :bootlocal

              sanboot --no-describe --drive 0x80 || goto MENU

              :win7

              initrd http://${fog-ip}/${fog-webroot}/iso/Win7aio.iso

              chain memdisk iso raw ||

              goto MENU

              :Win8

              initrd http://${fog-ip}/${fog-webroot}/iso/Win81.iso

              chain memdisk iso raw ||

              goto MENU

              :acronis2013

              initrd http://${fog-ip}/${fog-webroot}/iso/acronis.iso

              chain memdisk iso raw ||

              goto MENU

              :gparted

              initrd http://${fog-ip}/${fog-webroot}/iso/gparted.iso

              chain memdisk iso raw ||

              goto MENU

              :clonezilla

              initrd http://${fog-ip}/${fog-webroot}/iso/clonezilla.iso

              chain memdisk iso raw ||

              goto MENU

              :hirens

              initrd http://${fog-ip}/${fog-webroot}/iso/hirensbootcd.iso

              chain memdisk iso raw ||

              goto MENU

              :ubcd
              initrd http://${fog-ip}/${fog-webroot}/iso/ultimatebootcd.iso

              chain memdisk iso raw ||

              goto MENU

              :shell

              shell ||

              goto MENU

              :hostinfo

              echo ||

              echo ||

              echo This computer : ||

              echo MAC address…${net0/mac} ||

              echo IP address…${ip} ||

              echo Netmask…${netmask} ||

              echo Serial…${serial} ||

              echo Asset number…${asset} ||

              echo Manufacturer…${manufacturer} ||

              echo Product…${product} ||

              echo BIOS platform…${platform} ||

              echo ||

              echo Zurueck mit beliebiger Taste ||

              prompt

              goto MENU

              :image1

              kernel bzImage root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.178.54 web=${fog-ip}/${fog-webroot}/ consoleblank=0 loglevel=4 type=down img=test ftp=${fog-ip} imgType=n osid=7 storage=${fog-ip}:/images capone=1 imgFormat=2

              imgfetch init.xz

              boot || 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
              • JunkhackerJ
                Junkhacker Developer
                last edited by

                your Win81.iso needs to be changed to win81.iso to match your actual file name, too

                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
                • D
                  domii666
                  last edited by

                  now, every iso is loading, but win7 isnt.

                  win8.1 works,nice! ultimatebootcd works, also, but the others wont. here the errors.

                  [URL=‘http://abload.de/image.php?img=hjzea.jpg’][IMG]http://abload.de/thumb/hjzea.jpg[/IMG][/URL]

                  [URL=‘http://abload.de/image.php?img=zbx9c.jpg’][IMG]http://abload.de/thumb/zbx9c.jpg[/IMG][/URL]

                  1 Reply Last reply Reply Quote 0
                  • JunkhackerJ
                    Junkhacker Developer
                    last edited by

                    how much ram do you have in the target computer? memdisk iso raw tries to load the entire iso into ram. also, is that a screenshot of rasbian? that’s not normally even compiled to be compatible with x86 or x86_64 systems

                    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
                    • fmslickF
                      fmslick
                      last edited by

                      :eek: … rasbian? as a fog server? that works? o_O that never come to mind for me! Hmmm🆒

                      ლ(́◉◞౪◟◉‵ლ) Why no cool Signature … (;¬_¬)

                      1 Reply Last reply Reply Quote 0
                      • D
                        domii666
                        last edited by

                        ram 8gb.

                        false screenshot, no raspbian 😮

                        1 Reply Last reply Reply Quote 0
                        • fmslickF
                          fmslick
                          last edited by

                          [quote=“domii666, post: 42121, member: 24204”]false screenshot, no raspbian :O[/quote]

                          :oops:oh! , that would be cool if that could work as like some type of mobile Fog-IT-Tool or something a long them lines anyhow don’t wanna hijack this threads or take it off of it’s maiden voyage 😛 …

                          [B]domii666 [/B]I like the boot menu you are working on.

                          ლ(́◉◞౪◟◉‵ლ) Why no cool Signature … (;¬_¬)

                          1 Reply Last reply Reply Quote 0
                          • D
                            domii666
                            last edited by

                            [url=http://abload.de/image.php?img=k3a0l.jpg][img]http://abload.de/thumb/k3a0l.jpg[/img][/url]

                            1 Reply Last reply Reply Quote 0
                            • D
                              domii666
                              last edited by

                              anyone idea?

                              1 Reply Last reply Reply Quote 0
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                While iPXE is handy and somewhat neat to make your life a little easier, I’m willing to bet you’d run into similar issues even if you used the old pxelinux.cfg menu system.

                                Some of the iso’s can operate just fine being fully loaded and directly as such. However, actual OS discs, especially those that run live cd’s it seems, don’t like the approach of loading the entire disk and booting from it in ram. This isn’t because of something FOG is doing wrong, but rather how the cd was created. The ISO is actually, once loaded, trying to locate itself from within the CD it was booted from. Because it cannot find this, it cannot boot further. The way to boot these in such ways is to extract the information of the CD/DVD and mount using it’s respective vmlinuz/bzImage and init/initrd files.

                                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
                                • D
                                  domii666
                                  last edited by

                                  and how that works?

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

                                  218

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project