Hello Chris Griego,
The error you are seeing, “SAFE_OS phase with an error during APPLY_IMAGE,” typically occurs during a Windows upgrade or installation when the setup process fails to apply the operating system image. This is most often linked to corrupted installation media, incompatible drivers, or disk/partition issues.
The first thing to verify is the integrity of your installation source. If you are using an ISO or USB created with the Media Creation Tool, recreate it to ensure the image is not corrupted. Make sure the USB is formatted as FAT32 if you are booting in UEFI mode.
Next, check the target disk. Run chkdsk /f /r on the system drive to rule out bad sectors. If BitLocker is enabled, suspend it before starting the upgrade (manage-bde -protectors -disable C:). Also confirm that there is sufficient free space—Windows setup requires at least 20 GB free on the system partition.
Driver compatibility is another common cause. Disconnect all non-essential peripherals and update storage controller drivers (Intel RST or RAID drivers are frequent culprits). If you are upgrading, remove third-party antivirus or disk encryption software before retrying.
If the issue persists, review the setup logs located at C:\$WINDOWS.~BT\Sources\Panther\setuperr.log and setupact.log. These files will show the exact point of failure. Look for entries around the time of the APPLY_IMAGE phase; often you will see a reference to a missing driver or a disk access error.
If none of these steps resolve the problem, the most reliable path is to perform a clean installation using the latest ISO from Microsoft rather than an in-place upgrade. This bypasses the APPLY_IMAGE failure by writing the OS image directly to disk.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.