According to rEFInd (as well as Rufus user reports, such as pbatard/rufus#549 or pbatard/rufus#615), HP UEFI firmwares have a very detrimental quirk that prevents file system drivers from working:
Some UEFI's (like HPQ EFI from HP notebooks) have DiskIo protocols opened BY_DRIVER (by Partition driver in HP case) even when no file system is produced from this DiskIo. This then blocks FS drivers from connecting and producing file systems.
The suggested fix from rEFInd is to:
(...) disconnect drivers that connected to DiskIoBY_DRIVER if this is partition volume and if those drivers did not produce file system, then try to connect every unconnected device to (our) driver.
We should try to implement something similar in UEFI:NTFS.
According to rEFInd (as well as Rufus user reports, such as pbatard/rufus#549 or pbatard/rufus#615), HP UEFI firmwares have a very detrimental quirk that prevents file system drivers from working:
As per this:
The suggested fix from rEFInd is to:
We should try to implement something similar in UEFI:NTFS.