Content deleted Content added
Nickweedon (talk | contribs) No edit summary |
Fabrictramp (talk | contribs) Dead-end pages clean up project; you can help! using AWB |
||
Line 1:
{{articleissues|confusing
{{internallinks|date=August 2008}}▼
A
==
▲A "System Deployment Image" (aka SDI) is a file format used primarily with [[Microsoft]] products to contain an arbitrary [[Disk_image|disk image]], including boot sector information.
The SDI file format is often used to allow the use of a virtual disk via mounting Some versions of [[Microsoft Windows]] allow for "RAM [[booting]]", which is essentially the ability to load a SDI file into memory and then boot from it. The SDI file format also lends itself to network booting using the [[Preboot Execution Environment]] (PXE).
The SDI file itself is partitioned into the following sections:
; Boot [[BLOB]] : This contains the actual boot program, STARTROM.COM. This is analogous to the boot sector of a hard disk.
; Load
; Part
== 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 ===
* The creation of an SDI image file.
Line 26 ⟶ 22:
* The verification of an existing SDI image.
=== SDI Loader ===
The mechanism which allows for the creation, addition and removal of virtual disk drives.
== 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 =
| date = 2002-11
| url = http://msdn.microsoft.com/en-us/library/ms838543.aspx#ram_sdi_topic1
Line 44 ⟶ 40:
| title = System Deployment Image
| author = Microsoft Corporation
| publisher =
| url = http://msdn.microsoft.com/en-us/library/ms940108.aspx
| accessdate = 2008-08-31}}
|