Linux Boot Process PDF
Linux Boot Process PDF
Page 1 of 10
Search
Like
1Share
Contents
1 Introduction 2 The Linux Boot Sequence 2.1 Figure 7-1 Sample grub.conf file 2.2 Table 7-1 Linux Runlevels 3 Determining the Default Boot runlevel 4 Getting a GUI Console 5 Get a Basic Text Terminal Without Exiting the GUI 5.1 Using a GUI Terminal Window 5.2 Using Virtual Consoles 6 System Shutdown and Rebooting 6.1 Halt/Shut Down The System 6.2 Reboot The System 6.3 Entering Single-user Mode 6.3.1 Switching to Single-user Mode 6.3.2 Entering Single-user Mode At The Grub Splash Screen 6.3.3 Reverting To Your Default runlevel From Single User Mode 6.3.4 Root Password Recovery 7 Starting and Stopping Daemons 7.1 Starting a Daemon 7.2 Stopping a Daemon 7.3 Restarting a Daemon 7.4 The service command 8 Using chkconfig to Start Daemons at Each runlevel 8.1 chkconfig Examples 8.1.1 Use Chkconfig to Get a Listing of sendmail's Current Startup Options 8.1.2 Switch Off sendmail Starting Up in Levels 3 and 5 8.1.3 Double-check that sendmail Will Not Start Up 8.1.4 Turn On sendmail Again 8.2 Using chkconfig to Improve Security 8.3 Final Tips on chkconfig 9 Using sysv-rc-conf to Start Daemons at Each runlevel 9.1 Installing sysv-rc-conf 9.2 Listing the runlevels for Daemons 9.3 Setting the runlevels for Daemons 10 Conclusion
LinuxLIVE for Linux PCs Suspend-Resume, Sharing, Mobility and Re-Connect to Remote X Sessions
www.starnet.com
Other Linux Home Networking Topics Introduction to Networking Linux Networking Simple Network Troubleshooting Troubleshooting Linux with Syslog Installing Linux Software The Linux Boot Process Configuring the DHCP Server Linux Users and sudo Windows, Linux and Samba Sharing Resources with Samba Samba Security and Troubleshooting Linux Wireless Networking Linux Firewalls Using iptables Linux FTP Server Setup Telnet, TFTP and xinetd Secure Remote Logins and File Copying Configuring DNS Dynamic DNS The Apache Web Server Configuring Linux Mail Servers Monitoring Server Performance Advanced MRTG For Linux The NTP Server Network-Based Linux Installation Linux Software RAID Expanding Disk Capacity Managing Disk Usage with Quotas Remote Disk Access with NFS Configuring NIS Centralized Logins Using LDAP and RADIUS Controlling Web Access with Squid Modifying the Kernel to Improve Performance Basic MySQL Configuration
Introduction
Learning how Linux boots up is critical. When you have this information you can use it to alter the type of login screen you get as well as which programs start up. Read on for the details.
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 2 of 10
When booting from a hard disk, the PC system BIOS loads and executes the boot loader code in the MBR. The MBR then needs to know which partitions on the disk have boot loader code specific to their operating systems in their boot sectors and then attempts to boot one of them. Fedora Linux is supplied with the GRUB boot loader which is fairly sophisticated and therefore cannot entirely fit in the 512 bytes of the MBR. The GRUB MBR boot loader merely searches for a special boot partition and loads a second stage boot loader. This then reads the data in the /boot/grub/grub.conf configuration file, which lists all the available operating systems and their booting parameters. When this is complete, the second stage boot loader then displays the familiar Fedora branded splash screen that lists all the configured operating system kernels for your choice. Note: In some operating systems, such as Debian / Ubuntu, the /boot/grub/grub.conf file may also be referred to by the name /boot/grub/menu.lst. Figure 7-1 shows a typical grub.conf file for a system that can boot both Fedora Linux and Windows 2000. This structure of this file is discussed in Chapter 33, "Modifying the Kernel to Improve Performance".
When Linux begins to boot with its kernel, it first runs the /sbin/init program, which does some system checks, such as verifying the integrity of the file systems, and starts vital programs needed for the operating system to function properly. It then inspects the /etc/inittab file to determine Linux's overall mode of operation or runlevel. A listing of valid runlevels can be seen in Table 7-1.
linux firewall, iptables forwarding problem (Redhat / Fedora) Hi, I am new to the linux, but I need to set up a simple firewall for the local network. I have Ubuntu kernel 2.6 installed, two NIC cards with a... Exim compilation with tls (Linux - General Topics) Hi friends can anyone help me with the configuration of tls with exim i want to run my smtp on a secure port (465) It would be great if any... Is a VPN connection possible with a shared server... (Linux - Hardware, Networking & Security) Hi, I live in a country with severe internet restrictions. I've been using witopia.com for my vpn connection. It's been a continual cat and mouse... SAMBA file sharing (Linux - Software, Applications & Programming) I'm currently working with my new samba server [samba2.domain.com] which I will use for file sharing and I have an existing samba/ldap... Problem with my USB modem (Linux General Topics) Hi all, I bought a new USB modem recently.It was containing drivers for both windows and linux(.deb).I installed it in windows and was... iRedmail server can't recieve mails but can send mail . (Linux - Software, Applications & Programming) please iredmail(centos) sever has being working for some time now, but now i can't receive but i can send mail. can some body help me to solve this. Routing Tor through hotspot - an anonymous wifi network at home! (Linux - Software, Applications & Programming) I have a Debian system with two wired NIC and one wireless. I had been using it as a firewall, NAT router and generally to run Snort for fun. I... NAS access via NFS - VPN and Intranet (Linux - Hardware, Networking & Security) Hi to whomever reading this, I've read the LHNchapter 29 but still don't get it. So maybe here is someone who can help me with my problem. I... Internal DDNS configuration. (Linux Hardware, Networking & Security) Hi Guys, I am trying to setup Automatic update of ip's and hostnames in my internal dns server, these Ips are provided by the linux router through... Problem with my virtual console (Linux General Topics) Hi all, I am facing this weird problem with my virtual console. I have ubuntu karmic.9.10. When i start my system, the gnome session... /dev/ttyS0: Device or resource busy (Linux Hardware, Networking & Security) hello to everybody I have Ubuntu Lucid 10.04 installed on my Desktop and I have a PCI serial card in my computer and it has only one serial port....
Based on the selected runlevel, the init process then executes startup scripts located in subdirectories of the /etc/rc.d directory. Scripts used for runlevels 0 to 6 are located in subdirectories /etc/rc.d/rc0.d through /etc/rc.d/rc6.d, respectively. Here is a directory listing of the scripts in the /etc/rc.d/rc3.d directory:
[root@bigboy tmp]# ls /etc/rc.d/rc3.d ... ... K75netfs K96pcmcia ... ... K86nfslock S05kudzu ... ... K87portmap S09wlan ... ... K91isdn S10network ... ... K92iptables S12syslog ... ... K95firstboot S17keytable [root@bigboy tmp]#
As you can see, each filename in these directories either starts with an "S" which signifies the script should be run at startup, or a K, which means the script should be run when the system is shutting down. If a script isn't there, it won't be run.
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 3 of 10
Most Linux packages place their startup script in the /etc/init.d directory and place symbolic links (pointers) to this script in the appropriate subdirectory of /etc/rc.d. This makes file management a lot easier. The deletion of a link doesn't delete the file, which can then be used for another day. The number that follows the K or S specifies the position in which the scripts should be run in ascending order. In our example, kudzu with a value 05 will be started before wlan with a value of 09. Fortunately you don't have to be a scripting/symbolic linking guru to make sure everything works right because Fedora comes with a nifty utility called chkconfig while Debian / Ubuntu uses the update-rc.d command to do it all for you. This is explained later.
Note the following: Most home users boot up with a Windows like GUI (runlevel 5) Most techies will tend to boot up with a plain text-based command-line-type interface (runlevel 3) Changing initdefault from 3 to 5, or vice-versa, has an effect upon your next reboot. See the following section on how to get a GUI login all the time until the next reboot. Of course, don't set the initdefault value to 6 or your system will constantly reboot. Setting it to 0 will never allow it to start!
Automatic Method: You can have Linux automatically start the X terminal GUI console for every login attempt until your next reboot by using the init command. You will need to edit your initdefault variable in your /etc/inittab file, as mentioned in the preceding section to keep this functionality even after you reboot.
[root@bigboy tmp]# init 5
When the CPU capacity or available memory on your server is low or you want to maximize all system resources, you might want to operate in text mode runlevel 3 most of the time, using the GUI only as necessary with the startx command. Servers that double as personal workstations, or servers that might have to be operated for an extended period of time by relatively nontechnical staff, may need to be run at runlevel 5 all the time through the init 5 command. Remember you can make runlevel 5 permanent even after a reboot by editing the /etc/inittab file.
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 4 of 10
Click on the Fedora logo button in the bottom left hand corner of the screen. Click on Systems Tools and then Terminal
Fedora also has a shutdown command which can also be used to the same effect. It often prompts you as to whether you are sure you want to execute the command, which can be avoided with the -y switch. The -h switch forces the system to halt, and the first argument tells it how long to wait before starting the procedure, in this case 0 minutes. You can also specify shutting down at a specific time of the day; please refer to the man pages for details. Another advantage of the shutdown command is that it warns people that the shutdown is going to occur.
[root@bigboy tmp]# shutdown -hy 0 Broadcast message from root (pts/0) (Sat Nov The system is going down for system halt NOW! [root@bigboy tmp]# 6 13:15:27 2004):
The "reboot" command has the same effect, but it also sends a warning message to all users.
[root@bigboy tmp]# reboot Broadcast message from root (pts/0) (Sat Nov The system is going down for reboot NOW! [root@bigboy tmp]# 6 12:39:31 2004):
More graceful reboots can be done with the shutdown command using the -r switch and specifying a delay, which in this case is 10 minutes.
[root@bigboy root]# shutdown -ry 10 Broadcast message from root (pts/0) (Sat Nov 6 13:26:39 2004):
The system is going DOWN for reboot in 10 minutes! Broadcast message from root (pts/0) (Sat Nov 6 13:27:39 2004):
The system is going DOWN for reboot in 9 minutes! ... ... ... Broadcast message from root (pts/0) (Sat Nov 6 13:36:39 2004): The system is going down for reboot NOW!
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 5 of 10
Unfortunately, this gives no prior warning to users, and the shutdown command doesn't have a single-user mode option. This can be overcome by running the shutdown command with a delay in minutes as the only argument.
[root@bigboy tmp]# shutdown 1 Broadcast message from root (pts/0) (Sat Nov 6 13:44:59 2004):
The system is going DOWN to maintenance mode in 1 minute! Broadcast message from root (pts/0) (Sat Nov 6 13:45:59 2004):
The system is going down to maintenance mode NOW! ... ... bash-2.05b#
Entering Single-user Mode At The Grub Splash Screen You can enter single user mode directly after turning on the power to your system. The steps to do this are listed below. 1. Power on your system. Wait for the "Grub loading" message to appear and, depending on your Linux distribution, get ready to hit either any key or the ESC key to enter the grub boot menu.
Grub loading, please wait ... Press ESC to enter the menu
or
Grub loading, please wait ... Press any key to enter the menu
2. You will then get grub's main menu which will display a list of available kernels. Use the arrow keys to scroll to your desired version of the kernel and then press e for "edit".
Fedora Core (2.6.18-1.2239.fc5smp) Fedora Core (2.6.18-1.2200.fc5smp)
3. The kernel's boot menu will appear. Use the arrow keys to scroll to the "kernel" line and then press e for "edit".
root (hd0,0) kernel /vmlinuz-2.6.18-1.2239.fc5smp ro root=LABEL=/ initrd /initrd-2.6.18-1.2239.fc5smp.img
4. A grub edit prompt will appear. Use the arrow keys to move to the end of the line and add the word "single" to the end, separated by a space. Change
grub edit> kernel /vmlinuz-2.6.18-1.2239.fc5smp ro root=LABEL=/
to
grub edit> kernel /vmlinuz-2.6.18-1.2239.fc5smp ro root=LABEL=/ single
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 6 of 10
5. Press enter to save your changes, and then b for "boot". 6. The system will continue to boot, but will go straight to the root # prompt without first asking for a username and password. Reverting To Your Default runlevel From Single User Mode The exit command forces the system to exit runlevel 1 and revert to the default runlevel for the system. You can also use the init command (for example init 3 and init 5) to alter this default behavior:
bash-2.05b# exit INIT: Entering runlevel: 3 ... ... ... Fedora Core release 2 (Tettnang) Kernel 2.6.8-1.521 on an i686 bigboy login:
Root Password Recovery Sometimes you might forget the root password, or the previous systems administrator may move on to a new job without giving it to you. To do this, follow these steps: 1. Go to the VGA console and press Ctrl-Alt-Del. The system will then shut down in an orderly fashion. 2. Reboot the system and enter single-user mode. 3. Once at the command prompt, change your password. Single user mode assumes the person at the console is the systems administrator root, so you don't have to specify a root username. 4. Return to your default runlevel by using the exit command.
Starting a Daemon
If a startup script exists in the /etc/init.d directory, then its daemon can be started by specifying its filename followed by the keyword "start" as seen here:
root@u-bigboy:~# /etc/init.d/apache start * Starting apache 1.3 web server... ...done. root@u-bigboy:~#
Stopping a Daemon
Daemons can be stopped by specifying its script filename followed by the keyword "stop":
root@u-bigboy:~# /etc/init.d/apache stop * Stopping apache 1.3 web server... ...done. root@u-bigboy:~#
Restarting a Daemon
Daemons usually only read their configuration files when they are started, therefore if you edit the file, you have to restart the daemon for the new settings to become active. This can be done with the keyword "restart":
root@u-bigboy:~# /etc/init.d/apache restart * Restarting apache 1.3 web server... ...done. root@u-bigboy:~#
Dont worry about configuring your daemons. Later we'll be covering some commonly used daemons and will discuss them with ample examples.
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 7 of 10
The service command also has the "status" keyword which will provide a brief report on what the daemon is doing.
[root@bigboy ~]# service httpd status httpd (pid 6135 6133 6132 6131 6130 6129 6128 6127 1561) is running... [root@bigboy ~]#
5:on 5:on 5:on 5:on 5:on 5:on 5:on 5:on 5:on 5:on
6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off 6:off
chkconfig Examples
You can use chkconfig to change runlevels for particular packages. Here we see sendmail will start with a regular startup at runlevel 3 or 5. Let's change it so that sendmail doesn't startup at boot. Use Chkconfig to Get a Listing of sendmail's Current Startup Options The chkconfig command can be used with grep to determine the run levels in which sendmail will run. Here we see it will run at levels 3 and 5.
[root@bigboy tmp]# chkconfig --list | grep mail sendmail 0:off 1:off 2:off 3:on 4:off 5:on 6:off [root@bigboy tmp]#
Switch Off sendmail Starting Up in Levels 3 and 5 The chkconfig command with the --level switch indicates that some action needs to be done at the runlevels entered as its values. The first argument in the command is the package you want to affect and the second defines whether you want it on or off. In this case we want sendmail not to be started when entering runlevels 3 and 5:
[root@bigboy tmp]# chkconfig --level 35 sendmail off [root@bigboy tmp]#
By not specifying the runlevels with the --level switch, chckconfig will make the changes for runlevels 3 and 5 automatically:
[root@bigboy tmp]# chkconfig sendmail off
Because the intention is to permanently shutdown sendmail permanently, we might also have to stop it from running now.
[root@bigboy tmp]# service sendmail stop Shutting down sendmail: [ OK ] Shutting down sm-client: [ OK ] [root@bigboy tmp]#
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 8 of 10
Double-check that sendmail Will Not Start Up We can then use chkconfig to double-check our work.
[root@bigboy tmp]# chkconfig --list | grep mail sendmail 0:off 1:off 2:off 3:off 4:off 5:off 6:off [root@bigboy tmp]#
Turn On sendmail Again To reactivate sendmail, we can use chkconfig once more, but with the on argument. Start sendmail again to get it running immediately, not just after the next reboot.
[root@bigboy tmp]# chkconfig sendmail on [root@bigboy tmp]# chkconfig --list | grep mail sendmail 0:off 1:off 2:off 3:on 4:off 5:on 6:off [root@bigboy tmp]# service sendmail start Starting sendmail: [ OK ] Starting sm-client: [ OK ] [root@bigboy tmp]#
For example, how do you know which startup script is responsible for TCP port 111? The answer is to use the lsof command which lists all open, or actively used, files and can be given additional options to extend its scope to include the TCP/IP protocol stack. In the next examples we see that TCP ports 111 and 32769, and UDP port 123 are being used by the portmap, xinetd and ntp daemons respectively. The portmap daemon is required for the operation of NFS and NIS, topics that are covered in Chapters 29, "Remote Disk Access with NFS", and 30, "Configuring NIS". portmap also has many known security flaws that makes it advisable to be run on a secured network. If you don't need any of these three applications, it's best to shut down portmap permanently. NTP, which is covered in Chapter 24, "The NTP Server", is required for synchronizing your time with a reliable time source, and may be necessary. A number of network applications are reliant on xinetd, as explained in Chapter 16, "Telnet, TFTP, and xinetd", and it might be required for their operation:
[root@ bigboy tmp]# lsof -i tcp:111 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME portmap 1165 rpc 4u IPv4 2979 TCP *:sunrpc (LISTEN) [root@ bigboy tmp # [root@bigboy COMMAND PID xinetd 1522 [root@bigboy tmp]# lsof -i tcp:32769 USER FD TYPE DEVICE SIZE NODE NAME root 5u IPv4 2764 TCP probe-001:32769 (LISTEN) tmp]#
[root@bigboy root]# lsof -i udp:123 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ntpd 1321 ntp 4u IPv4 3390 UDP *:ntp ... ... [root@bigboy root]#
In some cases it's tricky to determine the application based on the results of the lsof command. In the example below, we've discovered that TCP port 32768 is being used by rpc.statd, but there is no rpc.statd file in the /etc/init.d directory. The simple solution is to use the grep command to search all the files for the string
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 9 of 10
rpc.statd to determine which one is responsible for its operation. We soon discover that the nfslock daemon uses it. If you don't need nfslock, then shut it down permanently.
[root@bigboy tmp]# lsof -i tcp:32768 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME rpc.statd 1178 rpcuser 6u IPv4 2400 TCP *:32768 (LISTEN) [root@bigboy tmp]# ls /etc/init.d/rpc.statd ls: /etc/init.d/rpc.statd: No such file or directory [root@bigboy tmp]# grep -i statd /etc/init.d/* /etc/init.d/nfslock:[ -x /sbin/rpc.statd ] || exit 0 ... ... [root@bigboy tmp]#
As a rule of thumb, applications listening only on the loopback interface (IP address 127.0.0.1) are usually the least susceptible to network attack and probably don't need to be stopped for network security reasons. Those listening on all interfaces, depicted as IP address 0.0.0.0, are naturally more vulnerable and their continued operation should be dependent on your server's needs. I usually shutdown nfs, nfslock, netfs, portmap, and cups printing as standard practice on Internet servers. I keep sendmail running as it is always needed to send and receive mail (see Chapter 21, "Configuring Linux Mail Servers", for details). Your needs may be different. Remember to thoroughly research your options thoroughly before choosing to shut down an application. Use the Linux man pages, reference books and the Internet for information. Unpredictable results are always undesirable. Shutting down applications is only a part of server security. Firewalls, physical access restrictions, password policies, and patch updates need to be considered. Full coverage of server and network security is beyond the scope of this book, but you should always have a security reference guide on hand to guide your final decisions.
Installing sysv-rc-conf
The sysv-rc-conf package can be installed easily using apt-get. Here is an example.
root@u-bigboy:~# apt-get install sysv-rc-conf
4:on
5:on
6:off
3:on 3:on
4:on 4:on
5:on 5:on
6:off 6:off
4:on
5:on
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011
Quick HOWTO : Ch07 : The Linux Boot Process - Linux Home Networking
Page 10 of 10
Similarly, we can set the apache daemon not to start at levels 2 through 5 with this command:
root@u-bigboy:~# sysv-rc-conf apache off
Finally we can use set the apache daemon to start only at levels 3 and 5.
root@u-bigboy:~# sysv-rc-conf --level 35 apache on
Conclusion
The topics discussed in this chapter might seem simple, but like syslog, which was covered in Chapter 5, "Troubleshooting Linux with syslog", they are an essential part of Linux administration that gets frequently overlooked especially when new software is installed. Whenever possible, always try to reboot your system to make sure all the newly installed applications start up correctly. Sometimes they start but give errors listed only in the /var/log directory. Taking the time to configure and test your startup scripts could prevent you from being awakened in the middle of the night while you are on vacation! It is really important. Retrieved from "http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Linux_Boot_Process" This page was last modified on 15 November 2010, at 03:09. Content is available under Attribution-NonCommercial-NoDerivs 2.5 .
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch07_:_The_Lin... 4/3/2011