مشکل در بوت نصب ویندوز از طریق سرویس WDS
سلام خسته نباشید
من توی یه جایی 40 پی سی دارم واسه نصب ویندوز با یه سرور من قبلش با vmware ویندوز و برنامه هامو با culture درست کردم و بردم رو سرور مورد نظر مشکل اینجاست که موقع بوت کردن با کارت شبکه فقط لبتاب من میشه مراحلو تا اخر رفت و ویندوزو نصب کرد یعنی واسه لپتاب من مراحل درسته ولی تو کامپیوترهای شبکه موقع بوت شدن قبل از انتخاب زبان و.. پیغام زیرو دریافت میکنم
حتی برای بوت شدن بوت دیسکاوری درست کردم اینبار این پیغامو میده
یکبار dhcp رو حذف و دوباره کانفیگ کردم حل نشد
حتی از مجوعه درایور پک درایورای کارت شبکه رو بهش اضافه کردم حل نشد
ممنون میشم راهنماییم کنید
2 پاسخ
بله این قابلیتو دارن پیغام اولی با استفاده از pxe-boot بالا اومده و عکس پایینی با discovery بوته
من از یه سایت پیگیری کردم نوشته بود امکان داره از کابل شبکه باشه کابل شبکه من cat5 و چند نفرم تایید کردن که با عوض کردن کابل شبکه به cat6 مشکلشون حل شده چون حدود بیست ثانیه بیشتر طول میکشه تا کلاینت ای پی دریافت کنه
امکانش هست اینطور باشه
یه راه حلم اینو گذاشتن
<left>
Build your custom WDS Windows PE image:
Opened the “Windows PE Tools Command Prompt” again and typed “copype x86 c:\wdsbootimage”.
This created a Windows PE image in “c:\wdsbootimage”
Mounted the created WinPE.wim to “mount”: “imagex /mountrw WinPE.wim 1 mount”
Added all the necessary network and storage drivers to this image (use the steps descried earlier on…)
Mounted the image exported earlier: “imagex /mount wds.wim 2 mount”
Copied the “sources” (c:\pe\mount\sources) folder to the mounted WinPE.wim (c:\wdsbootimage\mount\sources)
This added the necessary WDS Client setup files to the new image.
Opened and edited the “startnet.cmd” file in the new image “notepad c:\wdsbootimage\mount\windows\system32\startnet.cmd”
This files contained one line: “wpeinit”.
I changed this to:
@echo off
wpeinit
@echo Waiting for the WDS server…
:testagain
ping -n 1 wds > NUL
if %errorlevel% == 0 goto pingok
REM wait 3 sec. and try it again
ping -n 3 127.0.0.1 >nul
goto testagain
:pingok
x:\sources\setup.exe wds wdsserver:WDS
This small script will wait until it can ping the WDS server (in this case the server is named “WDS”) and than start the setup in WDS mode.
Saved the changed startnet.cmd file
Removed all unnecessary components from the new WDS WinPE image: “peimg /prep mount\windows”
Unmounted the image and commit the changes: “imagex unmount commit mount”
The WinPE.wim file was still around 200MB, so in order to reduce this size I had to export the new image to a new WIM-File:
”imagex /export WinPE.wim 1 wds.wim “Custom WDS Windows PE”
The now created wds.wim was only around 120MB.
Replaced the current WDS image with the new one (right click on the boot image and select “Replace Image”)
<left><right>
بازم اگه راه حلی دارید ممنون میشم توضیح بدید
برای نصب ویندوز از طریق شبکه حتما باید کارت شبکه های کلاینتا قابلیت PXE-Boot داشته باشن. آیا دارن این قابلیتو؟