Difference between revisions of "Information/PPCBootLoader"
From NAS-Central Buffalo - The Linkstation Wiki
Line 8: | Line 8: | ||
Most of this information courtesy of http://www.yamasita.jp/linkstation.en/index.html. | Most of this information courtesy of http://www.yamasita.jp/linkstation.en/index.html. | ||
+ | |||
+ | [[Category:LS1]] | ||
+ | [[Category:HG]] |
Revision as of 00:45, 26 June 2006
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.