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

PXE Boot - Adding Hiren 15.0 to Menu

Scheduled Pinned Locked Moved Solved
FOG Problems
2
5
7.1k
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.
  • T
    tyler2017
    last edited by Jun 23, 2017, 4:49 PM

    Server
    • FOG Version: 1.4.0
    • OS: Ubuntu 16.04
    Client
    • Service Version: v0.11.12
    • OS: Windows 7
    Description

    I have followed this wiki on the fog website https://wiki.fogproject.org/wiki/index.php?title=Include_any_ISO_in_the_FOG_Bootmenu#Bitdefender along with many other guides. So far I’ve created two iPXE Menus. Both of which show up on the list after PXE Booting a client, but the Hiren ISO doesn’t boot.
    I am not able to access x.x.x.x/fog/iso on a browser. So I think that’s part of the problem…

    1st Menu:
    :hbcd
    set path /fog/iso/Hiren’s.BootCD.15.0.iso
    set nfs_path /var/www/fog/ISO/Hiren’s.BootCD.15.0.iso
    kernel http://${fog-ip}${path}/casper/vmlinuz.efi || read void
    initrd http://${fog-ip}${path}/casper/initrd.lz || read void
    imgargs vmlinuz.efi root=/dev/nfs boot=casper netboot=nfs nfsroot=${fog-ip}:${nfs_path} ip=dhcp splash quiet – || read void
    boot || goto MENU


    2nd Menu:
    :hbcd2
    initrd http://${fog-ip}/fog/service/ipxe/hiren/Hiren’s.BootCD.15.0.iso
    chain memdisk iso raw ||
    goto MENU

    I think the 2nd menu is more of what I need, but it doesn’t work either.

    The guide is a bit dated and I’m needing some help figuring out what’s going on… any ideas?

    A 1 Reply Last reply Jun 23, 2017, 7:58 PM Reply Quote 0
    • A
      Avaryan @tyler2017
      last edited by Avaryan Jun 23, 2017, 2:01 PM Jun 23, 2017, 7:58 PM

      @tyler2017 Here is what I have. 15.2 works.

      :MENU
      menu
      item --gap -- ---------------- iPXE Advanced Boot Menu ----------------
      item hiren Hiren's Boot CD 15.2
      item return Return to Previous Menu
      choose --default return --timeout 15000 target && goto ${target}
      :hiren
      initrd http://${fog-ip}/Hiren15.2.iso
      chain memdisk iso raw ||
      :return
      chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
      prompt
      goto MENU
      autoboot
      
      1 Reply Last reply Reply Quote 1
      • T
        tyler2017
        last edited by Jun 23, 2017, 8:34 PM

        What’s the full file path to your iso? Mine is /var/www/fog/iso/Hiren’s.BootCD.15.0.iso

        A 1 Reply Last reply Jun 23, 2017, 8:52 PM Reply Quote 0
        • A
          Avaryan @tyler2017
          last edited by Avaryan Jun 23, 2017, 2:54 PM Jun 23, 2017, 8:52 PM

          @tyler2017 /var/www/html/Hiren15.2.iso

          T 1 Reply Last reply Jun 23, 2017, 9:28 PM Reply Quote 0
          • T
            tyler2017 @Avaryan
            last edited by Jun 23, 2017, 9:28 PM

            @Avaryan That did the trick! I had a feeling it was just a location problem. I can now boot to the ISO. Thanks for the help!

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

            247

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project