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

    Adding Windows 7.iso to iPXE boot menu. Getting No space left on device error.

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    9
    5.3k
    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.
    • ?
      A Former User
      last edited by

      Hello guys! I am currently trying to edit the iPXE menu to include a copy of Windows 7. I have the iso stored here var/www/fog/service/ipxe/iso/Windows7Master.iso

      My Advanced Boot Configuration file
      [code]
      :MENU
      menu
      item --gap – ---------------- iPXE boot menu ----------------
      item WIN7PE64BIT Boot Windows 7 Master 64 bit iso
      item shell ipxe shell
      choose target && goto ${target}
      :WIN7PE64BIT
      initrd http://${fog-ip}/fog/service/ipxe/iso/Windows7Master.iso ||
      echo failed to load iso if it stops here
      prompt
      chain memdisk iso raw ||
      echo failed to chain memdisk if it stops here
      prompt
      boot ||
      echo failed to boot here if it stops here
      prompt
      goto MENU
      :shell
      shell ||
      goto MENU
      autoboot
      [/code]

      When I try and boot to the ISO I get a No space left on device ([url]http://ipxe.org/34012006[/url]) . This error would normally tell me that the computer does not have enough RAM to handle the image but a) I am on a laptop with 8Gb and b) the image is only 3.6 GB.

      I tried multiple different solutions and nothing really helped. I was using a thread from a couple months ago for reference (the config is almost identical at this point). I would link to it but I cannot seem to find it right now.

      Thanks in advance for any help
      Bryce.

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

        What version/revision of FOG?
        What’s the Linux distro and version?

        Also, take a look at this: [url]http://fogproject.org/wiki/index.php/Include_any_ISO_in_the_FOG_Bootmenu[/url]

        From just glancing through that WiKi page, I would THINK that you’re ISO is in the wrong spot.

        Although this WiKi page is about Parted Magic, it might help you figure this out:
        [url]http://fogproject.org/wiki/index.php/Include_Parted_Magic[/url]

        Let us know, we’re here to help.

        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
        • ?
          A Former User
          last edited by

          Thanks for the quick response Wayne. I am currently on FOG Trunk and Ubuntu 14.04. I took a quick look at those two wiki links and was under the impression they would not work for anything after .32. If that is not the case I will give them a shot when I get back into the office Tuesday.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User
            last edited by

            Just gave both those wiki articles a shot and it seems like I took a couple steps back honestly.

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

              It could be that those are for .32, both were last modified in 2011…

              I’ve also just searched the forums quickly without any hits for “iso” or “ISO”

              I personally have never put an ISO into the FOG boot menu, but I plan to… I’m currently putting together a Fedora 21 core server (no GUI) and I’m going to probably put FOG on it today, simply for the purposes of learning more about it and helping here on the forums.

              In the mean time, you might find these helpful:
              [url]http://www.tecmint.com/installing-windows-7-over-pxe-network-boot-in-centos/[/url]
              [url]http://www.howtogeek.com/61263/how-to-network-boot-pxe-the-ubuntu-livecd/[/url]

              Also, if you figure it out, please let us know what you did… The WiKi pages on this need updated.

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

                Also,

                Check back here from time to time, it’s highly likely that other members can smash this problem pretty quickly.

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

                  saying you’re on “trunk” doesn’t give us specific enough information about what version you’re on. the trunk version can change multiple times in a day, and for all we know, you could be on a 2 month old version. it would still be “trunk.”
                  how far does the download progress before it fails? have you tried it on more than one computer?

                  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
                  • ?
                    A Former User
                    last edited by

                    Junkhacker sorry for not being specific. I currently am not at work so I do not remember the exact version but it was up to date as of Saturday. I can get you more specific info tomorrow if needed. As for how far the download gets, as far as I am aware it does not even start. I get the No Space Left on Device error and then immediately the echo that I coded in. As far as my naked eye can see a download of the iso to the computer does not happen.

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

                      According to the page that you have linked, you can run

                      sanboot [url]http://<ip>/fog/service/ipxe/isos/<filename>.iso[/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
                      • 1 / 1
                      • First post
                        Last post

                      138

                      Online

                      12.1k

                      Users

                      17.3k

                      Topics

                      155.3k

                      Posts
                      Copyright © 2012-2024 FOG Project