Startup Sequence
This page documents Eben's startup sequence design, as detailed in trac ticket #1543.
Initialization of every boot
These graphics are drawn by open firmware. (needs work: trac #534)
Linux boot happens here with screen frozen by DCON.
Activation sequence
Skipped when activation lease is already valid. (needs work: trac #1328) These simple graphics are drawn by Linux initrd directly onto the framebuffer.
First boot setup sequence
Assign names, colors, photo. Skipped once performed the first time. Drawn by X. Some transition is needed before step 4, since init/X/python startup takes a significant amount of time. Use the same graphics as the "loading animation" but with generic XO colors?
(name selection: doesn't match design, trac #3296)
(color selection: needs work, trac #2336)
(photo selection: needs work, trac #3297)
Loading animation
Occurs on every boot.
(doesn't match design, trac #3299)
Discussion
- Open Firmware currently displays some diagnostic information about boot sources. These icons are missing from Step 2 (and subsequent steps?).
- Linux userland startup happens between activation and first boot setup; this needs some sort of animation.
- Clock animation, if not done in X, will need to freeze between steps 11 and 12.