OSDeploy / OSD

OSD Shared Functions
MIT License
130 stars 54 forks source link

Start-OSDCloudGUI on HP Elitebook 860 G11 #140

Closed mds-bladt closed 1 week ago

mds-bladt commented 2 months ago

Describe the bug Unable to use WinPE usb on HP Elitebook 860 G11 It never starts the gui if you have you WinPE start the gui automatically. If i am trying to run the cmd in a powershell window, it comes with an error: Unable to retrieve BIOS data for a platform with ID 8C26 (data file not found) It seems to relate to the HP.ClientMangement module

To Reproduce Use powershell windows in WinPE usb environment, Start-OSDCloudGUI on HP Elitebook 860 G11

Expected behavior OSDCloud Gui should start

Screenshots image

gwblok commented 1 month ago

Thanks, I'll try to wrap this in a try / catch.

It would appear that HP doesn't have the 8C26 platform information available, I've reached out to HP to check on that. But this does raise the point that this alone shouldn't break the GUI, I'll see what I can come up with.

gwblok commented 1 month ago

I've added a try catch and some additional logic to the GUI process, hopefully that resolves it. It will not go live until the next module push, probably after June's Patch Tuesday.

gwblok commented 1 month ago

As a note, this is a new HP Model, and HP Hasn't released and updated BIOS yet, which is why that command isn't working. This was a situation I have never encountered before, so I didn't build in the logic to address it. Thanks for posting this issue, and hopefully the next release with the changes made will address it.

gwblok commented 1 week ago

Closing, please reopen if you continue to have issues