Learning Debian GNU/LinuxBy Bill McCarty1st Edition September 1999 1-56592-705-2, Order Number: 7052 360 pages, $34.95 , Includes CD-ROM |
D. Managing the Boot Process
Contents:
Booting Linux
Boot Disks
The lilo Loader
The loadlin Loader
Boot Parameters
Using Loadable Ethernet Drivers
In this appendix, you'll learn more about how to boot a Linux system; in particular, you'll learn more about configuring your computer system to boot any of several operating systems. The chapter focuses on lilo and loadlin, the most popular utilities for booting Linux systems, explaining their capabilities and options in considerable detail.
D.1 Booting Linux
When you boot a PC, you cause it to execute a small program known as a boot loader. The purpose of the boot loader is to locate and read into memory the first stage of an operating system and transfer control to it. The operating system then locates and reads its remaining components as needed.
The simplest way to boot Linux is by using a floppy diskette. By doing so, you're able to leave the boot information on your hard drive untouched, ensuring that you can still boot Microsoft Windows or another operating system stored on the same hard drive. Moreover, some operating systems and virus protection programs prevent modification of the boot information on your hard drive. By booting from a floppy diskette, you avoid several potential problems.
However, many users find booting from a floppy diskette slow or inconvenient. You don't have to boot Linux from a floppy diskette; you can boot Linux in any of several other ways. The two most popular alternatives are by using lilo, which replaces the boot loader stored on your hard drive, or loadlin, which lets you first boot DOS and then boot Linux from DOS.
This chapter cannot describe the entire range of issues involved in booting Linux. Much of the information in this chapter is taken from several Linux HOWTOs that contain additional useful information on booting Linux:
Back to: Learning Debian GNU/Linux
© 2001, O'Reilly & Associates, Inc.