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

    Booting Ubuntu 16.04 ISO from FOG; /dev/sr0: No medium found

    Scheduled Pinned Locked Moved
    Linux Problems
    iso boot ubuntu pxe
    6
    32
    25.0k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      You are still trying to boot the ISO as an ISO, rather than extracting the ISO and using the file structure FROM the 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

      F 1 Reply Last reply Reply Quote 0
      • F
        Fitzzz @Tom Elliott
        last edited by

        @Tom-Elliott I’ve tried that as well, it brought me to the same issue, unfortunately. I haven’t tried it for the other ISO’s though. Will do that this morning.

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

          Then I need to see the menu entry and settings you have.

          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

          F 1 Reply Last reply Reply Quote 0
          • F
            Fitzzz @Tom Elliott
            last edited by Fitzzz

            @Tom-Elliott

            :MENU
            menu
            item --gap -- ---------------- iPXE boot menu ----------------
            item mint              Mint
            item ubuntu          Ubuntu 16.04 Desktop
            item ubuntu2         Ubuntu Extracted ISO Test
            item hirens            Hiren's Boot CD
            item shell          ipxe shell
            item return        Return to previous menu
            choose --default return --timeout 15000 target && goto ${target}
            
            :mint
            kernel http://$(fog-ip)/fog/service/ipxe/mint/casper/vmlinuz
            initrd http://$(fog-ip)/fog/service/ipxe/mint/casper/initrd.lz
            boot ||
            goto MENU
            
            :ubuntu
            initrd http://${fog-ip}/fog/service/ipxe/Linux/ubuntu-16.04-desktop-amd64.iso
            chain memdisk iso raw ||
            goto MENU
            
            :hirens
            initrd http://$(fog-ip)/fog/service/ipxe/hirens/hirens.iso
            chain memdisk iso raw ||
            goto MENU
            
            :ubuntu2
            kernel http://$(fog-ip)/fog/service/ipxe/Linux/iso/casper/vmlinuz.efi
            initrd http://${fog-ip}/fog/service/ipxe/Linux/iso/casper/initrd.lz
            boot ||
            goto MENU
            
            :shell
            shell ||
            goto MENU
             
            :return
            chain  http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
            prompt
            goto MENU
            
            

            Is this what you’re looking for? And how would I go about showing you the settings, exporting a backup?
            As I post this I see the apostrophe affects the code’s display, does it affect how the code is interpreted by FOG?

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

              @Fitzzz For the location, you have the mint folder loaded in /var/www/html/fog/service/ipxe/mint, and the files exist?

              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

              F 1 Reply Last reply Reply Quote 0
              • F
                Fitzzz @Tom Elliott
                last edited by

                @Tom-Elliott Yeah, the files are all there. I extracted everything from the ISO to that location, and previously I was using just the ISO. Both return “Operating System Not Found”.

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

                  @Fitzzz Is this in advanced menu? If the selections are in “advanced” i’d suspect you need to choose it from that location.

                  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

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Fitzzz @Tom Elliott
                    last edited by

                    @Tom-Elliott Yeah, I go down to the advanced menu and select my options there. Seeing the menu items isn’t a problem.

                    1 Reply Last reply Reply Quote 0
                    • F
                      Fitzzz
                      last edited by

                      Okay, what I just tried was recording the error message when trying to boot into the Ubuntu extracted ISO.
                      The error code is Error 0x3e11613b.
                      Searching for what it specifically is right now, just thought I’d update.

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

                        @Fitzzz http://ipxe.org/err/3e1161 Error: DNS name does not exist

                        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

                        F 1 Reply Last reply Reply Quote 0
                        • F
                          Fitzzz @Tom Elliott
                          last edited by

                          @Tom-Elliott

                          Do you know if this would be a configuration setting I may have screwed up in FOG itself? Or is this a system-based problem.

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

                            @Fitzzz First, I think, I need to know what version of FOG you’re running. Second, I need to see what the fog-ip variable is being set to to begin with. From the sounds of things, though, it would seem your dns has no record for the domain name you have defined as your fog-server.

                            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

                            F 1 Reply Last reply Reply Quote 0
                            • F
                              Fitzzz @Tom Elliott
                              last edited by

                              @Tom-Elliott
                              It seems I made the disastrous decision to assume that the variable I saw online in another post was a FOG default-created and set variable, so I’ve been using it assuming it had been assigned the correct IP. I made that assumption because the first menu item I created, the original Ubuntu ISO, had worked, so I was just reusing what I had “working”.

                              I changed the code to just the IP, because of that DNS issue and your question, and now I can successfully boot the extracted ISOs. Now I have a slew of other things to deal with therein, but at least now I’m there.

                              Mint and Ubuntu (extracted) need some work to get running, but Hiren’s runs perfectly,

                              Wayne WorkmanW 1 Reply Last reply Reply Quote 1
                              • Wayne WorkmanW
                                Wayne Workman @Fitzzz
                                last edited by

                                @Fitzzz Post your working configuration, please?

                                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!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

                                1 Reply Last reply Reply Quote 0
                                • B
                                  bumlard
                                  last edited by

                                  Hi,

                                  Did you manage to get this to go? I am in the same situation. I’ve tried both extracting and just using the ISOs. Looks like I can boot hiren but no luck with any version of Ubuntu tried 12.04 as someone said that worked differently.

                                  Dan,

                                  Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                                  • Tom ElliottT
                                    Tom Elliott @bumlard
                                    last edited by

                                    @bumlard That does work differently.

                                    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
                                    • Wayne WorkmanW
                                      Wayne Workman @bumlard
                                      last edited by

                                      @bumlard Check this out: https://wiki.fogproject.org/wiki/index.php?title=Include_any_ISO_in_the_FOG_Bootmenu

                                      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!
                                      Daily Clean Installation Results:
                                      https://fogtesting.fogproject.us/
                                      FOG Reporting:
                                      https://fog-external-reporting-results.fogproject.us/

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        bumlard
                                        last edited by

                                        I’ve adapted this from the Fog Wiki page (which I had already TRIED to use), to what’s below… I get warning fsck not present so skipping file system. Mount, can’t find /root in /etc/fstab

                                        mounting /dev on /root/dev failed no such file or directory.

                                        My version in advanced section: (Hiren works fine but guess it doesn’t load drivers etc)

                                        :ultimate
                                        initrd http://${fog-ip}/${fog-webroot}/iso/HirenBootCD.iso
                                        chain memdisk iso raw ||
                                        goto MENU
                                        :ubuntu16.04_64
                                        set path /fog/service/ipxe/16.04_64
                                        set nfs_path /var/www/html/fog/service/16.04_64
                                        kernel http://10.60.54.224/fog/service/ipxe/16.04_64/casper/vmlinuz
                                        initrd http://10.60.54.224/fog/service/ipxe/16.04_64/casper/initrd.lz
                                        boot ||
                                        goto MENU

                                        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                        • Wayne WorkmanW
                                          Wayne Workman @bumlard
                                          last edited by

                                          @bumlard For the first menu item in your below post, using the iso file itself for initrd will not work, iPXE doesn’t know what to do with it and doesn’t speak that language. You will need to extract the contents of the ISO to a web directory and path to the correct init.

                                          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!
                                          Daily Clean Installation Results:
                                          https://fogtesting.fogproject.us/
                                          FOG Reporting:
                                          https://fog-external-reporting-results.fogproject.us/

                                          B 1 Reply Last reply Reply Quote 0
                                          • B
                                            bumlard @Wayne Workman
                                            last edited by

                                            @Wayne-Workman That makes me more confused as the Hiren (Ultimate) menu actually boots and works fine.

                                            With regards to my issue with Ubuntu, what is it that the environment variables for set path and set nfs_path actually do, I’ve extracted ubuntu into the folder as shown called 16.04_64. Can you suggest how my config should look? I’m stumped! 😞

                                            Thanks in advance.

                                            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            157

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project