Content deleted Content added
Magioladitis (talk | contribs) m Removing obsolote parameter from template + WP:CHECKWIKI error fixes + genfixes, replaced: articleissues → Multiple issues using AWB (7129) |
m →top: bold alt article name per MOS, |
||
(17 intermediate revisions by 13 users not shown) | |||
Line 1:
{{Multiple issues|
{{More citations needed|date=August 2008}}
{{confusing|date=August 2008}}
}}
A '''System Deployment Image''' (
== Description ==
The System Deployment Image (SDI) file format is often used to allow the use of a virtual disk
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
; 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.
Line 15 ⟶ 18:
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
== SDI
=== 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
▲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 [[
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:
Line 28 ⟶ 32:
* The verification of an existing SDI image.
=== SDI
The mechanism which allows for the creation, addition and removal of virtual disk drives. SDI Loader and Driver work with Disk BLOB.
Line 39 ⟶ 43:
| 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}}
|