User guide

Page 96
K INO-PV-D5253-D4253 Mini-ITX Motherboard
Figure C-3: Recovery Tool Setup Menu
Press <5> then <Enter>.
Figure C-4: Command Mode
The command prompt window appears. Type the following commands (marked in red) to
create two partitions. One is for the OS installation; the other is for saving
recovery files and images which will be an invisible partition.
(Press <Enter> after entering each line below)
system32>diskpart
DISKPART>list vol
DISKPART>sel disk 0
DISKPART>create part pri size= ___
DISKPART>assign letter=N
DISKPART>create part pri size= ___
DISKPART>assign letter=F
DISKPART>exit
system32>format N: /fs:ntfs /q /y
system32>format F: /fs:ntfs /q /v:Recovery /y
system32>exit