Лучший отвечающий
Windows 7 WDS boot.win Status:0xc0000098 or Произошла ошибка при запуске сети

Вопрос
-
1. Windows server 2003 sp1 (Dns;DHCP) | windows 2003 sp2 (WDS)
Windows 7 pro (wim) install.win, boot.wim
x64 boot.wim --- WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operational DHCP Server on this network segment.
ok.
http://support.microsoft.com/kb/923834/ru
Для решения проблемы выполните следующие действия::
Блокнот x:\Windows\INF\setupapi.app.log и тд тп
dism /mount-wim /wimfile:C:\Images\boot.wim /index:1 (winpxe) /mountdir:C:\Pxeboot
dism /image:C:\Servicing /add-driver /driver:C:\Drivers\network\xxx.inf
dism /unmount-wim /mountdir:C:\Pxeboot /commit
-----------------
Windows failed to start
File: \Boot\BCD
Status: 0xc0000098
Info: The Windows Boot Configuration Data file does not contain a valid OS entry.
-------------------
ok.
Берем рабочий boot.wim
dism /mount-wim /wimfile:C:\Images\boot.wim /index:1 (winpxe) /mountdir:C:\Pxeboot
dism /unmount-wim /mountdir:C:\Pxeboot /commit
-------------------
Windows failed to start
File: \Boot\BCD
Status: 0xc0000098
Info: The Windows Boot Configuration Data file does not contain a valid OS entry.
------------------
ok, Boot
copype.cmd <architecture> <destination>
\winpe_x86
\winpe_x86\ISO
\winpe_x86\mount
Dism /Mount-Wim /Wimfile:c:\winpe_x86\ISO\sources\boot.wim /index:1 /MountDir:C:\winpe_x86\mount
copy c:\winpe_x86\ISO\bootmgr c:\winpe_x86\mount
mkdir c:\winpe_x86\mount\boot
xcopy /cherky C:\winpe_x86\ISO\boot C:\winpe_x86\mount\boot\
Del c:\winpe_x86\mount\boot\BCD
Bcdedit /createstore c:\winpe_x86\mount\boot\BCD
Bcdedit /store c:\winpe_x86\mount\boot\BCD -create {bootmgr} /d "Boot Manager"
Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {bootmgr} device boot
Bcdedit /store c:\winpe_x86\mount\boot\BCD -create /d "WINPE" -application osloader
Последняя команда возвращает значение GUID. Подставьте это значение в параметр <GUID> в приведенных ниже примерах.
Bcdedit /store c:\winpe_x86\mount\boot\BCD -set <GUID> osdevice boot
Bcdedit /store c:\winpe_x86\mount\boot\BCD -set <GUID> device boot
Bcdedit /store c:\winpe_x86\mount\boot\BCD -set <GUID> path \windows\system32\winload.exe
Bcdedit /store c:\winpe_x86\mount\boot\BCD -set <GUID> systemroot \windows
Bcdedit /store c:\winpe_x86\mount\boot\BCD -set <GUID> winpe yes
Bcdedit /store c:\winpe_x86\mount\boot\BCD -displayorder <GUID> -addlast
dism /unmount-wim /mountdir:
C:\winpe_x86\mount
------------------------
Windows failed to start
File: \Boot\BCD
Status: 0xc0000098
Info: The Windows Boot Configuration Data file does not contain a valid OS entry.
-----------------------
2. Ошибка WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operational DHCP Server on this network segment. как я понял из-за сетевой карточки
как сделать boot.wim что бы он работал _?
4 апреля 2011 г. 14:38
Ответы
-
РЕШЕНО
проблема была не в сетевой карте а в HP 2810-24(3шт) и 48(1шт).
сеть - кабель 5 класс (100Mb)- в настройках Коммутатор HP E2810-24G(48) строяло AUTO что дает 10-1000 Mb происзодила задержка ожидния ответа и получали ошибку WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operational DHCP Server on this network segment.
Поменял на Auto-100
- Помечено в качестве ответа Vladimir Kazakov 8 апреля 2011 г. 10:01
8 апреля 2011 г. 10:01
Все ответы
-
Необходимо интегрировать драйвер сетевой карты в boot.wim, для этого понадобиться установить WAIK, http://divan1.pp.ru/article/wds_dobavlenie_draiverov_v_pe_obraz
Таким же образом можно и драйвер добавить и к образу самой винды.
5 апреля 2011 г. 9:38 -
драйвер сетевой карты в boot.wim есть // ipconfig и ping работают // дрова перебрал с 2009 года все работают но WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operational DHCP Server on this network segment. (x32 or x64)
dism /mount-wim /wimfile:C:\Images\boot.wim /index:2 /mountdir:C:\Pxeboot
dism /image:C:\Servicing /add-driver /driver:C:\Drivers\network\xxx.inf
dism /unmount-wim /mountdir:C:\Pxeboot /commit
5 апреля 2011 г. 16:37 -
РЕШЕНО
проблема была не в сетевой карте а в HP 2810-24(3шт) и 48(1шт).
сеть - кабель 5 класс (100Mb)- в настройках Коммутатор HP E2810-24G(48) строяло AUTO что дает 10-1000 Mb происзодила задержка ожидния ответа и получали ошибку WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operational DHCP Server on this network segment.
Поменял на Auto-100
- Помечено в качестве ответа Vladimir Kazakov 8 апреля 2011 г. 10:01
8 апреля 2011 г. 10:01