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 simply format the user partition.
rem --------------------------------------------------------------------------
rescan
sel vol=C
remove
select disk=system
select partition 2
format fs=ntfs quick label=OS
active
assign letter=C
select partition 1
format fs=ntfs quick label=SYSTEM
assign letter=S
exit

You might also like