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

How to: Modify the PXE boot menu to allow the booting of .iso files

Scheduled Pinned Locked Moved
Tutorials
24
57
170.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.
  • C
    chibiko
    last edited by Oct 29, 2012, 2:28 PM

    Hi ssx4life. Can you take a look at my issue? [URL=‘http://fogproject.org/forum/threads/dell-precision-t5600-not-enough-memory-to-load-specified-image.3789/’]I have setup exactly as your guide. http://fogproject.org/forum/threads/dell-precision-t5600-not-enough-memory-to-load-specified-image.3789/[/URL] What version of syslinux do you think I should try? Should I go all the way back to version 2 or 3?

    Bjorn, I’ve also tried your suggestion in using [B]gpxelinux.0 [/B]I changed this on my dhcp scope and copied gpxelinux.0 from the syslinux folder into my /tftpboot. However when I pxe boot up, I got an error saying [B]vesamenu.c32 not a com32r image. [/B]I can hit tab and then load my iso but this runs out of memory even quicker.

    1 Reply Last reply Reply Quote 0
    • B
      brian_
      last edited by Nov 30, 2012, 9:39 PM

      I modified my default to the correct menu and to allow booting of .iso images (windows 7)

      but when i select the option in the pxe menu it just quits the pxe boot and restarts the machine.

      any help would be nice, but i’ll be testing more tomorrow.

      1 Reply Last reply Reply Quote 0
      • B
        brian_
        last edited by Dec 4, 2012, 10:22 PM

        [quote=“brian_, post: 9719, member: 2729”]I modified my default to the correct menu and to allow booting of .iso images (windows 7)

        but when i select the option in the pxe menu it just quits the pxe boot and restarts the machine.

        any help would be nice, but i’ll be testing more tomorrow.[/quote]

        fixed. had a capital letter in the filename. lawl

        i’m also trying to boot to a 3.1 gig image to a machine that has 4 gigs of ram but it always errors out. any suggestions?

        1 Reply Last reply Reply Quote 0
        • C
          chad-bisd Moderator
          last edited by Apr 4, 2013, 9:38 PM

          I was able to add SeaTools for DOS to my list of utilities available via PXE boot. No more searching around for CD’s.

          I copied the iso to /tftpboot and renamed it all lower case to make it easier. I added the following code to the /tftpboot/pxelinux.cfg/default file just befor the PROMPT 0 at the bottom.

          [CODE]
          LABEL fog.seatools

              kernel memdisk
              append iso initrd=seatoolsdos223all.iso raw
              MENU LABEL SeaTools for DOS 2.23
              TEXT HELP
              Load SeaTools for DOS, a DOS based disk checking utility to scan for hardware errors with common hard drives.
              ENDTEXT
          

          [/CODE]


          If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

          1 Reply Last reply Reply Quote 0
          • K
            Kyle Rice
            last edited by May 30, 2013, 6:41 PM

            Hello I’m trying to add spinrite to the PXE boot, so i followed your video, and now i get the Spinrite label in the boot menu but it won’t boot to it, it says "could not find ramdisk image : fog/spinrite/spinrite.iso

            1 Reply Last reply Reply Quote 0
            • K
              Kyle Rice
              last edited by May 30, 2013, 6:43 PM

              [quote=“Kyle Rice, post: 12437, member: 4275”]Hello I’m trying to add spinrite to the PXE boot, so i followed your video, and now i get the Spinrite label in the boot menu but it won’t boot to it, it says "could not find ramdisk image : fog/spinrite/spinrite.iso[/quote]

              UPDATE : I just fixed it it was named spinrite.ISO not spinrite.iso.

              1 Reply Last reply Reply Quote 0
              • K
                Kyle Rice
                last edited by May 30, 2013, 6:44 PM

                Thanks OP (SSX4Life) for the very helpful video!!! this will help lots, imagine the possibilities!!!

                1 Reply Last reply Reply Quote 0
                • X
                  x23piracy
                  last edited by Jun 1, 2013, 9:06 PM

                  Hi,

                  iam using a very extended default pxe file, if someone is interested i will post i completely.
                  I used PXE also before FOG to boot serveral ISO’s and tool’s

                  If you enter my PXE Menu the first thing is a prompt where you will have to enter an administration password to go on, else a timer 5 seconds is starting and starting again and will finally boot the default hdd.

                  If you enter the psw correctly the menu presents all my entry’s and subentrys 😉

                  Greetz X23

                  ║▌║█║▌│║▌║▌█

                  1 Reply Last reply Reply Quote 0
                  • S
                    Scott B
                    last edited by Oct 17, 2013, 1:37 PM

                    Great thread, helped me out a lot!

                    1 Reply Last reply Reply Quote 0
                    • D
                      darkxeno
                      last edited by Nov 1, 2013, 6:48 PM

                      I got it on their for Hirens but now it asks for a password and i cant get it to load!!! how can i bypass the password

                      1 Reply Last reply Reply Quote 0
                      • D
                        darkxeno
                        last edited by Nov 1, 2013, 7:09 PM

                        SO i got it to bypass the email now i get get lines and lines of …

                        how can i get this to just load!!!

                        1 Reply Last reply Reply Quote 0
                        • T
                          Tom Elliott
                          last edited by Nov 1, 2013, 8:36 PM

                          That is it loading. It loads for a while.

                          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
                          • G
                            Gilou
                            last edited by Nov 4, 2013, 10:09 PM

                            The thing about booting an ISO, is that you have to transfer the size of the ISO over the wire using tftp… Which can take long. The usual approach to live booting on PXE is to send a smaller image, then have the root mounted off NFS, so that it doesn’t have to wait until everything is loaded to boot.

                            1 Reply Last reply Reply Quote 0
                            • H
                              Haz
                              last edited by Apr 1, 2014, 5:55 PM

                              Old thread I know but hoping someone can help me here.

                              I have edited the PXE boot menu before a few times (all thanks to this guide - thanks a lot ssx ;)) and never had a problem, however on this latest fog server I have set up I cannot seem to get it to work. I can edit the default file fine to display the menu options and also dropped the ISO files into the correct directory, but when ever I select one of them from the menu it only gets so far and then just says “loading boot sector… booting…”. It would appear that fog has found the iso and started to load it, but a problem lies somewhere else maybe? I have tried a few different memdisk versions, and this still happens on various ISOs such as Ultimate boot CD, Dell Diags, WinPE tools etc…

                              Any ideas on this would be greatly appreciated 🙂

                              1 Reply Last reply Reply Quote 0
                              • D
                                digitalworkshed
                                last edited by Apr 26, 2014, 11:21 AM

                                Great tutorial video! Really helped me out! Thanks a lot!

                                [URL='http://www.digitalworkshed.com/']iPhone App Developer UK[/URL]

                                1 Reply Last reply Reply Quote 0
                                • Q
                                  qUoTuM
                                  last edited by May 12, 2014, 9:02 AM

                                  Is there any way i can do this in FOG 1.0.0?
                                  I looked it up but its kind of different and i cant figure out how to do it.

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by May 12, 2014, 10:02 AM

                                    [quote=“qUoTuM, post: 26870, member: 24126”]Is there any way i can do this in FOG 1.0.0?
                                    I looked it up but its kind of different and i cant figure out how to do it.[/quote]

                                    I direct you to a couple of other posts wanting, basically, the same things:
                                    [url]http://fogproject.org/forum/threads/switching-to-gpxelinux.3995/[/url]
                                    [url]http://fogproject.org/forum/threads/fog-0-33b-edit-pxe-menu.10403/[/url]

                                    They both talk about how to add entries under the advanced menu system as many things are rather touchy with the BootMenu directly. That said, so long as there’s information contained in the Advanced menu, changes are likely things will work for your scenario.

                                    Thank you,

                                    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
                                    • Q
                                      qUoTuM
                                      last edited by May 12, 2014, 12:41 PM

                                      Thank you.
                                      It works, but only if the ISO is in the “www/fog” directory.
                                      If I create an own directory “www/ISO” and set chmod to 777 it does not work.

                                      1 Reply Last reply Reply Quote 0
                                      • JunkhackerJ
                                        Junkhacker Developer
                                        last edited by May 12, 2014, 1:26 PM

                                        i keep my ISO files in a separate folder from www/fog, and it works fine and my permissions are set to 644.
                                        have you tried testing the location you put into the “advanced” menu in a browser? it should ask if you want to download the file.

                                        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 1
                                        • Q
                                          qUoTuM
                                          last edited by May 12, 2014, 1:48 PM

                                          Yes i tried testing the location in Chrome/Firefox/IE. I tried setting the permissions to 644 either.
                                          I get the following error message: “[SIZE=4][FONT=Times New Roman][COLOR=#000000]The requested URL … was not found on this server.”
                                          [/COLOR][/FONT][/SIZE]

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

                                          180

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project