Estoy tratando de configurar automatizada de las instalaciones de Windows Server 2008 x64.
Lo tengo funcionando con un DVD y autounattend.xml en una llave USB, pero ahora quiero hacer que funcione sobre PXE así que no tengo que poner el DVD en la unidad en algunos servidores en el extranjero.
Estoy tratando de este método Tutorial: Implementar una Imagen mediante PXE, que arranca de WinPE sobre PXE, excepto en la última etapa que estoy usando pxeboot.com en lugar de wdsnbp.com porque no tengo un Servidor de Implementación de Windows. Esa parte está funcionando bien.
El problema que estoy teniendo es tratando de conseguir WinPE para iniciar una instalación. Wpeinit Opciones de Línea de Comandos de la documentación dice que puedo hacer wpeinit /unattend=\path\to\unattend.xml pero que falla sin necesidad de imprimir nada a la consola, y no hay ninguna obvio mensajes de error en el archivo de registro.
- unattend.xml vive en un recurso compartido de red.
- He intentado tanto wpeinit -unattend:\\server\share\unattend.xml y uso de la red u: \\server\share, seguido por wpeinit -unattend:u:\unattend.xml pero ninguno de los dos trabajos, ni de copiar a una unidad local (por ejemplo, X:) y el uso de ese camino en lugar de otro.
- WinPE-XML-Paquete y WinPE-HTA-el Paquete se agregan al winpe.wim archivo que está siendo servido a través de TFTP. No estoy seguro de si son necesarios, pero un tutorial sugerido que la adición de ellos, así que lo hice.
- El wpeinit registros (abajo) mención se encuentra HTA, pero no XML por alguna razón. Debo esperar a ver?
- La creación de redes es, pero yo tenía que correr wpeutil InitializeNetwork para hacer que funcione.
- WinPE puede ver mi C:\, que es un Servidor anterior de 2008 de instalar.
- No he personalizado winpeshl.ini o startnet.cmd.
- Mi sistema de prueba es un Dell Optiplex 755 con un procesador Intel Core2 Duo e Intel 82566DM de la tarjeta de red.
- La diferencia entre mi trabajo en la llave USB autounattend.xml y mi SMB unattend.xml es el añadido de Windows-Setup|ImageInstall|OSImage|InstallFrom=\\IP del servidor\recurso compartido\install.wim, que creo que es necesario si quiero que funcione sin que el Servidor 2008 de DVD.
- El servidor SMB es un Linux Samba que va a permitir el acceso anónimo sin una contraseña. Sin credenciales han sido especificados en unattend.xml.
Alguna idea de lo que estoy haciendo mal?
Gracias
wpeinit.registro automático después de wpeinit el primer paso
Info No unattend file was found; WPEINIT is using default settings to initialize WinPE
Info Spent 6115ms initializing removable media before unattend search
Info ==== Initializing Display Settings ====
Info No display settings specified
Info STATUS: SUCCESS (0x00000001)
Info ==== Initializing Computer Name ====
Info Generating a random computer name
Info STATUS: SUCCESS (0x00000000)
Info ==== Initializing Virtual Memory Paging File ====
Info No WinPE page file setting specified
Info STATUS: SUCCESS (0x00000001)
Info ==== Initializing Optional Components ====
Info WinPE optional component 'Microsoft-WinPE-HTA' is present
Info STATUS: SUCCESS (0x00000000)
Info ==== Initializing Network Access and Applying Configuration ====
Info No EnableNetwork unattend setting was specified; the default action for this context is to enable networking support.
Info Service dhcp stop: 0x00000000
Info Service lmhosts stop: 0x00000000
Info Service bfe stop: 0x00000000
Info Service ikeext stop: 0x00000000
Info Service mpssvc stop: 0x00000000
Info Spent 125ms initializing security templates; status 0x00000000
Info Install MS_MSCLIENT: 0x0004a020
Info Install MS_NETBIOS: 0x0004a020
Info Install MS_SMB: 0x0004a020
Info Install MS_TCPIP6: 0x0004a020
Info Install MS_TCPIP: 0x0004a020
Info Spent 5288ms installing network components
Info iSCSI: iBFT ACPI Table is not available on this system
Info Installing device pci\ven_8086&dev_10bd X:\Windows\INF\nete1e3e.inf succeeded
Info Spent 1295ms installing network drivers
Info QueryAdapterStatus: no adapters operational.
Info Spent 0ms confirming network initialization; status 0x003d0001
Info STATUS: SUCCESS (0x003d0001)
Info ==== Applying Firewall Settings ====
Info STATUS: SUCCESS (0x00000001)
Info ==== Executing Synchronous User-Provided Commands ====
Info STATUS: SUCCESS (0x00000001)
Info ==== Executing Asynchronous User-Provided Commands ====
Info STATUS: SUCCESS (0x00000001)
Info ==== Applying Shutdown Settings ====
Info No shutdown setting was specified
Info STATUS: SUCCESS (0x00000001)
líneas de agregar wpeinit.registro después de la ejecución de wpeinit /unattend=u:\unattend.xml
Info WPEINIT is processing the unattend file [u:\unattend.xml]
Info ==== Initializing Display Settings ====
Info No display settings specified
Info STATUS: SUCCESS (0x00000001)
Info ==== Initializing Computer Name ====
Info Generating a random computer name
Info STATUS: SUCCESS (0x00000000)
Info ==== Initializing Virtual Memory Paging File ====
Info No WinPE page file setting specified
Info STATUS: SUCCESS (0x00000001)
Info ==== Initializing Optional Components ====
Info WinPE optional component 'Microsoft-WinPE-HTA' is present
Info STATUS: SUCCESS (0x00000000)
Info ==== Initializing Network Access and Applying Configuration ====
Info No EnableNetwork unattend setting was specified; the default action for this context is to enable networking support.
Info Found an smb connection.
Info Networking is currently in use and will not be restarted.
Info QueryAdapterStatus: found operational adapter with DHCP address assigned.
Info Spent 0ms confirming network initialization; status 0x00000000
Info STATUS: SUCCESS (0x00000000)
Info ==== Applying Firewall Settings ====
Info STATUS: SUCCESS (0x00000001)
Info ==== Executing Synchronous User-Provided Commands ====
Info STATUS: SUCCESS (0x00000001)
Info ==== Executing Asynchronous User-Provided Commands ====
Info STATUS: SUCCESS (0x00000001)
Info ==== Applying Shutdown Settings ====
Info No shutdown setting was specified
Info STATUS: SUCCESS (0x00000001)