-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NVMe and MMC devices #5
Comments
I added search for custom.cfg on FAT in v0.77. As for NVMe - they are not usually even bootable with legacy BIOS and BIS is only partially useful for EFI anyway. In any case, NVMe supports needs patch from someone who owns this hardware and can test it. I change subject so someone can pick it up for implementation. |
NVMe is just another medium on which an OS can be installed. I installed a legacy Windows 10 system on an NVME drive and adjusted the bootinfoscript to detect it. Maybe you can take over my changes. Following the changed script: |
Thank you, but please, submit pull request or at least attach patch in |
I also added these lines to my version.
|
diff to baedacool's version.
|
@oldfred it looks like your diff is not the right diff. When i tried to
|
I would like to add entry to search of Boot_Files_Fat= lines.
/EFI/ubuntu/grub.cfg
Not sure what other distributions use. I have seen /EFI/grub but not then sure now if grub.cfg or other. And each distribution like Mint uses that. Not sure if DISTRIB_ID= would cover other cases or not.
Also need search of newer drives as part of All_Hard_Drives=
/dev/nvme0n1
/dev/mmcblk0
The text was updated successfully, but these errors were encountered: