• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Chuckc1981
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Groups 0

    Topics

    • C

      Clients can't find new fog server, TFTP? Fog 1.1.2

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      12
      0 Votes
      12 Posts
      4k Views
      C

      Thank you for the replies.

    • C

      Optiplex390 rebooting loop, can't do NIC as first boot option

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      11
      0 Votes
      11 Posts
      5k Views
      C

      Update on this,

      If you modify your pxe boot menu passwords after doing this, it will overwrite /tftpboot/pxelinux.cfg/default which breaks the chainloading.

      To fix it just replace

      LABEL fog.local
      [COLOR=#339966]localboot 0[/COLOR]
      MENU DEFAULT
      MENU LABEL Boot from hard disk
      TEXT HELP
      Boot from the local hard drive
      If you are unsure, select this option.
      ENDTEXT

      with

      LABEL fog.local
      [COLOR=#339966]kernel chain.c32[/COLOR]
      [COLOR=#339966]append hd0[/COLOR]
      MENU DEFAULT
      MENU LABEL Boot from hard disk
      TEXT HELP
      Boot from the local hard drive
      If you are unsure, select this option.
      ENDTEXT

      In /tftpboot/pxelinux.cfg/default
      To re-fix it.

      🙂

    • 1 / 1