Windows 11へのアップグレードを試みています。BIOSでセキュアブートとTPM 2.0を有効にしましたが、Windows Updateを実行すると0x80070643
エラーが発生してしまいます。
調査したところ、このエラーはWindows回復環境(WinRE)に関連しており、更新プログラムKB5034441のインストールのために回復パーティションのサイズを拡張する必要があることがわかりました。
しかし、手順に従ってパーティションを操作し、reagentc /enable
コマンドを実行しても、WinREが有効になりません。回復パーティションのサイズ拡張、属性の再設定、新しいwinre.wim
のコピーとパス指定など、一通りの対策は試しました。以下は実行したコマンドのログです。アドバイスをいただけますと幸いです。
C:\Windows\system32>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Disabled
Windows RE location:
Boot Configuration Data (BCD) identifier: d771fd2e-b2dc-11eb-9eb3-d28e2af1e30f
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
C:\Windows\system32>diskpart
Microsoft DiskPart version 10.0.19041.3636
DISKPART> sel disk 2
Disk 2 is now the selected disk.
DISKPART> list part
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Reserved 128 MB 17 KB
Partition 2 System 100 MB 129 MB
Partition 3 Primary 1862 GB 229 MB
Partition 4 Recovery 789 MB 1862 GB
DISKPART> sel part 4
Partition 4 is now the selected partition.
DISKPART> delete partition override
DiskPart successfully deleted the selected partition.
DISKPART> create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
DiskPart succeeded in creating the specified partition.
DISKPART> gpt attributes =0x8000000000000001
DiskPart successfully assigned the attributes to the selected GPT partition.
DISKPART> format quick fs=ntfs label="Windows RE tools"
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> exit
C:\Windows\system32>reagentc /enable
REAGENTC.EXE: Operation Successful.
C:\Windows\system32>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Disabled
...
REAGENTC.EXE: Operation Successful.