• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ChrisJ
    3. Best
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 7
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by ChrisJ

    • RE: How to edit the pxe boot menu in FOG 1.2.0

      [quote=“Uncle Frank, post: 42587, member: 28116”]There are a couple of examples here in the forums. e.g.: [url]http://fogproject.org/forum/threads/boot-menu-iso-file-size.12442/[/url][/quote]

      Thanks. That worked. Got the AVG ISO booting now.
      If anyone is interested In Fog 1.2.0, in the fog configuration in the advanced config options text box I have this :

      menu
      item --gap – ---------------- iPXE boot menu ----------------
      item AVG AVG Antivirus scan
      item Sophos Sophos Antivirus scan
      item shell ipxe shell
      item return return to previous menu
      choose --default AVG --timeout 5000 target && goto ${target}

      :AVG
      initrd http://${fog-ip}/${fog-webroot}/iso/avg_arl_cdi_all_120_141126a8645.iso
      chain memdisk iso raw ||
      goto MENU

      :Sophos
      initrd http://${fog-ip}/${fog-webroot}/iso/sophosbootable.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[/CODE]

      Next task is to customise that iso so its got up to date definitions, sets the network and proxy appropriately and has 2 options “scan” and “custom” where scan just gets on with it (if nothing is selected) without asking loads of questions and custom gives access to the original ARL menu…

      posted in FOG Problems
      C
      ChrisJ
    • 1 / 1