pbatard / uefi-ntfs

UEFI:NTFS - Boot NTFS or exFAT partitions from UEFI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boot from Any Other NTFS Partition

areebqaisar opened this issue · comments

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.

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.