Differences between revisions 21 and 22
Revision 21 as of 2008-01-01 19:52:24
Size: 2041
Editor: ?RobertMillan
Comment: we have colored menu now
Revision 22 as of 2008-01-06 00:59:35
Size: 2008
Editor: ?RobertMillan
Comment: update status
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
 * CDROM support. Not really important since Debian isn't using GRUB for CD boot atm, but it might be an interesting option for lenny. Upstream has an ongoing SoC project about it.
Line 30: Line 31:
 * CDROM support. Not really important since Debian isn't using GRUB for CD boot atm, but it might be an interesting option for lenny. Upstream has an ongoing SoC project about it.
Line 35: Line 35:
 * memtest86{,+} fails to boot.

This page is about migrating GRUB Legacy to GRUB 2.

Initial proposal sent by Otavio: http://lists.debian.org/debian-release/2007/04/msg00328.html

Improvements we already have

This list skips the obvious about cleaner design, etc etc. Only tangible improvements here.

  • update-grub rewrite. Modular design, extensibility, etc. Will now be part of the upstream package.
  • UTF-8 in menu.
  • grub.cfg is scriptable.
  • 64-bit detection on x86 ("cpuid" command): needed for multi-arch DVDs.
  • GPT (also for non-EFI systems).
  • Integrated win32 boot (grub4dos-like) functionality (see grubutil-win32 and win32-loader packages).

Improvements that still need some work

  • EFI: Mandatory for Intel-Mac. Probably others during lenny life period.
  • LinuxBIOS: Merged in upstream. Still not mature (see [http://grub.enbug.org/LinuxBIOS]).

  • pATA driver: Merged upstream. Missing PCI support.
  • gettext: Not implemented, should be trivial though.
  • LVM / software RAID: Investigate how complete/usable it is.
  • powerpc: New port. No support yet for loading Mac OS X, so not yet usable to multiboot ?PowerMacs and ?PowerBooks.

  • CDROM support. Not really important since Debian isn't using GRUB for CD boot atm, but it might be an interesting option for lenny. Upstream has an ongoing SoC project about it.

Regressions

  • splash screen: The abstraction layer for using VGA/VBE/whatever is there. There's also a bitmap loader (PNG support being worked on). We just need to figure out how to enable it (maybe the user interface is missing).
  • ReiserFS hasn't been merged yet (Subdino sent a patch to grub-devel, needs review).
  • XFS is implemented, but doesn't work too well: much like GRUB Legacy. Not really a regression in fact ;-).
  • grub-reboot
  • "hiddenmenu" option
  • Weird hardware RAID paths (e.g. /dev/fubar/bazXsY). Check for regressions there (see [grub]/lib/device.c)
  • lock / password mechanism.
  • No documentation!