HP Elitebook – Custom Boot Logo for HP Elitebook 8570w

boothp-elitebookpartitioning

I'm trying to get a custom boot logo to work, but I have to place it on the HP_Tools partition. I cannot see this partition, neither from Windows' partition manager and from EaseUS Partition Master.

How do I get my custom boot logo to work?

I already know the requirements for the image:

  • .jpg file format
  • Resolution range between 424 x 320 pixels and 1024 x 768 pixels
  • File size maximum of 32 kilobytes
  • Maximum of 16 million colors

Can anyone help me?

Best Answer

I'm not sure how you will enter the custom logo, but I can help you to make the HP recovery partition visible

  1. Press Win key, type cmd in the Search field and press Ctrl + Shift + Enter
  2. Type diskpart in Command prompt
  3. Type list disk
  4. Select the disk (In my case i have only one HDD and it is disk 0)
  5. Type select disk 0 (number 0 is valid in my case, in your case it could be different)
  6. Type list partition. It will list all partitions for selected disk (0 in my case and my recovery partition is Partition 4)
  7. Type select partition 4 (enter your partition number instead of 4)
  8. Type assign (and press Enter of course :)

diskpart steps image

And your partition is now visible !!

Related Question