pbatard / uefi-ntfs

UEFI:NTFS - Boot NTFS or exFAT partitions from UEFI
GNU General Public License v2.0
764 stars 132 forks source link

Boot from Any Other NTFS Partition #12

Closed areebqaisar closed 6 years ago

areebqaisar commented 6 years ago

Hello, Well this is not exactly an issue, but just asking for help. It can successfully boot the first NTFS Partition, it finds. I have a specific scenario in which I have to boot from 2nd or 3rd etc NTFS partition it finds. Where exactly in the Code, I need to set this parameter (partition no) to achieve this functionality ? Thanks.

pbatard commented 6 years ago

Then you might be interested with this fork of UEFI:NTFS.

Otherwise, it's all in there. Note that there isn't a specific: List all NTFS partitions in an array, then look for the first one as you seem to be expecting so you'll have to add a counter yourself.

As I believe I answered your question, I will close this issue.