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

    Boot Menu & ISO File Size?

    Scheduled Pinned Locked Moved
    General
    4
    10
    3.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.
    • fmslickF
      fmslick
      last edited by

      Hey guys 🙂

      Alright so I have my Fog server running on a old Dell computer with p4 pox / 2GB RAM / 300GB HDD / CentOS minimal 6.6 32bit FOG: v1.2.0 I just started editing the boot menu to addon some .ISO files to boot from an some are seen and same are not, like “clonezilla-live-2.3.1-18-i686-pae.iso” is seen and will load but if I try to use “BT5R3-GNOME-32.iso” I see an error flash for 0.1 sec saying something like file can not be found, I was reading on HERE (the forum) that some times the name can be an issue with this so I made a test ISO by using clonezilla got it to boot and then renamed the ISO file BT5R3 to clonezilla so I never moved the ISO’s or anything like that BUT it was a fail still the same error… Is there a set size the ISO file can be or something along them lines?

      My boot menu (I know it could be better)
      [CODE]:MENU
      menu
      item --gap – ---------------- iPXE boot menu ----------------
      item clonezilla-live clonezilla-live-2.3.1-18
      item BT5R3-GNOME BT5R3-GNOME-32
      item shell ipxe shell
      item return return to previous menu
      choose --default WIN7PE64BIT --timeout 5000 target && goto ${target}

      :clonezilla-live
      initrd http://${fog-ip}/iso/clonezilla-live-2.3.1-18-i686-pae.iso
      chain memdisk iso raw ||
      goto MENU

      :BT5R3-GNOME
      initrd http://${fog-ip}/iso/BT5R3-GNOME-32.iso
      chain memdisk iso raw ||
      goto MENU

      :ipxedemo
      chain http://boot.ipxe.org/demo/boot.php ||
      goto MENU

      :shell
      shell ||
      goto MENU

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

      autoboot[/CODE]

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

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

        the biggest issue with names that people have is that they forget that Linux filenames and paths are case sensitive

        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

          [quote=“Junkhacker, post: 42303, member: 21583”]the biggest issue with names that people have is that they forget that Linux filenames and paths are case sensitive[/quote]

          Thanks Junkhacker for the info and yes Linux is case sensitive, however I don’t think this is the issue I am having here do to I was thinking that the name’s I had for the ISO file may have been the issue so this is why I renamed the “BT5R3-GNOME-32.iso” to “[FONT=Consolas]clonezilla[/FONT]” and the REAL [FONT=Consolas]clonezilla ISO to “[/FONT][FONT=Consolas]clonezilla_.iso[/FONT][FONT=Consolas]” seeing to as I know the real [/FONT][FONT=Consolas]clonezilla.iso file would boot via from Fog and over my network but the rename however failed. So I try to use other ISO’z but they to fail, this [/FONT][FONT=Consolas]led me to believe that it is maybe a file size issue?!?!o_O[/FONT]

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

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

            [quote=“fmslick, post: 42321, member: 27446”]Thanks Junkhacker for the info and yes Linux is case sensitive, however I don’t think this is the issue I am having here do to I was thinking that the name’s I had for the ISO file may have been the issue so this is why I renamed the “BT5R3-GNOME-32.iso” to “[FONT=Consolas]clonezilla[/FONT]” and the REAL [FONT=Consolas]clonezilla ISO to “[/FONT][FONT=Consolas]clonezilla_.iso[/FONT][FONT=Consolas]” seeing to as I know the real [/FONT][FONT=Consolas]clonezilla.iso file would boot via from Fog and over my network but the rename however failed. So I try to use other ISO’z but they to fail, this [/FONT][FONT=Consolas]led me to believe that it is maybe a file size issue?!?!o_O [/FONT][/quote]

            From what I’m gathering, it’s not a filesize issue. Rather the way the iso’s are being booted. You could add a pause or prompt to the menu to have it wait for your entry on failure.

            Also, not all disks work with chain memdisk iso raw. Some will work with chain memdisk iso, some will work with chain memdisk, some will work with chain raw. I don’t think this is the issue though.

            You got the same error if you change the clonezilla to BT5R3-GNOME-32.iso and boot from that menu as you got using the “real” BT5R3-GNOME-32.iso?

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

              [quote=“Tom Elliott, post: 42322, member: 7271”]From what I’m gathering, it’s not a filesize issue. Rather the way the iso’s are being booted. You could add a pause or prompt to the menu to have it wait for your entry on failure.[/quote]

              How do I add a pause or prompt to the menu to have it wait for entry on failure?

              [quote=“Tom Elliott, post: 42322, member: 7271”]
              You got the same error if you change the clonezilla to BT5R3-GNOME-32.iso and boot from that menu as you got using the “real” BT5R3-GNOME-32.iso?[/quote]

              … Hold on let me try that real fast…

              (Do note I dum down the names for testing to see if I can get it to work this is why they are not the same in the menu as posted up there…)

              What they are on my server.
              [IMG]http://i.imgur.com/o7IpT4U.png[/IMG]

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

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

                i found some instructions for setting up that version of backtrace for network booting over a mounted NFS volume using pxelinux. the instructions should be a good clue on what you could do with ipxe [url]http://www.gtkdb.de/index_7_1786.html[/url]

                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

                  [quote=“Tom Elliott, post: 42322, member: 7271”]
                  You got the same error if you change the clonezilla to BT5R3-GNOME-32.iso and boot from that menu as you got using the “real” BT5R3-GNOME-32.iso?[/quote]

                  Nope. If I rename the “real” clonezilla to BT5R3-GNOME-32.iso it works so it is not the name if that was the point in that test?!

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

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

                    [quote=“Junkhacker, post: 42325, member: 21583”]i found some instructions for setting up that version of backtrace for network booting over a mounted NFS volume using pxelinux. the instructions should be a good clue on what you could do with ipxe [url]http://www.gtkdb.de/index_7_1786.html[/url][/quote]

                    Cool and thanks ill look into that right now 🙂 and get back to you on that.

                    Note… google translate is going to help here! --> [url]http://www.gtkdb.de/index_7_1786.html[/url] lolololz

                    Sorry for dul-post…

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

                    1 Reply Last reply Reply Quote 0
                    • P
                      pravinkumar
                      last edited by

                      its may be helpful once see this…[url]http://fogproject.org/forum/threads/pxe-boot-problems-after-install-fog-1-0-0-on-ubuntu-dhcp-server.10478/[/url]

                      Check out our sections below where you'll find some great [URL='http://downloadbasket.com/category/android/']Android[/URL] Apps, Drivers([URL='http…

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

                        [quote=“pravinkumar, post: 43416, member: 28885”]its may be helpful once see this…[url]http://fogproject.org/forum/threads/pxe-boot-problems-after-install-fog-1-0-0-on-ubuntu-dhcp-server.10478/[/url][/quote]

                        Thanks man but its not a PXE boot problem or DHCP server issue seeing to as I am not using FOG’s for DHCP & I’m not running Ubuntu (EWW & WTF lol)

                        😄

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

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

                        196

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project