X-Git-Url: https://code.delx.au/refind/blobdiff_plain/4677259a82b13dd1ab9fb6696d0ffe8976aeae34..056ca03285e703164b72c615aeb079fe55113a5e:/docs/refind/todo.html diff --git a/docs/refind/todo.html b/docs/refind/todo.html index 32c2b8e..b8930a1 100644 --- a/docs/refind/todo.html +++ b/docs/refind/todo.html @@ -15,7 +15,7 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

Originally written: 3/14/2012; last Web page update: -3/9/2014, referencing rEFInd 0.7.8

+2/1/2014, referencing rEFInd 0.8.5

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!

@@ -177,6 +177,11 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

like to add detection for Itanium and ARM systems, but I have no way to test such changes. +
  • Further to the preceding, rEFInd's GPT-scanning code (used to + extract partition names) includes assumptions about byte order, and + so will work only on little-endian CPUs such as the x86 and + x86-64.
  • +
  • A way to set the color of the font would be useful for theming purposes.
  • @@ -185,20 +190,8 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    characters, and by enabling use of variable-width as well as monospace fonts. -
  • I would like to be able to specify the volume on which a boot - loader resides using a partition GUID value, but extracting a GUID - from the partition data is harder than extracting the volume's - label or counting up the filesystem numbers.
  • - -
  • Currently, if a filesystem's label comes up empty, rEFInd - substitutes the size, so you get displays like boot - EFI\foo\bar.efi from 90 GiB volume. I'd like to add more - checks to substitute the GPT partition label if the - filesystem label comes up empty.
  • - -
  • Along the lines of the previous item, the - default_selection might be expanded to support some form - of specification of disk types, as in a special entry for any +
  • The default_selection might be expanded to support some + form of specification of disk types, as in a special entry for any optical disk or any external disk, no matter what its name is.
  • It would be useful to be able to specify paths to boot loaders @@ -210,7 +203,21 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    upper-left corner of the screen. Having an option to support a transparent background is desirable to some users.
  • - +
  • When delivering rEFInd as a boot loader from a network server, + rEFInd is limited to its default options and can boot only local + OSes, not network OSes. The cause is that the server delivers a + single file, so rEFInd is divorced from its configuration and + support files.
  • + +
  • A way to identify specific Windows versions and present unique + icons or change the text is desirable. Currently, a crude + distinction of XP and earlier vs. Vista and later is possible for + BIOS-booting on Macs, but no such distinction is made for EFI-mode + booting, and nothing finer-grained is attempted. Improvements will + probably require identifying unique features of each version's boot + loader files or boot sector code.
  • + +
  • Known bugs that need squashing: @@ -261,6 +268,14 @@ 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, that + partition may show up in rEFInd as a bootable FAT partition. The + reason is twofold: FAT doesn't contain a simple "magic" signature + like most filesystems, so it's easy to misidentify something else + as FAT; and it's hard to positively identify boot code vs. other + random data.
  • +
  • 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.
  • @@ -300,7 +315,13 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com

    pmset to disable the autopoweroff option is claimed - by some to at least partially fix the problem, though. + by some to at least partially fix the problem, though. Using + the --ownhfs installation option may also help in some + cases. + +
  • If you activate BIOS-mode support on UEFI-based PCs, you may find + multiple copies of the BIOS-mode loaders added to your firmware's + boot manager. Only one copy shows up in rEFInd, though.
  • @@ -308,9 +329,6 @@ href="mailto:rodsmith@rodsbooks.com">rodsmith@rodsbooks.com