WDS - Create Discover Boot Image
-
25 เมษายน 2555 10:07
How to create WDS Discover bootable CD for Image Capture?
- แก้ไขโดย VijayakumarH 25 เมษายน 2555 10:09
- แก้ไขโดย VijayakumarH 25 เมษายน 2555 10:09
- แก้ไขโดย VijayakumarH 25 เมษายน 2555 10:12
ตอบทั้งหมด
-
25 เมษายน 2555 10:34
Depends on the version of Windows 2008 versus 2008 R2.
http://technet.microsoft.com/en-us/library/dd637996(v=ws.10).aspx
I would recommend using Microsoft Deployment Toolkit to create and capture the image and upload to WDS. This method will work but does not provide quality control or process improvement provided through MDT.
Dave Guenthner [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights. http://blogs.technet.com/b/davguents_blog
- เสนอเป็นคำตอบโดย James XiongModerator 26 เมษายน 2555 2:27
- ทำเครื่องหมายเป็นคำตอบโดย James XiongModerator 2 พฤษภาคม 2555 9:11
-
25 เมษายน 2555 10:40
Try reading this, see if it works http://technet.microsoft.com/en-us/library/dd637996(v=ws.10).aspx
Adrian Costea - MCP, MCTS, MCSA 2003, MCITP: Windows 7
My Blog: www.vkernel.ro/blog
- เสนอเป็นคำตอบโดย James XiongModerator 26 เมษายน 2555 2:28
- ทำเครื่องหมายเป็นคำตอบโดย James XiongModerator 2 พฤษภาคม 2555 9:12
-
26 เมษายน 2555 11:45
Hi,
try the following:
(its for 32bit replace the x86 with your used architecture)
Server:
WDSUTIL /New-DiscoverImage /Image:<name> /Architecture:x86 /DestinationImage /FilePath:<path and name to new file>
WAIK must be installed on the admin computer/server:
Run the WAIKK console and type in:
CopyPE x86 C:\Winpe
Copy /y c:\DiscoverImage.wim c:\Winpe\ISO\Sources
Cd C:\Program Files\Windows AIK\Tools\PETools
Oscdimg -n -bc:\winpe\ISO\boot\etfsboot.com c:\winpe\ISO c:\DiscoverDisc.isoRegards,
Tim
- ทำเครื่องหมายเป็นคำตอบโดย James XiongModerator 2 พฤษภาคม 2555 9:12