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

    lukebarone

    @lukebarone

    13
    Reputation
    1.3k
    Profile views
    123
    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: Using Snap Ins to run scripts post imaging...?

      @danieln Why would the QC be done after imaging instead of before? Just curious.

      Do you have any other system for running remote commands? If you can maintain a list of system names (maybe using the FogAPI), you could run remote commands to your systems from one console on demand - would that work?

      posted in General Problems
      L
      lukebarone
    • RE: fog 1.5.10 install on rocky linux 8.7 installation error

      @limbooface Is this still an issue? If not, I’ll close this issue.

      posted in Linux Problems
      L
      lukebarone
    • RE: fog 1.5.10 install on rocky linux 8.7 installation error

      @limbooface So on a fresh Rocky 8.9 (the latest version in the 8.x stream) available, the install goes without a hitch.

      posted in Linux Problems
      L
      lukebarone
    • RE: fog 1.5.10 install on rocky linux 8.7 installation error

      Tracking on Github: https://github.com/FOGProject/fogproject/issues/577

      posted in Linux Problems
      L
      lukebarone
    • RE: Can not find hard disk(s) (getHardDisk)

      Having the same issue on a Dell Latitude 3140. There is no option for RAID, only AHCI and Off. Secure boot is disabled, UEFI security mode set to disabled on PXE/Internal HDD. Updated to the latest FOG dev version, Kernel version 6.1.22.

      Clonezilla will recognize the drive, but not the FOG kernel.

      posted in Hardware Compatibility
      L
      lukebarone
    • RE: fog 1.5.10 install on rocky linux 8.7 installation error

      @Sebastian-Roth I’ll take a look - haven’t touched Red hat stuff for many many years though! Lol

      posted in Linux Problems
      L
      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