You are on page 1of 1

rem -------------------------------------------------------------------------rem FIR should only be concerned with the user partition.

Other
rem customizations (e.g. setting system partition, creating special disk
rem layouts, etc...), if any, are performed by the PostFIR commands.
rem
rem Here FIR will create a 40GB partition at offset 2GB.
rem -------------------------------------------------------------------------rescan
select disk=system
create partition primary offset=2097152 size=40960
format fs=ntfs quick label=OS
active
assign letter=C
create partition primary offset=1024
format fs=ntfs quick label=SYSTEM
assign letter=S
exit

You might also like