• Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. lukebarone
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 117
    • Best 12
    • Controversial 0
    • Groups 1

    lukebarone

    @lukebarone

    13
    Reputation
    1306
    Profile views
    117
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website talk-about-it.ca Location Western Canada

    lukebarone Unfollow Follow
    FOG Hangouts

    Best posts made by lukebarone

    • RE: Checking Media Presence

      @Romain-0 I cannot read the Francais, but I have seen this message before.

      Have you disabled Secure Boot? Can you boot with a built-in network card as opposed to a USB one?

      posted in FOG Problems
      L
      lukebarone
    • RE: Does LDAPS work during iPXE menu login?

      @brakcounty According to the installer code, it’s in $sslpath/CA/*. It also appears in your /opt/fog/.fogsettings file, under sslpath=.

      By default, the installer drops it all into /opt/fog/snapins/ssl (lib/common/functions.sh L#1879)

      posted in General
      L
      lukebarone
    • RE: Post Download Scripts not running / HDD not being resized

      OK, I’ll update, then report back. Thank you.

      posted in Windows Problems
      L
      lukebarone
    • RE: Golden W10 21h2 : fog.drivers : wrong partition on HP 640 G2 laptop

      @george1421 My driver injection script (which I believe is the “new” one above) works with 21H2 golden images on both Windows 11 and Windows 10.

      posted in FOG Problems
      L
      lukebarone
    • RE: DHCP Lease Timeout?

      @Kureebow USB Booting instructions:

      https://wiki.fogproject.org/wiki/index.php?title=USB_Bootable_Media

      posted in General Problems
      L
      lukebarone
    • RE: Post Download Scripts not running / HDD not being resized

      This feels much better!

      Upgraded Fog to 1.4.4, and captured the image, deployed it, and was presented with my AD Login screen! It logged me in, then restarted… Then let me log in properly.

      A couple things I need to change on the image, but over all, this is much better than where I was before! Thank you for the advice

      posted in Windows Problems
      L
      lukebarone
    • RE: FOG Project call for engagement

      @sebastian-roth I’ll help whereever I can.

      I’m a jack-of-all-trades SysAdmin, can write tutorials/documentation, and do some simple bash scripting.

      posted in Announcements
      L
      lukebarone
    • RE: My PC keep restarting while i'm trying to capture an image

      @sow20 Are there any error messages that appear when it restarts the capture?

      Can you try building your image in a VM so you can take advantage of snapshots? Snapshot before SysPrep, snapshot after SysPrep, reboot the VM and check things work, then revert to the snapshot and try to capture the image.

      posted in FOG Problems
      L
      lukebarone
    • RE: Win10 1607 LTSB not finding drivers

      This worked! Thanks!

      I’m disappointed Microsoft’s method doesn’t work anymore, it was super helpful when we were testing Windows 10 at my previous site…

      posted in Windows Problems
      L
      lukebarone
    • RE: Fog hangs while trying to upload

      @Scootframer On your server, navigate to the folder you downloaded fog to, and run git checkout dev-branch. Then, re-run the ./bin/installfog.sh script to install the latest version.

      If you only have 3.9 GB of free space, I’m going to guess that it’s running out of space before it can set the permissions (but someone else would have to verify that for me). The partitions are supposed to be saved into that dev folder until captured, then it gets moved over and renamed.

      posted in FOG Problems
      L
      lukebarone

    Latest posts made by lukebarone

    • RE: Ubuntu Help - Boot Problem #N00b

      @Sebastian-Roth I didn’t know about the 100% option - I like that!

      posted in Linux Problems
      L
      lukebarone
    • RE: Ubuntu Help - Boot Problem #N00b

      @RogerBrownTDL Try this instead:

      lvextend -L +398g ubuntu-vg/ubuntu-lv --resizefs

      posted in Linux Problems
      L
      lukebarone
    • RE: Ubuntu Help - Boot Problem #N00b

      @RogerBrownTDL Yes.

      lvextend - Increase the volume size
      -L - Specify the size to increase it by
      ubuntu-lv - The name of your logical volume (as reported)
      --resizefs - Resize the EXT{2|3|4} file system
      
      posted in Linux Problems
      L
      lukebarone
    • RE: Ubuntu Help - Boot Problem #N00b

      @RogerBrownTDL

      lvextend -L +398g ubuntu-lv --resizefs
      

      You may need to reboot for it to take effect. This will use all the remaining LVM volume space for your logical volume. You can’t go smaller after the fact, so be sure you want to use it all first.

      posted in Linux Problems
      L
      lukebarone
    • RE: Fog hangs while trying to upload

      @Scootframer Hmmm… I’m not sure off the top of my head. I know I’ve seen this issue before, but I do not recall what the fix was.

      posted in FOG Problems
      L
      lukebarone
    • RE: Fog hangs while trying to upload

      @Scootframer ls -la /images?

      posted in FOG Problems
      L
      lukebarone
    • RE: Fog hangs while trying to upload

      @Scootframer To verify what it is first, run ps aux | grep 2643. Then run kill -9 2643 to forcefully kill it.

      posted in FOG Problems
      L
      lukebarone
    • RE: Fog hangs while trying to upload

      @Scootframer Oh good!

      Anyways, I would try the latest dev-branch and see if the issue persists. If not, then we would start looking at the logs on the server.

      posted in FOG Problems
      L
      lukebarone
    • RE: Fog hangs while trying to upload

      @Scootframer On your server, navigate to the folder you downloaded fog to, and run git checkout dev-branch. Then, re-run the ./bin/installfog.sh script to install the latest version.

      If you only have 3.9 GB of free space, I’m going to guess that it’s running out of space before it can set the permissions (but someone else would have to verify that for me). The partitions are supposed to be saved into that dev folder until captured, then it gets moved over and renamed.

      posted in FOG Problems
      L
      lukebarone
    • RE: Fog hangs while trying to upload

      @Scootframer Can you confirm you’re using the latest FOG version in the dev-branch branch?

      How full is your /images partition/drive? Is it a local drive on your server or an NFS mount? Does /images/a4bb6d84ebf4 exist on your server?

      posted in FOG Problems
      L
      lukebarone