The overall content is similar to the article below.
Creating a recovery partition and building WinRE when there is no recovery partition
https://m.blog.naver.com/PostView.naver?blogId=jegongnet&logNo=223461036751
The difference is whether there is an existing recovery partition or not.
test environment
WIN10 Pro 22H2
Partition format MBR
▶ Run command prompt as administrator
Run Disk Part
▶diskpart
Check disk list
▶ list disk
disk selection
▶sel disk 0
Check partition list
▶ list par
Step 1 => Remove the required space from C drive
Select C drive partition
▶sel par 2
Shrink volume
▶ shrink desired=182 minimum=182
The reduction figure is to fit 750MB when the existing recovery partition is 568MB.
The reduction size was determined arbitrarily.
Step 2 => Wipe recovery partition
Select recovery partition
▶sel par 3
Wipe recovery partition
▶ del par override
The reduced area and erased recovery area are combined
A total of 750 MB of unallocated area is created.
Step 3 => Create a recovery partition
Create partition
▶ create partition primary
Format partition as ntfs
▶ format quick fs=ntfs
In case of recovery partition attribute cycle MBR
▶ set id=27 override
Assign drive letter R
▶ assign letter=R
Check volume list
▶ list vol
▶ exit
You may need to restart your computer.
Step 4 => Reboot
▶ Shudown -r -t 0
WinRE settings
Step 5 => Create a Recovery folder on the recovery drive (R:) and insert the Winre.wim file.
Another important thing to note here is that for the KB5034441 update to be successful, the Winre.wim file must be extracted from the latest .iso.
https://m.blog.naver.com/PostView.naver?blogId=jegongnet&logNo=223460738894
Step 6 => WinRE redirection
▶ Run command prompt as administrator
▶ reagentc /disable
Drive name, disk number, and partition number are arbitrary.
Be sure to check the list and drive letters for each PC depending on the environment and operator preferences.
▶ reagentc /setreimage /path R:\Recovery
or reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk0\partition3\Recovery
▶ reagentc /enable
▶ reagentc /info
Step 7 => Windows KB5034441 Update
▶ Proceed with the KB5034441 update.
★ I emphasize this again, for the KB5034441 update to be successful, the Winre.wim file must be extracted from the latest .iso
'desktop > windows' 카테고리의 다른 글
kb5034441 업데이트 오류 해결 방법 (0) | 2024.06.03 |
---|