NEWS: more additions
[grub.git] / NEWS
1 New in 2.02:
2
3 * New/improved filesystem and disk support:
4   * Big-endian UFS1.
5   * Experimental 64-bit ext2 support.
6   * Various fixes for non-512-byte sector devices.
7   * New `proc' filesystem framework, used by LUKS disks.
8   * Fix DM-RAID partition handling.
9   * New `nativedisk' command to switch from firmware to native disk drivers.
10   * Compressed HFS+.
11   * DragonFly BSD labels.
12   * CBFS (coreboot).
13   * Handle partitioned LVM properly.
14   * Use LVM UUIDs whenever possible.
15   * GPT PReP.
16   * New `progress' module that shows progress information while reading
17     files.
18   * ZFS features support.
19   * ZFS LZ4 support.
20   * XFS V5 format support.
21
22 * New/improved terminal and video support:
23   * Monochrome text (matching `hercules' in GRUB Legacy).
24   * Morse code output using system speaker.
25   * `spkmodem' output (simple data protocol using system speaker).
26   * Handle Japanese special keys.
27   * coreboot framebuffer.
28   * Serial on ARC.
29   * Native vt100 handling for grub-emu, replacing the use of the curses
30     library.
31   * New gfxmenu options for terminal window positioning, theme background
32     image handling, and scrollbar padding, plus `item_pixmap_style' and
33     `highlight_overlay'.
34   * Support several more image types (paletted and greyscale).
35
36 * Boot protocol improvements:
37   * Support Apple FAT binaries on non-Apple platforms.
38   * Improve FreeDOS direct loading support compatibility.
39   * Enable `linux16' on all x86 platforms, not just BIOS.
40   * New TrueCrypt ISO loader.
41   * multiboot2 boot-services EFI specification.
42   * multiboot2 EFI memory map specification.
43   * multiboot2 full-file specfication.
44
45 * New/improved network support:
46   * New variables `net_default_*' containing properties of the default
47     interface.
48   * Autoload `http' and `tftp' modules if necessary.
49   * Improve TFTP robustness.
50   * Parse `nd' disk names in GRUB Legacy configuration files.
51   * Issue separate DNS queries for IPv4 and IPv6.
52
53 * Coreboot improvements:
54   * CBFS support both in on-disk images (loopback) and flash.
55   * Ability to launch another payload from flash or disk
56   * Coreboot framebuffer
57   * CBMEMC support (both logging and inspecting logs)
58   * Command for inspecting coreboot timestamps (`coreboot_boottime').
59   * Command for inspecting coreboot tables (`lscoreboot').
60   * New target default_payload.elf.
61   * Increased maximal core size.
62   * Prefer pmtimer for TSC calibration.
63
64 * New/improved platform support:
65   * New `efifwsetup' and `lsefi' commands on EFI platforms.
66   * New `cmosdump' and `cmosset' commands on platforms with CMOS support.
67   * New command `pcidump' for PCI platforms.
68   * Improve opcode parsing in ACPI halt implementation.
69   * Use the TSC as a possible time source on i386-ieee1275.
70   * Merge PowerPC grub-mkrescue implementation with the common one.
71   * Support grub-mkrescue on i386-ieee1275, sparc64, bootinfo machines such
72     as pSeries, and mips-arc.
73   * Make grub-mkrescue better support Apple Intel Macs on CD.
74   * Enable GRUB Legacy configuration file parsing on EFI.
75   * Support halt for Loongson 2E.
76   * ARM U-Boot and EFI ports.
77   * Reorganise platform-dependent code in utilities to avoid #ifdef mess.
78   * AROS and Haiku support for userspace utilities.
79   * Xen PV port.
80   * Fix EFI stack alignment.
81   * ARM64 EFI port.
82   * On Linux, read partition start offsets from sysfs if possible.
83   * New grub-macbless utility, and better integration with Mac firmware in
84     grub-install.
85   * Support Yeeloong 3A.
86   * Add `cpuid --pae' option to detect Physical Address Extension on x86.
87   * Support for USB debug dongles.
88   * Support for *-emu on all platforms (previously only i386/x86_64 worked).
89   * Support *-emu on Windows.
90   * New platform `none' which builds only user level utilities. This is now
91     default if target CPU is not supported.
92   * Support for booting little-endian Linux kernel on powerpc.
93   * Support network boot with Oracle sun4v vnet devices.
94   * Added SAS disks to the IEEE 1275 Open Firmware device list.
95   * Try multiple methods for TSC (timestamp counter) calibration - PIT, pmtimer,
96     EFI Stall. If everything fails, use hardcoded frequency 800MHz.
97   * Support Hyper-V Gen2 platforms which lack PIT for TSC calibration.
98   * Map UEFI Persistent Memory to E820 persistent memory.
99
100 * Security:
101   * Add optional facility to enforce that all files read by the core image
102     from disk have a valid detached digital signature.
103
104 * Performance:
105   * Avoid costly division operations in many places.
106   * New boot time analysis framework (`./configure --enable-boot-time').
107   * Initialise USB ports in parallel.
108   * New `testspeed' command to test file read speed.
109   * Speed-up gfxterm by storing intermediate results in more compact format.
110   * Lazy LVM/mdraid scan.
111   * Disk hints.
112
113 * Scripting:
114   * New `eval' and `tr' commands.
115   * grub-script-check fails on scripts containing no commands.
116
117 * Installation and other utility improvements:
118   * Add option to compress files on installation or image creation.
119   * Using grub-reboot no longer requires setting `GRUB_DEFAULT=saved'.
120   * Support probing EFI System Partition (requires os-prober >= 1.58).
121   * Fix inconsistent use of `GRUB_CRYPTODISK_ENABLE' and
122     `GRUB_ENABLE_CRYPTODISK'; the latter is now used consistently.
123   * grub-mount handles symbolic links to directories.
124   * Support disabling submenus with `GRUB_DISABLE_SUBMENU' configuration key
125     for grub-mkconfig.
126   * grub-install, grub-mknetdir, grub-mkrescue, and grub-mkstandalone
127     rewritten in C.  They should now work in supported non-Unix-like
128     environments.
129   * Native mingw support.
130   * Ability to install on EFI under windows.
131   * Reorganise timeout handling using new `timeout_style' environment
132     variable and `GRUB_TIMEOUT_STYLE' configuration key for grub-mkconfig.
133     Menu hotkeys pressed during a hidden timeout now boot the corresponding
134     menu entry immediately.
135   * New `file' command and grub-file utility to check file types.
136   * New syslinux configuration file parser.
137
138 * Build system:
139   * Remove all uses of nested functions; GRUB no longer requires an
140     executable stack.
141   * Fix documentation build with Texinfo >= 5.1.
142   * More robust and documented cross-compiling support.
143   * Partial clang support for some platforms (experimental).
144   * Partial mingw64 x86_64-efi compile support (highly experimental).
145   * Partial mingw32 i386-* (other than already present i386-pc)
146     compile support (highly experimental).
147   * Support for grub-mkpasswd on Windows.
148   * Eliminate the use of AutoGen.  This allowed some performance
149     improvements to the build system.
150   * Remove variable length arrays.
151   * OpenBSD compile and tools support (NetBSD and FreeBSD were already supported).
152   * Fix build with FreeType >= 2.5.1.
153   * Make gentpl.py compatible with Python 3.  It now requires at least
154     Python 2.6.
155   * modinfo.sh contains build information now.
156   * Added many new tests to improve robustness.
157   * Target is built without libgcc now. Necessary builtins are reimplemented
158     directly. This removes requirement for target-specific runtime on build
159     system.
160   * emu libusb support removed (was broken and unmaintained).
161   * powerpc64le compile support.
162   * Use fixed timestamp when generating GRUB image for reproducible builds.
163
164 * Revision control moved to git.
165
166 New in 2.00:
167
168 * Appearance:
169   * Official theme for gfxmenu (starfield)
170   * Menu is organised with submenus.
171   * Better default video mode selection using EDID.
172
173 * New platforms:
174   * Itanium port.
175   * Fuloong2F support (including GRUB as firmware)
176   * Fuloong2E support (except GRUB as firmware)
177   * ARCS (SGI machines) port.
178   * qemu -M mips port.
179
180 * grub-mount to mount filesystems using GRUB FS drivers and FUSE.
181
182 * Changed security default so entries are locked by default if any superuser is
183   defined. 
184
185 * New drivers:
186   * EHCI.
187   * AHCI.
188   * ESCC serial.
189   * IEEE1275 serial.
190   * EFI serial.
191   * Network stack for BIOS, IEEE1275, EMU and EFI, including TFTP, HTTP and DNS.
192
193 * New filesystem, filters and disks formats:
194   * DVH partition map.
195   * Plan9 partition map.
196   * Big-endian mdraid.
197   * Big-endian cpio.
198   * ODC and NEWC cpio.
199   * ExFAT.
200   * Minix3fs.
201   * Big-endian minixfs.
202   * RomFS.
203   * Squash4.
204   * Support non-512B disk blocks.
205   * LUKS and GELI support.
206   * LDM read support (no install yet).
207   * LZOP.
208
209 * Improved filesystem and disks formats support:
210   * HFS+ label support.
211   * Improved reiserfs support.
212   * multidevice, mirrored and raidz(2,3) ZFS support.
213   * RAID LVM (internal RAIDing) support.
214   * ZFS crypto support.
215   * ZLE, LZ4 and GZIP on ZFS support.
216   * Support ZFS up to 33.
217   * HFS string is now treated like mac-roman and not UTF-8
218   * HFS mtime support.
219   * Improved AFFS and SFS support.
220   * LZO-compressed btrfs support.
221   * cpio and tar symlinks support.
222   * Better FS detection to reduce false positives.
223
224 * New boot protocols:
225   * Ability to load another coreboot payload when on coreboot.
226   * Plan9.
227   * Freedos.
228   * Ntldr/bootmgr (to load Windows bootloader).
229   * chainloader --bpb support to patch FAT or NTFS BPB in memory to correct
230     wrong partition offset.
231   * PXE chainloading support.
232   * Darwin 11 (Mac OS X Lion) protocol support.
233
234 * Boot protocol improvements:
235   * Multiple initrd support.
236   * Basic illumos and xnu autoconfig.
237
238 * Testing and debugging:
239   * New grub-fstest commands: cat, zfsinfo, testload xnu_uuid
240   * grub-fstest recursive directory compare for quickly checking that
241     a directory is read correctly.
242   * Backtace on crash (if gdb module is loaded, x86 only)
243   * Disk cache statistics gathering.
244   * GDB stub and GDB support script.
245   * "make check" and "make bootcheck" expanded to almost all platforms
246     (except i386-ieee1275, mips-arc, sparc64-ieee1275, ia64-efi and emu)
247   * New `time' command.
248
249 * Performance:
250   * Lazy scanning to avoid accessing devices which aren't really used.
251     This avoids boot delay due to slow device scanning.
252   * Use CPU cache when accessing video memory.
253   * Search hints to first try the most likely device when searching for a
254     device with given UUID. This avoids slow scanning in most cases.
255
256 * Internationalisation:
257   * Updated to Unicode 6.0.
258   * $"..." syntax for translation in grub scripting language. This allows easy
259     translation of grub.cfg at runtime.
260   * Translations to many languages included in official distribution.
261
262 * Scripting:
263   * $grub_cpu and $grub_platform variables for conditioning grub.cfg on platform
264     at runtime.
265   * $feature_* variables to condition scripts on available features.
266   * Use of ids to identify menu entries.
267   * all_video module which is empty but depends on all video modules thus
268     allowing easy loading of all of them.
269
270 * Installation:
271   * grub-mknetdir script for easy creation of netbootable GRUB directory.
272   * Itanium and mips support in grub-mkrescue.
273   * grub-install support for all platforms except emu.
274   * PreP partition install support.
275   * No files conflict between flavours (except grub-mkrescue for ppc). This
276     allows easy install of GRUB for several platforms.
277   * grub-mkstandalone script for easy creating of image including all modules
278     for platforms with generous limit on image size.
279   * program-transform-name now functions according to usual conventions.
280     Use --grubdir and --bootdir to get old behaviour.
281
282 * ADLER32 and CRC64 support (for XZ and hashsum).
283
284 * ofconsole renamed to console
285
286 * Experimental support for compiling with Apple toolchain.
287
288 * grub-mkdevicemap removed. Now all devices are detected on invocation of
289   any grub utility.
290
291 New in 1.99:
292
293 * Keyboard layouts support.
294
295 * New `lsapm' command (i386-pc only).
296
297 * Parser for GRUB Legacy configuration files.
298
299 * Support RAID on virtio devices.
300
301 * Remove deprecated `root' command.
302
303 * New `euro.pf2' font which supports most European languages.
304
305 * Avoid opening the same device twice on Open Firmware platforms.
306
307 * Extend `vbeinfo' and `vbetest' commands to non-VBE graphics, as
308   `videoinfo' and `videotest'.
309
310 * New `lsefisystab', `lssal', and `lsefimmap' commands on EFI platforms.
311
312 * Support explicit user claim that a device is BIOS-visible.  Devices
313   listed in device.map will be assumed to be readable using only BIOS
314   facilities, rather than anything more complex such as LVM or RAID.
315
316 * New bash-completion script for GRUB utilities.
317
318 * Use ACPI to shut down if possible.
319
320 * New `lsacpi' command.
321
322 * Btrfs support.
323
324 * New `--boot-directory' option to `grub-install', `grub-reboot', and
325   `grub-set-default', with clearer semantics than the previous
326   `--root-directory' option.
327
328 * Rename CD-ROM device to "cd" on BIOS platforms.
329
330 * Transparent decompression filters.
331
332 * Simpler PXE image generation.  New `grub-mknetdir' utility to generate
333   netboot directory trees.
334
335 * New relocator.  Allows for more kernel support and more
336   straightforward loader writing.
337
338 * Handle USB pendrives exposed as floppies.
339
340 * New Automake-based build system.
341
342 * Add `sendkey' command (i386-pc only).
343
344 * ZFS support.
345
346 * Support 1.x versions of mdadm metadata.
347
348 * Fix corruption when reading Reiserfs directory entries.
349
350 * Bidirectional text and diacritics support.
351
352 * Skip LVM snapshots.
353
354 * MIPS Yeeloong firmware port.
355
356 * Change grub-mkdevicemap to emit /dev/disk/by-id/ names where possible
357   on GNU/Linux.
358
359 * Add `grub-mkconfig' support for Xen with Linux.
360
361 * Add `grub-mkconfig' support for initrd images on Fedora 13.
362
363 * Support >3GiB and <16MiB RAM in i386-qemu.
364
365 * Add support for Cirrus 5446 and Bochs video cards.
366
367 * Load more appropriate video drivers automatically in `grub-mkconfig'.
368
369 * USB improvements, including hotplugging/hotunplugging, hub support,
370   and USB serial support.
371
372 * AMD Geode CS5536 support.
373
374 * Extensive updates to the Texinfo documentation.
375
376 * Handle symbolic links under /dev/mapper on GNU/Linux.
377
378 * Handle installation across multiple partition table types.
379
380 * Add `cmostest' command (i386/x86_64 only).
381
382 * Add support for DM-RAID disk devices on GNU/Linux.
383
384 * Remove `grub-mkisofs'.  `grub-mkrescue' now uses GNU xorriso to build
385   CD images.
386
387 * `grub-mkrescue' support for EFI, coreboot, and QEMU platforms.
388
389 * Unify `grub-mkimage', `grub-setup', and `grub-install' source code
390   across platforms.
391
392 * Fix VGA (as opposed to VBE) video driver, formerly a terminal driver.
393
394 * Add menu hotkey support.
395
396 * Add support for the nilfs2 filesystem.
397
398 * `grub-probe' and `grub-mkconfig' support for NetBSD.
399
400 * Support setting a background image in `grub-mkconfig'.
401
402 * Support multiple terminals in `grub-mkconfig'.
403
404 * Regexp support.
405
406 * MIPS multiboot2 support.
407
408 * Multiboot2 tag support.
409
410 * sunpc partition table support.
411
412 * Add a number of new language features to GRUB script: `for', `while',
413   `until', `elif', function parameters, `break', `continue', `shift',
414   multi-line quoted strings, positional parameters with `setparams',
415   `return', filename wildcard expansion, and `!'.
416
417 * Support nested partition tables.  GRUB now prefers to name partitions
418   in the form `(hd0,msdos1,bsd1)' rather than `(hd0,1,a)'.
419
420 * Speed up consecutive hostdisk operations on the same device.
421
422 * Compile parts of `grub-emu' as modules.
423
424 New in 1.98 - 2010-03-06:
425
426 * Multiboot on EFI support.
427
428 * Graphical menu support.
429
430 * MIPS support.
431
432 * Saved default menu entry support, with new utilities `grub-reboot' and
433   `grub-set-default'.
434
435 * Unit testing framework.
436
437 * Support for multiple terminals.
438
439 * Encrypted password support, with a new utility `grub-mkpasswd-pbkdf2'.
440
441 * `grub-mkfloppy' removed; use `grub-mkrescue' to create floppy images.
442
443 * Add grub-probe support for GNU/Hurd.
444
445 * Add support for gettext.
446
447 New in 1.97:
448
449 * Add support for loading XNU (MacOS X kernel).
450
451 * ACPI override support.
452
453 * Integrated gptsync.
454
455 * Password protection support.
456
457 * Partition manipulation tool.
458
459 * Add `keystatus' command.
460
461 * Unicode fonts are now used by default.
462
463 * Add `hdparm' command.
464
465 * Add support for getting the current date and time from CMOS as variables.
466
467 * Add `drivemap' command.
468
469 * Add support for RAID levels 4,6 and 10.
470
471 * update-grub is replaced by grub-mkconfig.
472
473 * When booting from PXE, PXE can be used to load files.
474
475 * High resolution timer support.
476
477 * Image loaders now support IO buffering.
478
479 * Add `crc' command.
480
481 * Add Cygwin support.
482
483 * Add x86_64 EFI support.
484
485 * Use LZMA compression instead of LZO.
486
487 * Support for saving the environment from and loading the environment
488   from a file.
489
490 * Allow the UUID to be used as device name.
491
492 * The `search' command can use UUIDs now.
493
494 * Add support for IEEE 1275 on i386.
495
496 * Create partmap.lst and use it to automatically load partition map
497   modules.
498
499 * grub-mkconfig supports os-prober to add operating systems to the
500   boot menu.
501
502 * The ATA driver supports devices bigger than 2 TiB.
503
504 * Add support for the UDF, AFS and EXT4 filesystems.
505
506 * The ISO9660 filesystem supports the Joliet extension
507
508 * Add support for loading kernels of FreeBSD, NetBSD and OpenBSD.
509
510 * Add new command `sleep'.
511
512 * Support for direct access to AT keyboards.
513
514 * New utility `grub-fstest'.
515
516 New in 1.96 - 2008-02-03:
517
518 * The license term is changed to GNU General Public License Version 3.
519
520 * grub-emu is made optional.  Now you have to use
521   `--enable-grub-emu' to enable it.
522
523 * Add Multiboot2 support.
524
525 * grub-emu can access the host filesystem now.
526
527 * Add support for the NTFS, cpio/tar and Reiserfs filesystems.
528
529 * Add support for ATA/ATAPI.
530
531 * Add update-grub script to generate grub.cfg.
532
533 * Add grub-mkrescue script to generate floppy or ElTorito images
534   (i386-pc only).
535
536 * Add support for background images in gfxterm (background_image command).
537
538 * Add support for detection of 64-bit support in CPU (cpuid command).
539
540 * GPT is now enabled in i386-pc target.
541
542 * Add grub-install for EFI.
543
544 * Ported to the following new platforms: Efika, coreboot (a.k.a. LinuxBIOS),
545   OLPC XO.
546
547 * Add support for colored menu (menu_color_normal and menu_color_highlight
548   variables).
549
550 * Fix support for loading Linux zImages (such as memtest86).
551
552 New in 1.95 - 2006-10-15:
553
554 * Number partitions from 1 instead of 0. For instance, the first
555   partition of "hd0" is now "hd0,1" but not "hd0,0".
556
557 * grub-probefs is renamed to grub-probe, and supports printing a
558   guessed OS device name and a GRUB drive name.
559
560 * RAID and LVM support is added.
561
562 * New command, echo.
563
564 * The disk API is changed to support 64-bit addressing.
565
566 * A TGA loader is added for the video API.
567
568 New in 1.94 - 2006-06-04:
569
570 * Fix several serious bugs in HFS+.
571
572 * Add experimental EFI support. Chainloading and Linux loading are
573   supported at the moment.
574
575 * Add a new command "blocklist" to show a block list.
576
577 * Use --with-platform to specify a boot environment. For now, efi,
578   ieee1275 and pc are supported.
579
580 * Use the filename "kernel.elf" instead of "grubof" on ieee1275.
581
582 * Install GRUB into pkglibdir instead of pkgdatadir.
583
584 * Support environmental variables. You can export variables by the
585   command "export".
586
587 * Remove the commands "default" and "timeout". They are now variables.
588
589 * Add the commands "source" and "." to include a file.
590
591 * Implement experimental Video API and a new terminal "gfxterm" based
592   on the Video API.
593
594
595 New in 1.93 - 2006-03-10:
596
597 * Add support for the HFS+ wrapper.
598
599 * Major improvements to scripting support.
600
601 * Menu entries are now scriptable.
602
603
604 New in 1.92 - 2005-12-25:
605
606 * Add support for GPT partition table format.
607
608 * Add a new command "play" to play an audio file on PC.
609
610 * Add support for Linux/ADFS partition table format.
611
612 * Add support for BASH-like scripting.
613
614 * Add support for Apple HFS+ filesystems.
615
616
617 New in 1.91 - 2005-10-15:
618
619 * Add support for LZO version 2.
620
621 * Support completion in the entry editor.
622
623 * Add VBE support.
624
625 * New commands, "search", "vbetest" and "vbeinfo".
626
627 * The option BOOT_IMAGE is passed to Linux.
628
629 * Add support for automatic decompression for gzip.
630
631 * Add support for terminfo and serial.
632
633 * Add support for x86_64.
634
635 * GRUB itself is a Multiboot-compliant kernel.
636
637 * Add new filesystems: XFS, SFS, and AFFS.
638
639
640 New in 1.90 - 2005-08-07:
641
642 * Rename the project name PUPA to GRUB. Now this version is the
643   developmental version of GRUB officially.
644
645 * The GRUB emulator ``grub-emu'' is added.
646
647 * Add support for newworld Mac. This should work with other
648   PowerPC-based machines as well, if they use IEEE 1275
649   (Open Firmware).
650
651 * Too many changes to describe. Look at ChangeLog for more details.
652
653
654 New in 0.7:
655
656 * Problems in cross-compiling PUPA are fixed.
657
658 * Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
659   means that any missing prototypes could be fatal. Also, you must take
660   care when writing assembly code. See the comments at the beginning of
661   startup.S, for more details.
662
663 * New utility, ``pupa-setup''. This sets up PUPA to make it bootable
664   from a real disk.
665
666 * New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
667   the rescue mode to manipulate PUPA modules.
668
669 * Linux support is added. Initrd is not support yet.
670
671 * Reduce the size of a core image significantly by compressing a large
672   part of the core image and decompressing itself at boot time. The
673   currently used algorithm is LZO (more precisely, LZO1X-999). So you
674   have to install LZO to build PUPA. See
675   <http://www.oberhumer.com/opensource/lzo/>, for more information.
676
677
678 New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
679
680 * The chainloader and the FAT filesystem are modularized.
681
682 * The structure of the source tree is a bit changed.
683
684 * Support for building loadable modules is added.
685
686 * Some generic parts of pupa-mkimage are segregated.
687
688 * Some documentation files are added, according to the GNU Coding
689   Standards.