• 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
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Chuckc1981

    • C

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

      FOG Problems
      • • • Chuckc1981
      12
      0
      Votes
      12
      Posts
      3.7k
      Views

      C

      Thank you for the replies.

    • C

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

      FOG Problems
      • • • Chuckc1981
      11
      0
      Votes
      11
      Posts
      4.8k
      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