sparc64-installer

Differences between revisions 3 and 4
Revision 3 as of 2006-10-20 04:47:23
Size: 3394
Editor: gordian
Comment: add more installer stuff
Revision 4 as of 2006-11-08 01:45:21
Size: 3620
Editor: 207
Comment: resolve issue; more detail
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
 * Promote network-console to main.  * Promote network-console to main, adding it to the supported seed to avoid bloating CD size for now. If it is determined to be required on sparc CDs, it can additionally be added to the installer seed only for sparc.
Line 36: Line 36:
 * Enable network-console after network-config and only on user request.  * Enable network-console after netcfg, only on user request. At present, this would require documenting that users should pass `anna/choose_modules=network-config` on the kernel command line; we will add a preseed alias to simplify this to `modules=network-config`. We will also suggest that users consider `frontend=text`, since cdebconf's text frontend is designed for use on serial consoles.
Line 50: Line 50:
== Unresolved issues ==

 * Including network-console in main might bloat a bit the installer size, but this should be addressable now by overrides per architecture and make this solution available only on sparc for the first evaluation.

== BoF agenda and discussion ==

Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.

Summary

This specs aims to improve installation on headless hardware where console can be utterly slow like on Niagara systems (ANSI color at 9600 bps... welcome back to '90 BBS!), to perform a bit more operations like auto-detecting other operating systems (configure silo to boot them) and set default boot disk to use silo (OBP).

Rationale

A lot of users have been complaining about the text installer speed on Niagara systems and for very good reasons. While most of them are aware that it is not an installer fault that the hw serial console is capped at 9600, it is still perceived as an installer issue that we need to address also based on the fact that other distros do offer alternative methods for installation.

Our silo-installer doesn't actually set the default boot device in OBP and when installing on a disk that's not the default, the first reboot in the installer will not take the user to Ubuntu.

silo-installer does not configure silo to boot other operating systems yet. This should be addressed since new users might not be familiar with silo.conf and it makes it hard for them to reboot into Solaris.

Use cases

  • Company foo will deploy 200 niagara servers with custom installations where pre-seed will not really fulfill their requirements.

They want to make sure that installing these systems will not take 4 hours each in order to meet customers demands.

  • University baz needs to do a very special mass deployment of Ubuntu sparc, but the default OBP setting to boot from disk0 does not fit them. Ubuntu provides the ability to preseed/modify the OBP which enables them to save a lot of manpower.
  • Company bar is developing a lot of applications that should work on both Ubuntu and *Solaris. They require dualboot on their machines. Ubuntu provides them with automatic boot loader configuration that will save them time to manually modify silo.conf for each installation.

Implementation

  • Revive network-console code.
  • Promote network-console to main, adding it to the supported seed to avoid bloating CD size for now. If it is determined to be required on sparc CDs, it can additionally be added to the installer seed only for sparc.
  • Enable network-console after netcfg, only on user request. At present, this would require documenting that users should pass anna/choose_modules=network-config on the kernel command line; we will add a preseed alias to simplify this to modules=network-config. We will also suggest that users consider frontend=text, since cdebconf's text frontend is designed for use on serial consoles.

  • Evaluate across the development phase if it is worth to make it default when we detect that we are installing on a 9600 console.
  • make os-prober understand Solaris.
  • change silo-installer to add other OS entries in silo.conf.
  • change silo-config to add other OS entries in silo.conf.
  • change silo-installer to map OBP disks with real disks and call eeprom to set the default boot device.
  • change sparc-utils to ship eeprom in sparc-utils-udeb.


CategorySpec

sparc64-installer (last edited 2008-08-06 16:20:00 by localhost)