Summary
After building USB HDD/SSD using AIP Windows PE-based BE builder on a uEFI boot system, the recovery volume's file system becomes RAW upon system reboot.
Causes
This is a known issue.
Workaround
To automatically restore the recovery volume, follow these steps:
1) Run the "diskpart" command from the command prompt.
2) Confirm that the recovery volume is RAW by using the "list volume" command. In this example, Volume 1 represents the recovery volume facing this issue.
DISKPART> list volume Volume ### Ltr Label Fs Type Size Status Info Volume 0 C NTFS Partition 952 GB Normal Boot Volume 1 RAW Partition 499 MB Normal Hide Volume 2 FAT32 Partition 100 MB Normal system Volume 3 NTFS Partition 895 GB Normal Hide
3) Execute “automount enable NOERR” in DISKPART:
DISKPART> automount enable NOERR
Auto-mount of a new volume is enabled.
4) Reboot the system and run "diskpart" to confirm that the recovery volume is restored.
DISKPART> list volume Volume ### Ltr Label Fs Type Size Status Info Volume 0 C NTFS Partition 952 GB Normal Boot Volume 1 Restore NTFS Partition 499 MB Normal Hide Volume 2 FAT32 Partition 100 MB Normal System Volume 3 NTFS Partition 895 GB Normal Hide
Target Product
– ActiveImage Protector 2018
(13451175146777)
Comments
0 comments
Article is closed for comments.