You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DevOps runbooks — docs/devops/ Passport CI gate, offline repair worker,
air-gap packages/VirtIO, fleet analyze, cutover weekend, failure triage,
cloud disk sources (S3/GCS/Azure), forensic IR, SBOM/inventory CI.
GitHub Wiki — operator cheat sheets (Passport, day-0, packages, env,
TUI, KubeVirt/GCF/agent) linked from README / docs INDEX.
GUESTKIT_PACKAGE_MIRROR — HTTP fallback via curl/wget when host dnf/apt-get is missing or fails (comma-separated bases; optional {name}/{ext} templates). Helps macOS hosts stage PackageInstall.
Domain-leave first-boot RunOnce — windows-domain-leave stages GuestKitDomainLeave RunOnce (Add-Computer -WorkGroupName) in addition
to Tcpip/Winlogon markers (DC computer-account delete still needs live AD).
Worker performance + migration profiles — guestkit.profile jobs run
the same CLI InspectionProfile implementations as guestkit profile.
Offline ServiceOperation / CommandExec staging — enable/disable via
systemd wants Symlink/FileDelete; start/restart and other commands stage guestkit-firstboot-live.service when chroot cannot run them.
UEFI-aware fix-grub --force — detects ESP under the guest root and
runs grub-install --target=x86_64-efi|arm64-efi --efi-directory=… --no-nvram --removable (BIOS path unchanged).
Windows AES/RC4 SAM NT-hash write — rescue -o reset-password --password
reconstructs the SYSKEY bootkey from SYSTEM LSA class names, derives the
hashed bootkey from SAM F, and writes an AES-128-CBC (or legacy RC4)
encrypted NT hash into the user V blob. Falls back to SAM blank + RunOnce net user if SYSTEM/bootkey/crypto fails.
PackageInstall host fetch — with GUESTKIT_PACKAGE_FETCH=1, offline plan apply downloads missing .rpm/.deb on the host (dnf download / yumdownloader / apt-get download) into GUESTKIT_PACKAGE_CACHE or ~/.cache/guestkit/packages, then stages the first-boot oneshot as before.
Offline GRUB repair (fix-grub) — rescue -o fix-grub bind-mounts
proc/sys/dev and runs chroot grub2-mkconfig / grub-mkconfig / update-grub; --force also attempts grub-install onto the NBD device
(BIOS) or EFI removable path when an ESP is present;
if chroot mkconfig fails, stages guestkit-firstboot-grub.service. --export-plan writes the first-boot FileWrite/Symlink ops. check-grub
remains diagnose-only.
System Reserved / ESP detection — offline Windows evidence probes
non-OS NTFS/FAT volumes for bootmgr + BCD (legacy System Reserved) or
EFI Microsoft Boot (ESP). Surfaces on windows.system_reserved, promotes bcd_store_found / bootmgr_found, fixes esp_present (no longer aliased
to bootmgr). Boot check BOOT-014, migration MIG-W-011, Passport
flags system_reserved_layout + bcd_store_found.
Windows driver/hotfix migration diagnostics — offline HotFix registry + $NtUninstall* / $hf_mig$ / CBS.log tail; VirtIO .sys presence on WindowsDriverEntry.sys_present; BCD UTF-16 probe for testsigning /
nointegritychecks. Migration MIG-W-012 (hotfixes/servicing), MIG-W-013 (VirtIO files); Passport hotfix_count / hf_mig_present / driver_signature_enforcement. Hive paths resolve via
guestfs mount root.
Offline PackageInstall staging — when GUESTKIT_PACKAGE_CACHE (or host_cache) holds matching .rpm/.deb, offline plan apply stages
packages + a first-boot systemd oneshot instead of skipping; optional GUESTKIT_PACKAGE_FETCH=1 downloads missing packages on the host first;
live install unchanged.
Windows offline password set — rescue -o reset-password --password
prefers AES/RC4 SAM NT-hash write via SYSKEY; falls back to SAM blank +
HKLM RunOnce net user for first boot; omit --password to blank only.
Changed
Docs — Roadmap parked list cleared; CLI / quick-reference / feature guide /
fix-plans updated for AES SAM passwords, fix-grub, and GUESTKIT_PACKAGE_FETCH offline staging.