Restart (computer)

from Wikipedia, the free encyclopedia

A restart (also called reboot or restart ) of a computer system ( computer ) means the restarting ( booting ) of the computer if it is already switched on. A restart is also called a warm start .

Application area

The restart is required if:

A restart is associated with the loss of all data in the main memory and, moreover, mostly all data only present in the temporary files of a program, provided that they can no longer be written to a permanent file. It therefore makes sense to avoid it if possible in the event of malfunctions. Due to the memory protection mechanisms used in modern operating systems, there are many ways to do this nowadays, which often lead to success. However, there are also cases where e.g. B. necessary for the correct operation of the system components of the software were damaged, changed or removed from the memory . In such a case a restart is mandatory.

In the event of a predictable restart, e.g. B. after a driver installation, it is therefore imperative to close other programs in good time and that a confirmation dialog is displayed by the initiating program immediately before the restart.

functionality

A restart can be triggered by manual input using the mouse or keyboard or by running programs (e.g. the operating system ).

Examples of manual triggering are:

Examples of a restart via a system command:

  • Windows: shutdown -r -f -t 0
  • Linux: shutdown -r now,rebootorinit 6
  • Mac OS X: sudo reboot
  • HP-UX: rebootorshutdown -r -y now
  • OpenVMS: @SYS$SYSTEM:SHUTDOWN

The PC only carries out a shortened boot procedure when it is restarted .

shut down

The first part of restart is to shutdown ( shutdown of the running system). All open applications are closed (mnemonics: Closeor Terminate, the command to release all data carrier and protocol access, and Kill, the application itself is closed) and the operating system is terminated in the same way.

If this is no longer possible due to blocking applications, there is usually only the option of pressing the reset button on the computer, which is increasingly missing on modern computers. This causes an immediate termination of all processes and the start-up (see below).

Under Linux (sometimes also with UNIX variants) the Magic SysRq key can often help in such a situation to restart the PC without damaging the file system or pressing the reset button on the computer itself.

Boot up

The second part of the restart that follows corresponds to the start-up ( booting ) of a computer if it was switched off (cold start, also reset ). On PCs with BIOS , not all routines are executed again; In some rare cases, a cold restart, i.e. a shutdown and restart of the computer, is therefore necessary. Under Windows operating systems, this happens via an interrupt set up for this purpose with the identifier Int 19h.

See also

Web links

Individual evidence

  1. Shutdown . In: Windows XP Professional Product Documentation . microsoft.com
  2. reboot (8) . Linux man page, linux.die.net