@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?
@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?
@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
)
OK, I’ll update, then report back. Thank you.
@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.
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
@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.
@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.
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…
@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.
@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?
@limbooface Is this still an issue? If not, I’ll close this issue.
@limbooface So on a fresh Rocky 8.9 (the latest version in the 8.x stream) available, the install goes without a hitch.
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.
@Sebastian-Roth I’ll take a look - haven’t touched Red hat stuff for many many years though! Lol
@Sebastian-Roth I didn’t know about the 100% option - I like that!
@RogerBrownTDL Try this instead:
lvextend -L +398g ubuntu-vg/ubuntu-lv --resizefs
@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
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.