]> code.delx.au - refind/blob - NEWS.txt
Shim/MOK fine-tuning & support for building drivers with GNU-EFI
[refind] / NEWS.txt
1 0.6.2 (12/??/2012):
2 -------------------
3
4 - The drivers can now be built with the GNU-EFI toolkit as well as with the
5 TianoCore EDK2. See the BUILDING.txt file for details on how to build
6 them with either toolkit. This improvement doesn't affect users of my
7 binary packages, but it should make it easier for Linux distributions to
8 adopt rEFInd into their package systems.
9
10 - Tweaked refind.inf file for better build results using "native" TianoCore
11 EDK2 build process (vs. the Makefile-based build process that I use under
12 Linux). This won't affect those who use my binary builds or build under
13 Linux with the "make" command.
14
15 - Fixed bug that prevented Secure Boot launches from working when rEFInd
16 was built with GNU-EFI rather than the TianoCore EDK2.
17
18 - Substantial reworking of Secure Boot code, based on James Bottomley's
19 PreLoader program. This new code eliminates the limitation of launching
20 just one driver in Secure Boot mode and is likely to be more reliable
21 with future or obscure boot loaders. It should also work with non-x86-64
22 systems, although this relies on a platform-specific shim program, which
23 to date exists only for x86-64. The basic features are the same as before
24 -- rEFInd relies on shim for authentication functions and will launch
25 programs that are signed by Secure Boot keys, shim keys, or MOKs.
26
27 - Altered default for "textmode" option (when it's commented out) to not
28 adjust the text mode at all. (Prior versions set it to mode 0 by
29 default.)
30
31 0.6.1 (12/21/2012):
32 -------------------
33
34 - Added "--root" option to install.sh, to enable installation of rEFInd
35 to something other than the currently-running OS. This is intended for
36 use on emergency discs.
37
38 - Thanks to Stefan Agner, the ext4fs driver now supports the "meta_bg"
39 filesystem feature, which distributes metadata throughout the disk. This
40 feature isn't used by default, but can be set at filesystem creation time
41 by passing the "-O meta_bg,^resize_inode" option to mke2fs. (Using
42 "^resize_inode" is necessary because meta_bg is incompatible with
43 resize_inode, which IS used by default.) This feature can be used on
44 ext3fs and ext2fs as well as on ext4fs, so the ext4fs driver can now
45 handle some ext3fs and ext2fs partitions that the ext2fs driver can't
46 handle.
47
48 - Fixed some screen resolution-setting bugs.
49
50 - Added the "words" that make up a filesystem's label (delimited by spaces,
51 dashes, or underscores) to the list of bases used to search for OS icons.
52 For instance, if the filesystem's label is "Arch", rEFInd searches for
53 os_Arch.icns; if it's "Fedora 17", it searches for os_Fedora.icns and
54 os_17.icns; and if it's "NEW_GENTOO", it searches for os_NEW.icns and
55 os_GENTOO.icns.
56
57 - Refined hints displays to be more context-sensitive, particularly in text
58 mode.
59
60 - Instead of displaying a blank filesystem label when a filesystem has
61 none, rEFInd now displays the size and/or type of the filesystem, as in
62 "boot EFI\foo\bar.efi from 200 MiB ext3 volume" rather than "boot
63 EFI\foo\bar.efi from".
64
65 - Fixed a bug that caused the screen to clear after displaying an error
66 message but before displaying the "Hit any key to continue" message when
67 a boot loader launch failed.
68
69 0.6.0 (12/16/2012):
70 -------------------
71
72 - Fixed a memory allocation bug that could cause a program crash when
73 specifying certain values with the "also_scan_dirs", "dont_scan_volumes",
74 "dont_scan_dirs", "dont_scan_files", and "scan_driver_dirs" refind.conf
75 options.
76
77 - Modified Linux kernel initrd-finding code so that if an initrd is
78 specified in refind_linux.conf, rEFInd will not add any initrd it finds.
79 This enables an override of the default initrd, and is likely to be
80 particularly helpful to Arch Linux users.
81
82 - Added ext4fs driver!
83
84 - Made "boot" the default value for "also_scan_dirs".
85
86 - Added identifying screen header to line editor.
87
88 - Fixed bug that caused rEFInd's display to be mis-sized upon return
89 from a program that set the resolution itself.
90
91 - Adjusted "resolution" refind.conf parameter so that it can accept EITHER
92 a resolution as width and height OR a single digit as a UEFI mode number
93 (which is system-specific). This is done because some systems present the
94 same mode twice in their mode lists, perhaps varying in refresh rate,
95 monitor output, or some other salient characteristics; specifying the
96 mode number enables selecting the higher-numbered mode, whereas using
97 horizontal and vertical resolution values selects the lowest-numbered
98 mode.
99
100 - Added "textmode" refind.conf parameter to set the text mode used in
101 text-only displays, and for the line editor and boot-time handoff
102 display even in graphics mode.
103
104 - Fixed bug that caused tools (shell, etc.) to launch when they were
105 highlighted and F2 or Insert was pressed.
106
107 - Added "editor" option to the "hideui" token in refind.conf, which
108 disables the boot options editor.
109
110 - Added hints text to rEFInd main menu and sub-menus. This can be disabled
111 by setting the new "hints" option to the "hideui" token in refind.conf.
112
113 - Added "boot with minimal options" entry to refind_linux.conf file
114 generated by install.sh. This entry boots without the options extracted
115 from the /etc/default/grub file.
116
117 - Added keys subdirectory to main distribution, to hold public Secure
118 Boot/shim keys from known sources.
119
120 - Changed install.sh --drivers option to --alldrivers, added new
121 --nodrivers option, and made the default on Linux to install the one
122 driver that's used on /boot (or the root filesystem if /boot isn't a
123 separate partition). Of course, this won't install a non-existent driver,
124 and it also won't work properly if run from an emergency disk unless you
125 mount a separate /boot partition at that location.
126
127 - Fixed bug in install.sh that prevented creation of refind_linux.conf file
128 on Linux systems.
129
130 0.5.1.1 (12/12/2012):
131 ---------------------
132
133 - Fixed bug in install.sh that prevented it from working on OS X.
134
135 0.5.1 (12/11/2012):
136 -------------------
137
138 - Added support for "0" options to "textonly" and "scan_all_linux_kernels"
139 to reverse the usual meaning of these tokens. This is useful for
140 including these options in a secondary configuration file called with the
141 new "include" token to override a setting set in the main file.
142
143 - Added "include" token for refind.conf, to enable including a secondary
144 configuration file from a primary one.
145
146 - Modified install.sh so that it creates a simple refind_linux.conf file in
147 /boot, if that file doesn't already exist and if install.sh is run from
148 Linux. If that directory happens to be on a FAT, HFS+, ext2fs, ext3fs, or
149 ReiserFS volume, and if the necessary drivers are installed, the result
150 is that rEFInd will detect the Linux installation with no further
151 configuration on many systems. (Some may still require tweaking of kernel
152 options, though; for instance, adding "dolvm" on Gentoo systems that use
153 LVM.)
154
155 - Added --shim and --localkeys options to install.sh to help simplify setup
156 on systems with Secure Boot active.
157
158 - Fixed (maybe) bug that caused resolution options to not be displayed on
159 recent Macs with GOP graphics when specifying an invalid resolution in
160 refind.conf.
161
162 - Fixed bug that caused some programs (EFI shells, in particular) to hang
163 when launching on some systems (DUET, in particular).
164
165 - Implemented a fix to enable ELILO to launch with Secure Boot active.
166 This fix might help with some other boot loaders in Secure Boot mode,
167 too, but I don't know of any specifics.
168
169 0.5.0 (12/6/2012):
170 ------------------
171
172 - Added the ability to include quote marks ('"') in refind.conf and
173 refind_linux.conf tokens by doubling them up, as in:
174 "ro root=/dev/sda4 some_value=""this is it"""
175 This example results in the following string being passed as an
176 option:
177 ro root=/dev/sda4 some_value="this is it"
178
179 - Changed refind.conf-sample to uncomment the scan_all_linux_kernels
180 option by default. If this option is deleted or commented out, the
181 program default remains to not scan all Linux kernels; but with
182 increasing numbers of distributions shipping with kernels that include
183 EFI stub loader support, setting the configuration file default to scan
184 for them makes sense.
185
186 - Modified the "resolution" token so that it affects text mode as well
187 as graphics mode. On my systems, though, the actual text area is still
188 restricted to an 80x25 area. (This seems to be a firmware limitation; my
189 EFI shells are also so limited.)
190
191 - Fixed a bug that caused the options line editor to blank out lines that
192 were not actually edited.
193
194 - Added support for using Matthew Garrett's Shim program and its Machine
195 Owner Keys (MOKs) to extend Secure Boot capabilities. If rEFInd is
196 launched from Shim on a computer with Secure Boot active, rEFInd will
197 launch programs signed with either a standard UEFI Secure Boot key or a
198 MOK. For the moment, this feature works only on x86-64 systems.
199
200 - Added new "dont_scan_files" (aka "don't_scan_files") token for
201 refind.conf. The effect is similar to dont_scan_dirs, but it creates a
202 blacklist of filenames within directories rather than directory names.
203 I'm initially using it to place shim.efi and MokManager.efi in the
204 blacklist to keep these programs out of the OS list. (MokManager.efi is
205 scanned separately as a tool; see below.) I've moved checks for
206 ebounce.efi, GraphicsConsole.efi, and TextMode.efi to this list. (These
207 three had previously been blacklisted by hard-coding in ScanLoaderDir().)
208
209 - Added the directory from which rEFInd launched to dont_scan_dirs. This
210 works around a bug in which rEFInd would show itself as a bogus Windows
211 entry if it's installed as EFI/Microsoft/boot/bootmgfw.efi.
212
213 - Added support for launching MokManager.efi for managing the Machine Owner
214 Keys (MOKs) maintained by the shim boot loader developed by Fedora and
215 SUSE. This program is scanned and presented as a second-row tool.
216
217 - Added support for Apple's Recovery HD partition: If it's detected, a new
218 icon appears on the second row. This icon can be removed by explicitly
219 setting the "showtools" option in refind.conf and excluding the
220 "apple_recovery" option from that line.
221
222 - Fixed bug that caused text-mode ("textonly" refind.conf option enabled)
223 menu entries to be right-aligned rather than left-aligned when rEFInd was
224 compiled with the TianoCore EDK2.
225
226 - Added "--usedefault {devicename}" and "--drivers" options to the
227 install.sh script and changed the "esp" option to "--esp".
228
229 0.4.7 (11/6/2012):
230 ------------------
231
232 - Added an icon for gummiboot.
233
234 - Added a boot option editor: Pressing the Insert or F2 key from a boot
235 tag's options menu opens a simple text-mode line editor on which the boot
236 options may be edited for a one-time boot with altered options.
237
238 - Modified the "scan_delay" feature to delay and then perform a re-scan,
239 which may work better than the first attempt at this feature (which I'm
240 told isn't working as planned).
241
242 - Modified rEFInd to add a space after the command-line options only when
243 launching Mac OS X. On some early Macs, the extra space (which had been
244 present by default, as a carryover from rEFIt) causes problems when
245 booting Linux kernels from FAT partitions.
246
247 0.4.6 (10/6/2012):
248 ------------------
249
250 - Fixed some minor memory management issues.
251
252 - Added new "scan_delay" feature to impose a delay before scanning
253 for disks.
254
255 - Changed default "scanfor" option from internal-external-optical to either
256 internal-external-optical-manual (for non-Macs) or
257 internal-hdbios-external-biosexternal-optical-cd-manual (for Macs). I've
258 done this for two reasons:
259 - Many Mac users have been confused by the fact that rEFInd needs
260 reconfiguration to detect Windows (or Linux installed in BIOS mode),
261 since rEFIt scans BIOS devices by default. Adding the BIOS options as
262 default for them should help them.
263 - Adding the "manual" option enables users to simply add manual boot
264 stanzas and have them work, which is more intuitive. Adding the
265 "manual" option will have no effect unless manual stanzas are created
266 or uncommented, so this part of the change won't affect users' working
267 default configurations.
268
269 - Added new legacy (BIOS) boot support for UEFI-based PCs.
270
271 0.4.5 (8/12/2012):
272 ------------------
273
274 - Fixed bug that caused a failure to boot BIOS-based OSes on Macs.
275
276 - Fixed bug in install.sh that caused it to fail to detect rEFItBlesser.
277
278 0.4.4 (6/23/2012):
279 ------------------
280
281 - Fixed bug that caused filesystem labels to be corrupted by rEFInd on
282 32-bit systems.
283
284 - Fixed bug that caused filesystem labels to be truncated in the drivers
285 on 32-bit systems.
286
287 - Fixed bug in use_graphics_for option parsing that caused most options
288 to set graphics mode for OS X and/or Linux but not other boot
289 loaders/OSes.
290
291 - Tweaked install script to better isolate the ESP under OS X.
292
293 0.4.3 (6/21/2012):
294 ------------------
295
296 - rEFInd now supports compilation using the TianoCore UDK2010/EDK2
297 development kit in addition to GNU-EFI.
298
299 - Added new "use_graphics_for" option to control which OSes to boot in
300 graphics mode. (This effect lasts for a fraction of a second on most
301 systems, since the boot loader that rEFInd launches is likely to set
302 graphics or text mode itself.)
303
304 - Graphics-mode booting now clears the screen to the current rEFInd
305 background color (rather than black) and does NOT display boot messages.
306 The intent is for a smoother transition when booting OS X, or perhaps
307 other OSes that don't display boot loader messages. In practice, this
308 effect will be tiny for many OSes, since the boot loader generally clears
309 the screen within a fraction of a second of being launched; but the
310 "flicker" of a rEFInd message in that time can sometimes be distracting.
311
312 - Filesystem drivers now work on EFI 1.x systems, such as Macs.
313
314 - Removed "linux.conf" as a valid alternative name for "refind_linux.conf"
315 for holding Linux kernel options. The kernel developers plan to use
316 "linux.conf" themselves.
317
318 0.4.2 (6/3/2012):
319 -----------------
320
321 - Added a message to install.sh when run on Macs to remind users to update
322 the "scanfor" line in refind.conf if they need to boot BIOS-based OSes
323 via rEFInd.
324
325 - Modified install.sh script to be smarter about running efibootmgr on
326 Linux. It now uses the whole path to the rEFInd binary as a key to
327 determine whether an existing entry exists, rather than just the filename
328 portion. If an entry exists and is the first entry in the boot order, the
329 script does nothing to the NVRAM entries. If such an entry exists but is
330 not the default, the script deletes that entry and creates a new one
331 (implicitly making it the first in the boot order). If such an entry does
332 not exist, the script creates a new one (again, making it the first in
333 the boot order).
334
335 - Added "dont_scan_dirs" configuration file option, which adds directories
336 to a "blacklist" of directories that are NOT scanned for boot loaders.
337
338 0.4.1 (5/25/2012):
339 ------------------
340
341 - Added "scanning for new boot loaders" message to the re-scan function
342 (hitting Esc at the main menu). It usually flashes up too quickly to
343 be of importance, but if the scan function takes a while because of
344 access to a CD that must be spun up, it should make it clear that the
345 system hasn't hung.
346
347 - Modified install.sh script to detect rEFItBlesser on Macs, and if
348 present, to ask the user if it should be removed.
349
350 - Cleaned up the Make.common file for the filesystem drivers.
351
352 - Changed HFS+ driver to return volume label of "HFS+ volume" rather than
353 an empty label. (The driver doesn't currently read the real volume
354 label.)
355
356 - Fixed bug that could cause rEFInd to appear in its own menu after
357 running a shell and then re-scanning for boot loaders.
358
359 0.4.0 (5/20/2012):
360 ------------------
361
362 - Inclusion of drivers for ISO-9660, HFS+, ReiserFS, and ext2fs. Most of
363 these drivers originated with rEFIt, although the HFS+ driver seems to
364 have come from Oracle's VirtualBox, with some files from Apple. I hadn't
365 included these drivers previously because the build process proved
366 challenging. As it is, they don't work on my Mac Mini, I suspect because
367 the build process with the UDK2010 development kit may not work with the
368 EFI 1.x that Apple uses.
369
370 - Addition of support for drivers in the "drivers_{arch}" subdirectory of
371 the main rEFInd binary directory (e.g., "drivers_x64" or "drivers_ia32").
372 Drivers may continue to be placed in the "drivers" subdirectory.
373
374 - Added new feature to eject CDs (and other removable media): Press F12 to
375 eject all such media. This function works only on some Macs, though (it
376 relies on an Apple-specific EFI extension, and this extension isn't even
377 implemented on all Macs, much less on UEFI-based PCs).
378
379 - Fixed a problem that could cause GRUB 2 to fail to read its configuration
380 file when launched from rEFInd.
381
382 0.3.5 (5/15/2012):
383 ------------------
384
385 - Removed the GRUB 2 detection "reciped" added with 0.3.2, since I've
386 received reports that it's not working as intended.
387
388 - Added re-scan feature: Press the Esc key to have rEFInd re-read its
389 configuration file, tell the EFI to scan for new filesystems, and re-scan
390 those filesystems for boot loaders. The main purpose is to enable
391 scanning a new removable medium that you insert after launching rEFInd;
392 however, it can also be used to immediately implement changes to the
393 configuration file or new drivers you load from an EFI shell.
394
395 - Fixed a bug that could cause the scroll-right arrow to be replaced by the
396 scroll-left arrow under some circumstances.
397
398 0.3.4 (5/9/2012):
399 -----------------
400
401 - Added new configuration file option: "icons_dir", which sets the name
402 of the subdirectory in which icons are found. See the documentation or
403 sample configuration file for a full description.
404
405 - Modified Makefile to generate rEFInd binary that includes architecture
406 code -- refind_ia32.efi or refind_x64.efi, rather than the generic
407 refind.efi. This is done mainly to help the install.sh script. The
408 program can be named anything you like on the disk. (The generic name
409 refind.efi is used on unknown architectures.)
410
411 - Improved install.sh script: Fixed bug on OS X 10.7 and enable it to be
412 used after building from source code (or via new "make install" Makefile
413 target).
414
415 - Improved screen redraws to produce less flicker when moving among the
416 second-row tags or to the last tag on the first row.
417
418 0.3.3 (5/6/2012):
419 -----------------
420
421 - Improved menu navigation:
422 - In graphics mode, left & right arrow keys move left & right, while up &
423 down arrows move between rows.
424 - Page Up and Page Down now move through chunks of visible tags (in both
425 text & graphics modes), jumping from one row to another only when at
426 the edge of the row. In text mode, the "rows" are broken down as in
427 graphics mode, but they aren't visibly distinguished on the screen.
428
429 - Improved text-mode use: rEFInd now displays the proper number of entries
430 when first started in text mode and scrolling is done sensibly when too
431 many entries exist to fit on the screen.
432
433 0.3.2 (5/4/2012):
434 -----------------
435
436 - Added the install.sh script to install rEFInd on Linux and Mac OS X
437 systems. This script must be run as root (or via sudo). It requires
438 no options, but on Mac OS X, passing it the "esp" option causes it
439 to install rEFInd on the computer's ESP rather than the default of the
440 currently OS X boot partition. (Under Linux, the default is to install to
441 the ESP.) Note that there may be some unusual cases in which this script
442 will fail to work.
443
444 - Does a better job of clearing the screen when launching OSes in text
445 mode.
446
447 - Added detection "recipe" for GRUB 2's BIOS Boot Partition.
448
449 - Fixed bogus detection of ESPs created by Linux's mkdosfs utility or
450 Windows as bootable partitions when "scanfor" includes BIOS scanning
451 options.
452
453
454 0.3.1 (4/27/2012):
455 ------------------
456
457 - Fixed bug that caused spurious "Unsupported while scanning the root
458 directory" messages under some conitions on Macs.
459
460 - Modified loader scanning code to sort boot loader entries within a
461 directory by modification time, so that the most recently-modified loader
462 is first among those in a given directory. Thus, if you specify a
463 directory name (or volume name, for loaders stored in the root directory
464 of a volume) as the default_selection, the most recent of those loaders
465 will be the default. This is intended to help with Linux kernel
466 maintenance when using the EFI stub loader; set up this way, the most
467 recent kernel copied to your kernel directory will be the default,
468 obviating the need to adjust the refind.conf file when adding a new
469 kernel. If you want to change the default among those in the default
470 directory, you can use "touch" to adjust the modification timestamp.
471
472 - Tweaked code to find loader-specific .icns file so that it finds files
473 for Linux kernels without .efi extensions. In this case, files should be
474 named the same as the kernels they match, but with .icns extensions. For
475 instance, bzImage-3.3.2 should have an icon called bzImage-3.3.2.icns.
476 (The old code would have looked for an icon called bzImage-3.3.icns.)
477
478 - Eliminated bogus OS loader tags for filenames that end in ".icns" when
479 the scan_all_linux_kernels option is set.
480
481 0.3.0 (4/22/2012):
482 ------------------
483
484 - I'm officially upgrading this project's status from "alpha" to "beta" and
485 giving it a bump from 0.2.x to 0.3.0. This doesn't reflect any major
486 milestone with this version; rather, it reflects my sense that rEFInd has
487 been "out there" for a while, and although I've gotten bug reports,
488 they've been minor and/or have been fixed. The program still has known
489 bugs, but my impression is that it is, overall, usable by ordinary users.
490
491 - Added "resolution" option to refind.conf, which enables setting the video
492 resolution. To use it, pass two numeric values, as in "resolution 1024
493 768" to use a 1024x768 video mode. Note that not all modes are supported.
494 If you specify a non-supported video mode on a UEFI system, a message
495 appears listing the supported video modes and you must then press a key
496 to continue, using the default video mode (usually 800x600).
497 Unfortunately, I don't know the calls to get a list of supported video
498 modes on older EFI 1.x systems (including Macs), so on Macs setting an
499 incorrect video mode silently fails (you keep using the default mode).
500 This makes changing your video mode a hit-or-miss proposition on Macs.
501 CAUTION: It's possible to set a legal video mode that your monitor can't
502 handle, in which case you'll get a blank display until you boot an OS
503 that resets the video mode.
504
505 - Fixed (maybe) a bug that caused rEFInd to crash when returning from an
506 EFI shell or other programs on Macs, particularly when rEFInd used
507 graphical mode. I'm not 100% sure this bug is squashed because I still
508 don't understand the cause and I only have one Mac for testing. See
509 comments in the ReinitRefitLib() function in refit/lib.c for more
510 details.
511
512 - Added new refind.conf option: scan_all_linux_kernels, which causes Linux
513 kernels that lack ".efi" extensions to be included in scans for EFI boot
514 loaders. This may help integration with Linux distributions that don't
515 give their kernels such names by default. Beware, though: It can detect
516 unwanted files, such as older non-stub-loader kernels or .icns files used
517 to give kernels with .efi extensions custom icons.
518
519 - Improved EFI boot loader detection on boards with Gigabyte's Hybrid EFI,
520 and perhaps other EFIs with a buggy StriCmp() function. Files with both
521 ".efi" and ".EFI" extensions should now be detected as boot loaders.
522
523 - Fixed a bug that caused rEFInd to fail to scan for drivers if the
524 filesystem driver didn't set a volume name (that is, if the relevant
525 field was set to NULL rather than even an empty string). In such
526 situations, rEFInd now reports the volume name as "Unknown".
527
528 0.2.7 (4/19/2012):
529 ------------------
530
531 - After much trial and tribulation, I've overcome a GNU-EFI limitation and
532 enabled rEFInd to load EFI drivers. This feature was present in the
533 original build of rEFIt but was removed in the versions that could
534 compile under Linux, but now it's back -- and still being compiled under
535 Linux! To use it, you should place your drivers in a convenient directory
536 on the ESP (or whatever partition you use to launch rEFInd) and add a
537 "scan_driver_dirs" entry to refind.conf to tell rEFInd where to look. (As
538 always, you should specify the driver directory relative to the root of
539 the filesystem.) Note that you can't launch drivers from another
540 filesystem; they must be on the same volume that holds rEFInd. Those who
541 compile from source code should note that implementing this feature
542 necessitated using a more recent version of the GNU-EFI library. I'm
543 currently using version 3.0p, and version 3.0i does NOT work. I don't
544 know where the change occurred, but you may need to upgrade your GNU-EFI
545 installation.
546
547 - Fixed bug that caused rEFInd to show up in its own menu sometimes.
548
549 - Added new refind.conf token: also_scan_dirs. When scanning volumes for
550 EFI boot loaders, rEFInd always scans the root directory and every
551 subdirectory of the /EFI directory, but it doesn't recurse into these
552 directories. The also_scan_dirs token adds more directories to the scan
553 list. It defaults to "elilo,boot", but you can set it to any directory or
554 directories you like.
555
556 0.2.6 (4/14/2012):
557 ------------------
558
559 - Added "volume" keyword to configuration file's stanza options. This
560 option changes the volume from which subsequent files (specified by
561 "loader" and "icon") are loaded. You pass "volume" the name/label of the
562 FILESYSTEM you want to use (not the GPT partition name), or a number
563 followed by a colon (e.g., "1:"). The former should reliably identify a
564 filesystem, assuming the name is unique. The latter assigns numbers based
565 on the order in which they're scanned, which may not be as reliable but
566 should work when a volume is unnamed.
567
568 - Fixed bug in 0.2.5 that caused failure of Linux initial RAM disk
569 mapping on some (but not all) systems. Affected computers include at
570 least some Intel motherboards, maybe others.
571
572 0.2.5 (4/9/2012):
573 -----------------
574
575 - Fixed bug that caused an inability to associate initial RAM disks with
576 Linux kernels stored in a volume's root directory.
577
578 - Volume badges (that override default badges) are now stored in
579 .VolumeBadge.icns. Although undocumented, rEFInd formerly loaded custom
580 volume badges from .VolumeIcon.icns. This carryover from rEFIt was a
581 confusing name, given the next (new) feature, so I've changed and
582 documented the name....
583
584 - Added ability to set a default icon for a loader stored in the root
585 directory of a volume: The icon is stored in .VolumeIcon.icns. This icon
586 is also used for Mac OS X volumes booted from the standard location.
587
588 - Fixed bug that caused icons to drop back to generic icons when rEFInd
589 was launched in certain ways (such as from an EFI shell in rEFInd's
590 directory) on certain systems.
591
592 - Fixed bug that caused "unknown disable flag" to be shown (very briefly)
593 instead of "unknown hideui flag" when an improper hideui flag was set.
594
595 0.2.4 (4/5/2012):
596 -----------------
597
598 - Created new refind.conf entry: "showtools". This entry takes options of
599 "shell", "gptsync", "about", "exit", "reboot", and "shutdown". This
600 option is in some respects an affirmative version of portions of the old
601 "disable" and "hideui" options; however, it enables users to specify the
602 order in which these options appear on the screen. Also, the "exit"
603 option is new; it terminates the program. The effect is usually to return
604 to whatever tool launched it or to launch a default OS; however, this is
605 somewhat unpredictable. The default therefore omits the "exit" option, as
606 well as "gptsync", which has always been dangerous (but necessary on most
607 MacOS/Windows dual-boot setups on Macs). As part of this reconfiguration,
608 I've eliminated the "rescue Linux" option, which always seemed pointless
609 to me.
610
611 - Folded "disable" and "hideui" refind.conf entries into one ("disable"),
612 and reduced the number of options to six: "banner", "label",
613 "singleuser", "hwtest", "arrows", and "all". ("arrows" is new and
614 disables the scroll arrows when a system has too many tags to display
615 simultaneously.)
616
617 - Added max_tags option to the refind.conf file, enabling users to reduce
618 the maximum number of OS loader tags that can be displayed at once.
619
620 - Updated rEFIt icon, based on the 128x128 volume label from the rEFIt CD
621 image.
622
623 - Added x86 and x86-64 EFI shells to the CD image version of the binary,
624 but NOT to the binary zip file. The logic is that the CD image is more
625 likely to be used directly as an emergency disc and so may need this
626 feature, even though the source isn't part of the rEFInd project. (The
627 source is readily available from the TianoCore project.)
628
629 - EFI shells may now be stored at /shellx64.efi for x86-64 systems or at
630 /shellia32.efi for x86 systems. The /EFI/tools/shell.efi name is also
631 recognized; however, if both files are present, two EFI shell icons will
632 appear on the main menu. The /efi/{refind-path/apps/shell.efi filename,
633 which was never officially documented but worked as a carryover from
634 rEFIt, is no longer valid.
635
636 0.2.3 (3/26/2012):
637 ------------------
638
639 - Fixed (maybe) a bug that caused hangs when launching a second program
640 after returning from a first. There are some weird system-to-system
641 differences, though, and this fix causes (apparently harmless) error
642 messages about "(re)opening our installation volume" on at least one
643 system (a 32-bit Mac Mini). I'm committing this change because, imperfect
644 though it is, it's preferable to the earlier version, at least on my
645 small sample of computers.
646
647 - Because of news that the Linux kernel developers are planning to use the
648 filename linux.conf to hold Linux kernel configuration data for EFI
649 booting, I'm transitioning rEFInd away from that name and to
650 refind_linux.conf to avoid a conflict. This version can use either name,
651 with refind_linux.conf taking precedence if both are present.
652
653 - Added logo for Arch Linux.
654
655 0.2.2 (3/23/2012):
656 ------------------
657
658 - Fixed bug that caused program failure when Linux kernels with EFI stub
659 support were detected with no associated version numbers. rEFInd now
660 permits automatic linking of *ONE* versionless kernel to *ONE*
661 versionless initrd file.
662
663 - Fixed bug that caused program hangs when a boot loader filename or label
664 was too long. Such names are now properly truncated and program execution
665 continues.
666
667 - Fixed bug that caused no text to appear in submenus on UEFI systems with
668 small screens (800x600). NOTE: Problem still occurs on screens smaller
669 than this, but such systems are very rare.
670
671 0.2.1 (3/19/2012):
672 ------------------
673
674 - Added ability to set a "default_selection" that's a title or a substring
675 of one -- the name given to a stanza in a "menuentry" or the boot
676 loader's filename, in most cases, although "Mac OS X", "Windows XP
677 (XoM)", and "Microsoft EFI boot" are also titles.
678
679 - Added support for semi-automatic scans of Linux kernels with EFI stub
680 loader support. The program auto-detects matching initial RAM disk files
681 and loads additional options from the "linux.conf" file in the same
682 directory as the kernel.
683
684 - Added support for "submenuentry" keyword and associated sub-stanza
685 entries in refind.conf file.
686
687 - Renamed icons/os_mint.icns to icons/os_linuxmint.icns to match the
688 filename Linux Mint ACTUALLY uses for its ESP boot loader directory.
689
690
691 0.2.0 (3/14/2012):
692 ------------------
693
694 - Initial public release