BootLoader

Differences between revisions 3 and 4
Revision 3 as of 2005-11-02 22:01:53
Size: 1957
Editor: 209
Comment: initial draft
Revision 4 as of 2005-11-02 23:21:10
Size: 2079
Editor: 209
Comment: lilo rationale
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
LILO will not be supported; on i386/amd64, we will only support GRUB. LILO will not be supported; on i386/amd64, we will only support GRUB.  Expert users who wish to use LILO are likely to be able to install it manually from the comfort of the live environment.

Summary

Design an UbuntuExpress component to install the boot loader.

Rationale

The Ubuntu installer already has a substantial volume of code to handle boot loader installation (including a number of sanity checks) which we should reuse. This is currently part of udeb maintainer scripts.

LILO will not be supported; on i386/amd64, we will only support GRUB. Expert users who wish to use LILO are likely to be able to install it manually from the comfort of the live environment.

Scope

This specification considers only the boot loader installation component of UbuntuExpress. This is a required component of an installer and (in this case) will have no user interface, so no use cases are specified.

Design

We will modify several components of the installer to produce suitable ubuntu-express-* packages:

  • grub-installer needs minor changes to avoid failing if mapdevfs is not present. These can probably go upstream. It needs to produce an ubuntu-express-grub.deb.
  • yaboot-installer needs minor changes to avoid failing if archdetect or mapdevfs is not present. (For the first version, we can produce a simple archdetect shim that checks /proc/cpuinfo for NewWorld PowerMacs or PReP systems, which are all we care about for now.) At least the mapdevfs changes can go upstream. It needs to produce an ubuntu-express-yaboot.deb.

  • os-prober needs minor changes to avoid failing if mapdevfs is not present. These can probably go upstream. It needs to produce an ubuntu-express-os-prober.deb.
  • parted needs to be modified to optionally produce output in the style of /usr/lib/partconf/find-partitions --flag, for yaboot-installer. We hope that this can go upstream.

UbuntuExpress/BootLoader (last edited 2008-08-06 16:14:48 by localhost)