X-Git-Url: https://code.delx.au/refind/blobdiff_plain/67cdf267212f8213c8e5310627015f56fb02de16..63072e911e51d8960638fb086fc8ff0fe62ebc9d:/docs/refind/todo.html diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 33f5613..866e8f9 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -8,6 +8,8 @@ + +

The rEFInd Boot Manager:
The Future of rEFInd

@@ -15,7 +17,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -2/1/2014, referencing rEFInd 0.8.5

+11/8/2015, referencing rEFInd 0.10.0

This Web page is provided free of charge and with no annoying outside ads; however, I did take time to prepare it, and Web hosting does cost money. If you find this Web page useful, please consider making a small donation to help keep this site up and running. Thanks!

@@ -41,8 +43,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

- -Donate with PayPal + @@ -56,8 +57,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

- -Donate with PayPal + @@ -72,8 +72,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

- -Donate with PayPal + @@ -87,8 +86,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

- -Donate with PayPal + @@ -102,8 +100,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

- -Donate with PayPal + @@ -116,8 +113,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

- -Donate with PayPal + @@ -163,6 +159,12 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

  • Known bugs that need squashing: @@ -223,8 +238,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    removing rEFInd's drivers has caused the problem to go into remission.
  • -
  • The Gigabyte - Hybrid EFI has a bug that causes the allegedly case-insensitive +
  • Some EFIs have bugs that cause the allegedly case-insensitive StriCmp() function to perform a case-sensitive comparison. This causes any number of bugs in file matching. For instance: Changing the case of icon filename extensions (or various other @@ -232,14 +246,10 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    "generic" ones; and rEFInd sometimes appears in its own menu (the firmware sometimes returns an all-caps version of the filename, but other times returns the filename with the correct case, causing a - mismatch if the path includes lowercase elements). Some of these - problems can be overcome by converting both strings to be compared - to one case before doing the comparison, but others aren't so easy, - since I think StriCmp() is being called internally to the - EFI. In any event, it'd be nice to fix some of these problems. - OTOH, this is a workaround for a bug on just one EFI - implementation, and a dismal one at that, so I'm inclined to just - let it go.
  • + mismatch if the path includes lowercase elements). This problem is + worse when compiling rEFInd with GNU-EFI than with Tianocore. + Version 0.9.1 has made improvements on this score, but some issues + may continue to lurk.
  • The Shutdown option works correctly on Macs, but not on many UEFI-based PCs. On such systems, Shutdown reboots the computer. This should be @@ -260,6 +270,13 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    have the equipment and skill to do so, I'd be interested in receiving a patch.
  • +
  • If you use a true MBR disk on a Mac to boot Windows or some other + BIOS-only OS, and if that disk has an extended partition, bogus + additional BIOS/legacy-bootable options may appear in the rEFInd + menu. The reason appears to be a bug in the handling of + extended/logical partitions in the refind/lib.c file, but + I haven't fully tracked it down.
  • +
  • The re-scan feature occasionally produces odd results, such as ignoring new media or keeping old media that have been ejected. This should be investigated and fixed.
  • @@ -317,15 +334,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    BIOS-booted OS. This isn't a big priority for me personally, but I can see how it could be for some people. -
  • I've received queries about rEFInd's ability to work with Apple's - whole-disk encryption scheme that's new with OS X 10.7. - Unfortunately, I lack the hardware to test this, but my - understanding is that it will work correctly if rEFInd is - installed in the ESP rather than on the Mac OS X root partition. - See this - forum thread for more information.
  • -
  • I'd like to find a way to enable users to enter customizations for boot options and then save them to the refind.conf file. One possible way to implement this would be to have manual boot @@ -340,6 +348,9 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    actions would enable use of rEFInd on tablet computers that lack complete keyboards.
  • +
  • The ability to rotate the display for users who rotate their + monitors or who use tablets would be helpful.
  • +
  • GRUB provides a configuration-file command called outb that enables manipulating hardware registers. Something similar, via the mm command, can be done in the EFI shell. I'd like @@ -364,13 +375,11 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    loader settings—say, to disable one specific boot loader or change its icon.
  • -
  • The ability to rotate the display for users who rotate their - monitors would be helpful.
  • - -
  • A GUI configuration tool would be nice, but it's low on my personal - priority list. If you'd like to contribute, I prefer something - written in a cross-platform GUI toolkit, so that a single code base - can be used on any of the major OSes.
  • +
  • A GUI configuration tool for host OSes (Linux, OS X, Windows, etc.) + would be nice, but it's low on my personal priority list. If you'd + like to contribute, I prefer something written in a cross-platform + GUI toolkit, so that a single code base can be used on any of the + major OSes.
  • @@ -399,7 +408,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    -
  • Improvements to gptsync, install.sh, or other +
  • Improvements to gptsync, refind-install, or other support tools: