pbatard / uefi-ntfs

UEFI:NTFS - Boot NTFS or exFAT partitions from UEFI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does UEFI-NTFS support Linux?

yangxuan8282 opened this issue · comments

I am trying to make a bootable linux usb, the usb disk is in NTFS format.
First I put the system files include /EFI folder into NTFS partiton. Then create a FAT partition at the end of drive, and copy the file from uefi_ntfs.img.

But when I reboot to UEFI boot option, just got a minimal bash like this

grub>

Did I miss something?

The fact that you get the grub> prompt means that UEFI:NTFS is working exactly as expected.

This means that UEFI:NTFS was successfully able to launch GRUB on your NTFS partition.

Now, if GRUB doesn't boot from NTFS, that's entirely a GRUB problem not an UEFI:NTFS one. Be mindful that most bootloaders (as well as Linux boot systems) may not support reading from an NTFS file system by default. So, for instance, if GRUB is configured to load a component from the file system, but doesn't have the NTFS module, it will of course fail to load. Likewise, even if GRUB manages to load and launch your kernel, if the Linux init loader attempts to load a file from the filesystem, but doesn't have NTFS support, it will fail.

Considering that your issue has nothing to do with UEFI:NTFS (which, again, worked exactly as designed), I will close it.