Questions tagged [boot]

Booting is the initial set of operations that a computer system performs when electrical power is switched on. The process begins when a computer that has been turned off is re-energized, and ends when the computer is ready to perform its normal operations.

Booting (also known as booting up) is the initial set of operations that a computer system performs when electrical power is switched on. The process begins when a computer that has been turned off is re-energized, and ends when the computer is ready to perform its normal operations. On modern general purpose computers, this can take tens of seconds and typically involves performing power-on self-test, locating and initializing peripheral devices, and then finding, loading and starting an operating system. Many computer systems also allow these operations to be initiated by a software command without cycling power, in what is known as a soft reboot, though some of the initial operations might be skipped on a soft reboot. A boot loader is a computer program that loads the main operating system or runtime environment for the computer after completion of self-tests.

The computer term boot is short for bootstrap or bootstrap load and derives from the phrase to pull oneself up by one's bootstraps. The usage calls attention to the paradox that a computer cannot run without first loading software but some software must run before any software can be loaded. Early computers used a variety of ad-hoc methods to get a fragment of software into memory to solve this problem. The invention of integrated circuit Read-only memory (ROM) of various types solved the paradox by allowing computers to be shipped with a start up program that could not be erased, but growth in the size of ROM has allowed ever more elaborate start up procedures to be implemented.

1085 questions
10
votes
3 answers

I accidently zipped my whole server

Alright if anyone wants to play god and work miracles i'm down. So, i was given the task of making a script that found files that are older than 6 months, zipped them and then deleted them. On my way in making tihs script i ran this : find / -type…
Dexirian
  • 430
  • 2
  • 11
10
votes
3 answers

How to install grub on multiple disks?

I have weird situation - order of disks as reported by BIOS, is different than order of disks that Linux sees. Which makes for problematic run - grub installs to sda, but bios boots from sdd or something like this (this machine has 7 disks, 4 on…
user13185
10
votes
3 answers

How to configure "On-Access Anti-Virus" for a faster boot?

I am in the process of trying to optimize the boot process of our 700 Windows XP workstations, we regularly have complaints about the start-up and login times on site workstations. Looking at this in two parts, part one using BootVis to monitor and…
Richard Slater
  • 3,228
  • 2
  • 30
  • 42
10
votes
4 answers

Recommended way to disable a service in Debian

Is there a "recommended way" to disable a service in Debian? (Disable = The service is installed but won't start automatically when the machine boots.) I know that you can update-rc.d -f service remove (which basically removes the links in rcX.d),…
Heinzi
  • 2,217
  • 5
  • 32
  • 52
9
votes
3 answers

Why does docker-machine clear data on restart?

I'm using Docker Toolbox on OSX. I've created a data volume container for storing persistent data: https://docs.docker.com/userguide/dockervolumes/#creating-and-mounting-a-data-volume-container. I checked that this data is indeed stored on the…
Gerry
  • 378
  • 2
  • 3
  • 13
9
votes
2 answers

How much data does Linux read on average boot?

I wonder how much data in total does a freshly installed vanilla Linux system (like 32-bit CentOS 5.10) read in order to get to a virtual console shell prompt? You know, reading all the configuration files, loading binaries, kernel image, etc. I am…
Armen Michaeli
  • 345
  • 1
  • 16
9
votes
1 answer

How to force Debian to boot new Kernel?

I'm running Debian 6, Debian GNU/Linux, with Linux 2.6.32-5-amd64 under Grub2 ( 1.98+20100804-14+squeeze1) on a remote system (no possibility to view the pre-boot messages). I compiled and installed a new kernel, but I can not get it to boot. What I…
ThE_-_BliZZarD
  • 301
  • 1
  • 4
  • 11
9
votes
1 answer

Server 2008 stuck in reboot loop "Configuring Updates: Stage 3 of 3"

Our server performed some updates last night and this morning we came in to find it stuck in a boot -> "Applying System Configurations" -> "Configuring Updates: Stage 3 of 3. 0%" -> reboot loop. Safe Mode does not work, it still tries to configure…
tehDorf
  • 281
  • 2
  • 3
  • 10
8
votes
2 answers

Wait before zpool import on Ubuntu boot

I have installed Ubuntu 18.04 on a Dell PowerEdge R720xd using ZFS. There are two 1TB boot drives in a ZFS mirror configuration. I followed the instructions in the ZFS on Linux Wiki. (Note: My system is using an LSI LSI00244 (9201-16i) Host-bus…
Moshe Katz
  • 3,112
  • 5
  • 28
  • 43
8
votes
1 answer

Introspection of initramfs systemd services - How?

Background I'm running ArchLinux, using the systemd binary to start necessary services as part of the initramfs (root fs decryption, mounting etc.). I would like to examine what systemd units are started as part of this stage, and…
Benjamin
  • 250
  • 2
  • 9
8
votes
1 answer

Debian Jessie samba start on boot

I'm having issues starting samba on boot on Debian Jessie. I do not understand how to do it as it seems that the samba script wrapper is deliberately made not to work. I tried to issue a update-rc.d samba defaults but it will not modify the system…
Fabrizio Mazzoni
  • 671
  • 1
  • 9
  • 24
8
votes
7 answers

GlusterFS failing to mount at boot with Ubuntu 14.04

Previously I asked about mounting GlusterFS at boot in an Ubuntu 12.04 server and the answer was that this was buggy in 12.04 and worked in 14.04. Curious I gave it a try on a virtual machine running on my laptop and in 14.04 it worked. Since this…
Pablo Fernandez
  • 7,438
  • 25
  • 71
  • 83
8
votes
4 answers

Inaccessible_boot_device after installing KB2919355 on Server 2012R2

I have a server 2012r2 machine that I just installed KB2919355 (the mega 800+MB patch recently released for Windows 8.1 and Server 2012). Server is a Dell Poweredge R715. Disks are 2x500GB SAS in RAID1 on an H200 controller. The server was working…
Grant
  • 17,859
  • 14
  • 72
  • 103
8
votes
2 answers

How do I run a Debian init.d script manually, not at boot?

How do I stop an init.d server from running on boot, but still allow running it manually?
Matthew Flaschen
  • 868
  • 2
  • 7
  • 11
8
votes
2 answers

Server 2008 R2 boot is at 2 hours and counting. What now?

This morning, we rebooted our Server 2008 R2 box. No problem, came right back up. Then we shut it down and let it install windows updates. While it was off, we added some RAM. Then we turned it back on. The system came right back up to the "press…
Jesse
  • 1,910
  • 3
  • 23
  • 28
1 2
3
72 73