Information/PPCBootLoader
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| + | ''<font color=red><small> | ||
| + | This article | ||
| + | Originally by Frontalot | ||
| + | at Linkstationwiki.org | ||
| + | </small></font>''<br> | ||
The boot process is as follows: | The boot process is as follows: | ||
Revision as of 19:49, 30 June 2006
This article
Originally by Frontalot
at Linkstationwiki.org
The boot process is as follows:
- The boot loader is loaded from /dev/fl2.
- The boot loader loads vmlinux.gz from /dev/fl1 and starts the kernel.
- The boot status is read from /dev/fl3.
- If "NGNG" is read or /dev/hda1 fails to mount, the ramdisk is loaded from /dev/fl1.
- If "OKOK" is read, the filesystem is loaded from /dev/hda1.
Most of this information courtesy of http://www.yamasita.jp/linkstation.en/index.html.

