Definition
Typical (Red Hat?) Linux boot sequence:
-
MBR (Master Boot Record/Sector). This can be a M$DOS MBR or a LILO boot sector.
-
For M$DOS MBR, the first active boot record on a primary (including extended but not logical)
partition of first disk. This can be a LILO boot sector or another OS boot sector.
-
Linux kernel
-
Program "init". Among other things, this reads /etc/inittab to control the running of init scripts
as in the following. The init scripts are under /etc/rc.d on some installations.
-
rc.sysinit; This often runs rc.serial, rc.local
-
rc; This is passed the "run-level" number, #, and it runs the rc#.d/* scripts in "*" order.
-
update (ie, bdflush);
-
mgetty's are started
Boot Disks:
-
Bootdisk HOWTO  How to create a boot/root maintenance disk for Linux.
-
mkbootdisk - Makes a floppy boot disk from the currently running system. Can also be used as a minor rescue disk.
Misc:
XDM (X login manager):
XBanner program works with XDM to put up fancy login screen.
Last Modified 06-Feb-1999
End of page.