• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Eric Johnson
    3. Topics
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 26
    • Groups 0

    Topics

    • E

      how to prevent certain OUI's from being allowed as MAC addresses

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      306 Views
      S

      @Eric-Johnson Take a look at FOG Configuration -> FOG Settings -> FOG Client - Host Register -> QUICKREG PENDING MAC FILTER. Just set to 0A:00:27 and it should ignore any MAC matching this pattern.

    • E

      Windows 7 image boots to blank screen after deployment

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      21
      0 Votes
      21 Posts
      14k Views
      Joseph HalesJ

      Actually no but I may update two similar models soon if it reoccurs what would you like me to do.

    • E

      Parted returning a decimal point for start size in Kb

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      7
      0 Votes
      7 Posts
      3k Views
      E

      Ok, testing 🙂

      [code]
      — fog.upload.dist 2014-06-19 09:07:10.000000000 -0400
      +++ fog.upload 2014-06-19 09:32:02.000000000 -0400
      @@ -94,8 +94,8 @@
      fi
      fi
      diskSize=parted -s $hd u kB print | grep "Disk" | grep -v "Flags" | sed 's/Disk \/dev\/[a-zA-Z0-9]*: //' | sed 's/kB//';

      partitionStart=`fdisk -lu | grep $part | awk '{print $3}'`; if [ "$osid" == "1" ]; then partitionStart=`fdisk -lu | grep $part | awk '{print $3}'`; if [ "$partitionStart" == "" ]; then partitionStart="63"; fi

      @@ -136,22 +136,22 @@
      echo “Done”;
      if [ “$osid” == “5” ] || [ “$osid” == “6” ] || [ “$osid” == “7” ]; then
      if [ “$win7partcnt” == “1” ]; then

      win7part1start=`parted -s $hd u kB print | sed -e '/^.1/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//'`; win7part1start=`parted -s $hd u kB print | sed -e '/^.1/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//' -e 's/\..*$//'`; if [ "$win7part1start" == "" ]; then handleError "Unable to determine disk start location."; fi adjustedfdsize=`expr $sizefd '+' $win7part1start`; parted -s $hd u kB rm 1 &>/dev/null; parted -s $hd -a opt u kB mkpart primary ntfs 2048s ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null parted -s $hd -a opt u kB mkpart primary ntfs ${partitionStart}s ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null elif [ "$win7partcnt" == "2" ]; then win7part2start=`parted -s $hd u B print | sed -e '/^.2/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//'`; win7part2start=`parted -s $hd u B print | sed -e '/^.2/!d' -e 's/^ [0-9]*[ ]*//' -e 's/kB .*//' -e 's/\..*$//'`; if [ "$win7part2start" == "" ]; then handleError "Unable to determine disk start location."; fi adjustedfdsize=`expr $sizefd '+' $win7part2start`; parted -s $hd -a opt u kB mkpart primary ntfs ${defaultpart2start}B ${adjustedfdsize}kB &>/dev/null; parted -s $hd u kB set 1 boot on &>/dev/null parted -s $hd u kB set 1 boot on &>/dev/null else handleError "Invalid partition count."; fi

      [/code]

    • E

      Debug mode in 1.1.1

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      963 Views
      Tom ElliottT

      Because of potential dangers that could happen while in debug we’ve removed this as a standard selection model. There two methods to still get debug though. First is to schedule a task as simply debug. This is probably easiest. Second method is to enable hidden menu and choose which key sequence you want to get back to menu. At boot it will ask for this key sequence. After pressing that key sequence you will receive a login prompt. Type in a valid fog GUI login and pass and it will display the menu with debug as we are all so used to. Hope this helps.

    • 1 / 1