Difference between revisions of "Template:SDIplugin"

From ERPXE Wiki
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
to run windows PE from pxe you need to create an image.
+
In order to run {{PAGENAME}} from PXE you need to create an image file.
image file can be either ISO or SDI (compressed and preferred)
 
* [[creating SDI]]
 
* [[creating ISO]]
 
  
Move the created image into /tftpboot/er/plugins/winna/ (or winnab, winnac as you need)
+
Image file type can be ISO or SDI.
 +
 
 +
We will use SDI image file because it can be compressed using NTFS compression for a shorter loading time.
 +
 
 +
In order to use ISO files instead you will need to edit /tftpboot/win/ {{{ntldrname}}}.sif and change 'SDI' to 'ISO', Change '/rdimageoffset=36352' to '/rdexportascd'
 +
 
 +
* [[Creating SDI Image]]

Latest revision as of 20:59, 22 March 2012

In order to run SDIplugin from PXE you need to create an image file.

Image file type can be ISO or SDI.

We will use SDI image file because it can be compressed using NTFS compression for a shorter loading time.

In order to use ISO files instead you will need to edit /tftpboot/win/ {{{ntldrname}}}.sif and change 'SDI' to 'ISO', Change '/rdimageoffset=36352' to '/rdexportascd'