Owner manual
Table Of Contents
- 1 Introduction
- 2 Packing List
- 3 Connectors
- 4 Installation
- 5 BIOS
- 5.1 Introduction
- 5.2 Main
- 5.3 Advanced
- 5.4 Chipset
- 5.5 Boot
- 5.6 Security
- 5.7 Save & Exit
- 6 Software Drivers
- A BIOS Options
- B One Key Recovery
- C Terminology
- D Watchdog Timer
- E Hazardous Materials Disclosure

ICE-CV-D25501/N26001 COM Express Module
Page 93
Figure B-4: Command Prompt
Step 5: 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