HP DL380 Gen10 Error: 0xc0000001
|
2019-06-01, 00:55
(This post was last modified: 2019-06-01 01:10 by dzeleski.)
Post: #1
|
|||
|
|||
HP DL380 Gen10 Error: 0xc0000001
I have other hardware booting with the exact same setup. We are using MDT and chaining directly to MDTs litetouchpe image. Specifically on these HP DL380 gen10 servers we get an error:
BlInitializeLibrary failed 0xc0000001 Whats interesting is that the output between this server and a working server are nearly the same minus the memory addresses. I tried injecting HPs drivers into the PE image and that did not work, tried different BCD files that also did not work, also tried using copype and using the files it created and that did not work. Out of ideas at this point and that error is pretty not helpful :/ Thanks! EDIT: Using latest wimboot and latest ipxe EDIT 2: BCD looks like this: Code: PS D:\DeploymentShare\Boot\x64\Boot> bcdedit /store BCD /enum all ipxe script: Code: #!ipxe |
|||
2019-06-01, 06:20
Post: #2
|
|||
|
|||
RE: HP DL380 Gen10 Error: 0xc0000001
A quick google on that error yields: https://support.microsoft.com/en-us/help...rt-an-oper
Try to upgrade firmware on the machine, if that dosn't help you should contact HP about this issue. compiling ipxe with memmap debug enabled might help you see what is going on, but not sure what can be done to have that solved, other than fixing firmware. Use GitHub Discussions VRAM bin |
|||
2019-06-01, 16:07
Post: #3
|
|||
|
|||
RE: HP DL380 Gen10 Error: 0xc0000001
HP Gen9 and Gen10 share the same firmware bugs. They are fixed in the latest releases.
"Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
2019-06-03, 17:25
Post: #4
|
|||
|
|||
RE: HP DL380 Gen10 Error: 0xc0000001 | |||
2019-06-03, 19:11
Post: #5
|
|||
|
|||
RE: HP DL380 Gen10 Error: 0xc0000001
Flashed latest from HP: U32 v2.04 (04/18/2019)
Still fails , getting this fixed from HP will be a giant PITA. |
|||
2019-06-03, 22:18
(This post was last modified: 2019-06-03 22:20 by NiKiZe.)
Post: #6
|
|||
|
|||
RE: HP DL380 Gen10 Error: 0xc0000001
HP are actually quite good at dealing with these issues, have you contacted them?
I can guarantee you that it is harder for them to fix the issue, if they don't get your report. building iPXE with DEBUG=memmap, might give you some idea of what is going on, and playing around with order of loading the files might help. Also try to double check BIOS settings, maybe do a factory reset and try again and see if that changes anything. Use GitHub Discussions VRAM bin |
|||
2019-06-19, 19:23
Post: #7
|
|||
|
|||
RE: HP DL380 Gen10 Error: 0xc0000001
(2019-06-03 22:18)NiKiZe Wrote: HP are actually quite good at dealing with these issues, have you contacted them? Its not that they wont be helpful its just going to be a giant pain. So I have been working with HP at this point and they are looking for those memmap dumps from iPXE. I tried compiling iPXE like this: Code: make bin-x86_64-efi/ipxe.efi EMBED=boot.ipxe DEBUG=memmap That did not seem to change anything in the console output. Any ideas? Thanks again. |
|||
2019-07-05, 10:46
Post: #8
|
|||
|
|||
RE: HP DL380 Gen10 Error: 0xc0000001
From your earlier post it seem you go through a lot of steps before booting iPXE. These all fragment the memory.
You should try cutting out some steps, like grub. A braver option would be to burn iPXE directly on the card. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 4 Guest(s)