The boot process for the PowerBook computer is similar to that for other Macintosh computers that use the ROM-in-RAM approach. The PowerPC processor executes its reset vector as defined by the Hardware Initialization code. This code runs diagnostics tests, and when enough hardware initialization has been performed to run Open Firmware, the boot beep sound is played and Open Firmware begins executing. The Open Firmware module probes the system's I/O buses to determine the device configuration and builds a device tree describing the hardware it finds.
The boot device, selected by the user with the Startup Disk control panel, is stored in Open Firmware's NV-RAM. Open Firmware attempts to locate that boot device, which can be a hard disk, a CD, a USB or FireWire storage device, or a network connection. If the selected boot device is not found, Open Firmware searches for a suitable boot device according to a predetermined search order.
Once the boot device has been found, the Mac OS ROM image is loaded into memory, decompressed, and write-protected so that it behaves just like actual ROM.
Some of the Mac OS ROM boot code is written in 68K code. In order to run the 68K ROM, the PowerPC Nanokernel is loaded, and the emulator task is started. The emulator begins executing code in the 68K ROM. This code uses the device tree provided by Open Firmware to install device drivers, Macintosh OS Services (referred to as Toolbox Managers), and finally the ROM loads the rest of the operating system from the startup device.