- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- Unable to PXE Boot with WinPE
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2007 09:48 PM
07-01-2007 09:48 PM
Re: Unable to PXE Boot with WinPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 09:52 AM
07-02-2007 09:52 AM
Re: Unable to PXE Boot with WinPE
I have same situation with BL460.
I have tried all previously sugested things but still no success.
Did you find any solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2007 02:41 AM
07-20-2007 02:41 AM
Re: Unable to PXE Boot with WinPE
I was able to solve this problem by adding latest nic (NC371i in my case) drivers to WinPE image.
Lood Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2007 07:05 AM
12-31-2007 07:05 AM
Re: Unable to PXE Boot with WinPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2008 04:30 AM
02-04-2008 04:30 AM
Re: Unable to PXE Boot with WinPE
in our case the reason for the mentioned problem was a missing entry for the Wins-Server in the Scope Options of the DHCP-Server(option 044 + 046 on Microsoft DHCP-Server)
Figured it out by stoping the Logon-Script while booting WinPE by pressing CTRL + C.
A ping to the Deploymentserver-Hostname didn't work. But I was able to ping the Deploymentserver-IP and to oben the Deployment Share by using the IP Adress.
So the NIC-Driver was working for shure.
As mentioned setting the correct Wins-Server in the DHCP-Options fixed the problem for us...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2008 11:18 AM
02-19-2008 11:18 AM
Re: Unable to PXE Boot with WinPE
Once we start the Proliant Windows image job, the image does get copied to the server, the server reboots, RAMDISK downloads for a very long time, the script runs again, the dhcp client service starts, then tries to validate the ip and goes into a starting dhcp client service loop. We are using BL20p G4's, this is very frustrating.
Any suggestions?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2008 05:51 AM
03-03-2008 05:51 AM
Re: Unable to PXE Boot with WinPE
I`ve added manually the NC 373I drivers for our new DL 380 G5`s. But the windows pe installation still doesnt see them. Any suggestions to solve this problem ?
BTW, i think its strange thet the drivers of the DL 380 G5 are not onboard of the standard installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 10:54 AM
04-30-2008 10:54 AM
Re: Unable to PXE Boot with WinPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 04:04 AM
05-02-2008 04:04 AM
Re: Unable to PXE Boot with WinPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 04:58 AM
05-02-2008 04:58 AM
Re: Unable to PXE Boot with WinPE
I found this information on the Altiris Forum, I am going to try it and see if it works.
"If you have a requirement to build Vmware Guests with WinPE 2.0 you will notice very sporatic network connectivity.
Just to make sure I have injected the Vmware Nic drivers into my base .WMI file.
Add both, the vmxnet.inf and vmware-nic.inf
I added the Win2k drivers into my image and they seem to be working much better."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 07:48 AM
05-02-2008 07:48 AM
Re: Unable to PXE Boot with WinPE
Here is what I found.
1. Add the following to the vmx file.
ethernet0.virtualDev = "e1000"
ethernet0.present= "true"
2. Add the VMNET drivers to the WinPE image. You can find these on any VM guest that you have deployed. They are, well should be under the "%systemDrive%\Program Files\VMware\VMware Tools\Drivers". Copy the vmxnet folder to your bootwiz folder on your deployment server. I built a test WinPE 2.1 Boot image and included the vmxnet.inf and vmware-nic.inf. This seems to work also, but there is an error during the NIC Driver Loading phase of WinPE. But the VM stills grabbed a DHCP address and finished booting. I am still looking into this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2008 05:24 AM
05-05-2008 05:24 AM
Re: Unable to PXE Boot with WinPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2008 09:04 AM
05-14-2008 09:04 AM
Re: Unable to PXE Boot with WinPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2008 01:56 PM
05-21-2008 01:56 PM
Re: Unable to PXE Boot with WinPE
I had this problem after a fresh install of ICDVD 2.30. After several hours of craziness, we looked in the WinPE Boot Image editor. The WinPE image was using incorrect credentials (the domain I input during setup was changed to "workgroup"). I went through the Boot Image Wizard, input the correct credentials and everything was peachy.
Hope this helps someone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 01:11 AM
07-21-2008 01:11 AM
Re: Unable to PXE Boot with WinPE
I have the issue with the VMware deployment. Initial install runs okay, but a reinstall of the server will not PXE boot (or only once). It does get an IP address, sees Altiris but does not get a job. (3 seconds countdown, then reboot)
When I delete the IP address the installer uses from the DHCP server and reboot the server I am installing the install continues, Altiris provides the server a job.
So if someone knows how to handle this... please let me know!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2008 02:07 PM
11-05-2008 02:07 PM
Re: Unable to PXE Boot with WinPE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2009 02:48 PM
02-10-2009 02:48 PM
Re: Unable to PXE Boot with WinPE
It was running out of memory before loading all the drivers including the NIC.
I increased it to 1GB and it worked first go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2010 08:44 AM
11-23-2010 08:44 AM
Re: Unable to PXE Boot with WinPE
BL465CG7 and after I injected the HPNC551i drivers and recompiled WINPE 2.1 its good now.
Although imaging windows 2008 R2 is having problems with Altiris Dagent not getting installed and its stuck after booting to automation on sending wake on LAN signal.
- « Previous
-
- 1
- 2
- Next »