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