Windows 8.1 WIMBOOT premade files and easy guide
Hello,
i was working on wimboot for awhile to get my miniPC running well as it only had a 16gb eMMC storage
please download the following premade files
https://onedrive.live.com/redir?resid=930D91D3418195D8!616&authkey=!AFB_ojTXRrpS9dk&ithint=file%2czip
Windows PE iso has the windows updates and winpe 5.1 already to go
PREPARING WINPE USB
- Open Rufus bootable USB creator
- select your usb drive (topbox)
- next to make bootable click the choose ISO button
- select WinPE5.1 Wimboot ready
PREPARING MAIN HDD/SSD/eMMC
- bootup using winPE USB. when loaded you will only see a cmd/terminal window
1.5 the following are commands to type into the CMD box - DISKPART
- list disk
- select disk 0
- clean
- convert gpt
- create partition efi size=100
- format quick fs=fat32 label="system"
- create partition msr size=128
- create partition primary
- shrink minimum=3000
- format quick fs=ntfs label="windows"
- assign letter=c
- create partition primary
- format quick fs=ntfs label="images"
- assign letter=m
- set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
- gpt attributes=0x8000000000000001
- list volume
- exit
your hdd is now partitioned for Wimboot
PREPARING THE DIRECTORIES ON THE VOLUMES
- MD "M:\Windows Images\
- copy install.wim from the downloaded folder too M:\Windows Images\
- MD C:\recycler\scratch
- set wim_skip_wimboot_check=1
- DISM /apply-image /imagefile:"M:\windows images\install.wim" /applydir:C: /index:1 /WIMBoot /Scratchdir:C:\recycler\scratch
- C:\windows\system32\bcdboot c:\windows
- MD M:\recovery\windowsRE
- copy winre.wim from downloaded dir using xcopy
xcopy E:\winre.wim M:\recovery\windowsre\winre.wim /h - C:\windows\system32\reagentc /setREImage /path M:\recovery\windowsre /target C:\windows
**FINISHED!!!! RESET YOUR PC **
Originally by Chris Coroner