sparc64-installer

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2006-10-20 04:17:54
Size: 1827
Editor: gordian
Comment: First draft
Revision 3 as of 2006-10-20 04:47:23
Size: 3394
Editor: gordian
Comment: add more installer stuff
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * '''Launchpad entry''': none yet
 * '''Packages affected''':
 * '''Launchpad entry''': https://features.launchpad.net/distros/ubuntu/+spec/sparc64-installer
 * '''Packages affected''': network-console, debian-installer, silo-installer, silo, os-prober, sparc-utils.
Line 11: Line 11:
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!) 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).
Line 17: Line 17:
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.
Line 21: Line 25:

 * 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.
Line 32: Line 40:
 * 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.

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.
  • Enable network-console after network-config and only on user request.
  • 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.

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


CategorySpec

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