System Deployment Image: Difference between revisions

Content deleted Content added
No edit summary
m top: bold alt article name per MOS,
 
(38 intermediate revisions by 21 users not shown)
Line 1:
{{Multiple issues|{{update|date=September 2014}}
{{articleissues|confusing=August 2008|deadend=August 2008|expand=August 2008|orphan=August 2008|unreferenced=August 2008}}
{{internallinksMore citations needed|date=August 2008}}
{{confusing|date=August 2008}}
= System Deployment Image =
}}
 
A '''System Deployment Image''' ('''SDI''') is a file format used primarily with [[Microsoft]] products to contain an arbitrary [[disk image]], including boot sector information.
 
== Description ==
AThe "System Deployment Image" (aka SDI) is a file format usedis primarilyoften withused Microsoftto productsallow tothe houseuse anof arbitrarya virtual disk image,for includingstartup bootor sector informationbooting. Some versions of [[Microsoft Windows]] allow for "RAM [[booting]]", which is essentially the ability to load aan SDI file into rammemory and then boot from it. The SDI file format also lends itself to network booting, using athe similar[[Preboot mechanismExecution Environment]] (PXE). Another usage is [[Hard disk drive|hard disk]] [[Disk image|imaging]].
The SDI file itself is partitioned into the following sections:
 
; Boot [[Binary large object|BLOB]] : This contains the actual boot program, STARTROM.COM. This is analogous to the boot sector of a hard disk.
; Load BLOB : This typically contains [[NTLDR]] and is launched by the boot BLOB.
; Part BLOB : This contains the actual boot runtime (i.e. the contents of the disk image including any Operating System [OS] files) and also includes the [[boot.ini]] (used by NTLDR) and ntdetect.com files which should be located within the root directory of the runtime. The size of the runtime cannot exceed 500 MbMB. In addition to this requirement the runtime must also be capable of dealing with the fact that it is booting from a ramdisk. This implies that the runtime must include the "Windows [[RAM Disk]] Driver" component (specified within the boot.ini).
 
; Disk BLOB : This is flat [[Hard disk drive|HDD]] image starting with a [[Master boot record|MBR]]. It is used for hard drive imaging instead of booting. Also only Disk BLOBs can be mounted with Microsoft's utilities.
== Image Management ==
 
SDI usually contains either Disk BLOB (HD cloning or temporary SDI) or three other of them (bootable SDI).
 
[[Windows Vista]] or [[Windows Preinstallation Environment|Windows PE]] 2.0 boot sequence includes a boot.sdi file, which contains Part BLOB for an empty [[NTFS]] volume and a Table-of-Contents slot for the [[Windows Imaging Format|WIM]] image, which is stored on a separate on-disk file.
 
== SDI features ==
 
=== SDI driver ===
SDI files can be mounted as virtual disk drives and assigned a drive letter if an SDI driver is available to allow this. A SDI driver is a type of storage driver and is commonly used with [[Windows XP editions#Embedded editions|Windows XP Embedded]].
 
=== SDI management ===
Microsoft provides a tool called the "SDI File Manager" (sdimgr.exe) which can be used for the purpose of manipulating SDI files. Some of the tasks which this tool facilitates are:
 
* CreatingThe acreation of an SDI image file.
* CreateThe creation of an SDI image file from an existing hard disk partition.
* VerifyThe verification of an existing SDI image.
 
=== SDI loader ===
The mechanism which allows for the creation, addition and removal of virtual disk drives. SDI Loader and Driver work with Disk BLOB.
 
== See also ==
* [[Windows Imaging Format]]
 
== References ==
* {{cite web
| title = RAM Boot Using SDI in Windows XP Embedded with Service Pack 1
| author = Saad Syed
| publisher = Microsoft
| date = November 2002
| url = http://msdn.microsoft.com/en-us/library/ms838543.aspx#ram_sdi_topic1
| accessdate = 2008-08-31}}
 
* {{cite web
| title = System Deployment Image =
| author = Microsoft Corporation
| publisher = Microsoft
| url = http://msdn.microsoft.com/en-us/library/ms940108.aspx
| accessdate = 2008-08-31}}
 
* {{cite web
| title = SDI file format specification
| author = Sergii Kolisnyk
| publisher = LiveJournal.com
| url = http://skolk.livejournal.com/1320.html
| accessdate = 2009-06-08}}
 
[[Category:Computer file formats]]