X-Git-Url: https://code.delx.au/refind/blobdiff_plain/3213ee43c3ff70e9be373252bfcd52df59a38718..056ca03285e703164b72c615aeb079fe55113a5e:/docs/refind/drivers.html diff --git a/docs/refind/drivers.html b/docs/refind/drivers.html index 36e800f..037763f 100644 --- a/docs/refind/drivers.html +++ b/docs/refind/drivers.html @@ -261,9 +261,15 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

  • NTFS—Samuel Liao contributed this driver, which uses the rEFIt/rEFInd driver framework. My own testing of it is limited, but it does work for me. Note that this driver is not required - to boot Windows with rEFInd, since Windows stores its boot loader on - the (FAT) ESP. You might use this driver if you want to store large - boot files, such as EFI-accessible RAM disk images, from Windows.
  • + to boot Windows with rEFInd, since Windows stores its EFI boot loader + on the (FAT) ESP, and the BIOS boot process (generally used when + dual-booting on a Mac) relies only on the partition's boot sector, + which is read without the benefit of this driver. You might use this + driver if you want to store large boot files, such as EFI-accessible + RAM disk images, from Windows. Also, if you have NTFS data partitions + on a Mac, loading this driver should exclude them from the boot menu; + and you should see NTFS volume names in the boot menu on a Mac if you + load this driver.