FOG Project

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

    Solved add to advanced boot menu windows 7 iso

    Windows Problems
    2
    2
    3125
    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.
    • N
      nockdown last edited by

      I use ubuntu 12.04.5 and fog 1.2.0.
      I would like to add “windows 7 64 bit.iso” to boot options.
      So, I

      1. create “iso” directory in /var/www/fog/service/ipxe/
      2. put “win7sp1x64.iso” to /var/www/fog/service/ipxe/iso
      3. copy “memdisk” from /var/www/fog/service/ipxe/ to /var/www/fog/service/ipxe/iso
      4. change owner to “fog:www-data” and permissions to 755 for these files
      5. add code via web interface to FOG Configuration > PXE Boot Menu > Advanced Configuration Options:
      :MENU
      menu
      item --gap -- ---------------- iPXE boot menu ----------------
      item win7sp1x64          Windows 7 sp1 64 bit
      item shell          ipxe shell
      item return        return to previous menu
      choose --default return --timeout 5000 target && goto ${target}
       
      :win7sp1x64
      initrd http://${fog-ip}/${fog-webroot}/service/ipxe/iso/win7sp1x64.iso
      chain memdisk iso raw ||
      goto MENU
       
      :shell
      shell ||
      goto MENU
       
      :return
      chain  http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
      prompt
      goto MENU
       
      autoboot
      

      But client hangs at “Loading Boot Sector…booting…” during boot.

      Please, coould you help me?

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

        All I can tell you is that there are several methods to serve an ISO via FOG.

        I can tell you also that no one method will work with all ISOs.

        Please search our forum thoroughly for “ISO” and also our WiKi. Also keep an eye on this thread because someone may help you here, too.

        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
        • 1 / 1
        • First post
          Last post

        147
        Online

        10.2k
        Users

        16.3k
        Topics

        149.9k
        Posts

        Copyright © 2012-2020 FOG Project