Здравствуйте
Создал на VisualPC 2007 v6.0.192.0 две виртуалки для тестирования возможности удаленного развертывания WinSever 2008. Одна виртуалка является доменом, dhcp, dns и wds серверами. Вторая без ОС. На второй настроил загрузку с PXE, прописал MAC в Active Directory первой виртуалки.
При загрузке вторая виртуалка не видит dhcp сервер. Поиск в инете привел к возможной причине - наличие встроенного в VirtualPC 2007 dhcp сервера, перебивающего работу созданного. Решение было описано:
http://akinfold.blogspot.com/2011/05...irtual-pc.html
Но файле Options.xml отсутствует рекомендованная к редактированию запись. Было проверено на Windows 7 x86, Windows XP x64. Пробовал ставить дополнение к VisualPC v6.1.7600.16393. Имеются ли варианты?
Мой файл Options.xml:
читать дальше »
<?xml version="1.0" encoding="UTF-16"?>
<!-- Microsoft Virtual Machine Options and Settings -->
<preferences>
<version type="string">2.0</version>
<properties>
<modifier>
<build type="string">6.0.192.0</build>
<name type="string">Microsoft Virtual PC 2007</name>
</modifier>
</properties>
<virtual_gateway id="0">
<id type="integer">0</id>
<type type="integer">0</type>
</virtual_gateway>
<virtual_gateway id="1">
<adapter type="string">\DosDevices\VPCNetS2_{46932485-8385-43EF-BA91-88F2385DD14D}</adapter>
<id type="integer">16</id>
<name type="string">Сетевая карта Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)</name>
<type type="integer">2</type>
</virtual_gateway>
<virtual_gateway>
<next>
<virtual_gateway_id type="integer">17</virtual_gateway_id>
</next>
</virtual_gateway>
<virtual_network id="0">
<gateway type="integer">0</gateway>
<id type="bytes">7347DB50E39911E181BEF15A0ACD6EB6</id>
<name type="string">Local only</name>
<notes type="string">This is the local only virtual network. Virtual machines connected to this virtual network can only communicate with other virtual machines on this network.</notes>
</virtual_network>
<virtual_network id="1">
<gateway type="integer">16</gateway>
<id type="bytes">7347DB51E39911E181BEF15A0ACD6EB6</id>
<name type="string">Сетевая карта Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)</name>
<notes type="string">This is an external virtual network. Virtual NICs attached to this virtual network can access external networks through the "Сетевая карта Realtek RTL8168B/8111B Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)" host network adapter.</notes>
</virtual_network>
<window>
<console>
<height type="integer">258</height>
<left_position type="integer">331</left_position>
<top_position type="integer">549</top_position>
<visible type="boolean">true</visible>
<width type="integer">367</width>
</console>
<new_pc>
<left_position type="integer">709</left_position>
<top_position type="integer">346</top_position>
</new_pc>
</window>
<alerts>
<communications>
<AETEMCAS type="boolean">true</AETEMCAS>
<AETEMVCL type="boolean">true</AETEMVCL>
</communications>
</alerts>
<settings>
<virtual_pc>
<enable_hw_assist type="boolean">true</enable_hw_assist>
</virtual_pc>
</settings>
</preferences>