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
4
votes
1 answer

Accessing stdin during systemd boot

I have a script which solicits a numeric input from the user while booting the computer. The computer is running Fedora 16. It used work, on Fedora 13, but after the upgrade read INTEGER returns immediately, without catching any user input. I…
Mark C.
  • 141
  • 4
4
votes
1 answer

chkconfig not starting application script on bootup

OS: Centos 5.7 My application script starts like this (/etc/init.d/myapp): #!/bin/sh # chkconfig 2345 85 60 # description: my application controller # processname: myapp NAME=MyApp DIR=/opt/myapp/ RUN_AS=root ### BEGIN INIT INFO # Provides: …
gAMBOOKa
  • 999
  • 6
  • 19
  • 34
4
votes
2 answers

Burn in 50 Computers without installing an OS on each

I am burn in testing 50 propritary PCs for a customer. I am having some issues figureing out how to burn these machines in using my customers requirements. I must use Passmark Standard 6.0 or >. I am required to include these tests: CPU, 2D…
Albion
  • 465
  • 2
  • 6
  • 16
4
votes
3 answers

Areca 1880i RAID card doesn't initialize: "Waiting for F/W to become ready"

During a kickstart installation (Centos 6.0) of a server having this hardware: Areca 1880i 8-port SAS RAID PCIe 512MB cache Areca Battery Backup Module 6 Hitachi Deskstar 7K3000 HDS723030ALA640 64MB 3TB I pressed ctrl+alt+del because I wanted to…
Erik Sjölund
  • 2,115
  • 5
  • 22
  • 27
4
votes
6 answers

How to automate remote boot/reboot of a multi-boot server?

My team is developing an application that needs to work on multi-platforms (linux [32/64], windows [32/64]), and involves 3D-rendering (OpenGL). We want to automate our tests, using a server, with an nvidia board. We've tried to use Xen Server (Free…
Alexandre
  • 215
  • 4
  • 9
4
votes
4 answers

Working around the stale pidfile problem after hard restart kills my daemon

I'm using Red Hat Linux (RHEL5) on a (VMWare) VM. I've written a daemon which should stay running all the time and automatically run on boot. Last night the VM host had an unrecoverable hardware problem and the VM abruptly halted. When it came…
Nathan
  • 360
  • 1
  • 5
  • 10
4
votes
2 answers

Memcached is not launching

I just installed memcached and the memcache pecl extension. Now randomly I cannot get it to start. When I run service memcached start I get this: Starting memcached: chown: `memcached\r': invalid user to switch toe user memcached [FAILED] What is…
Petrus
  • 125
  • 1
  • 2
  • 5
4
votes
3 answers

Why is my filesystem being mounted read-only in linux?

I am trying to set up a small linux system based on Gentoo on a VirtualBox machine, as a step towards deploying the same system onto a low-spec Single Board Computer. For some reason, my filesystem is being mounted read-only. In my /etc/fstab, I…
Tim
  • 277
  • 4
  • 6
  • 13
4
votes
2 answers

Why does Ubuntu 9.04 reset my Windows clock?

I've got a rig with 2 hard drives. I've put Ubuntu 9.04 (Jaunty) on one of the drives and Windows Vista SP2 runs on the other drive. I went with this approach rather than dual boot since I wanted to be able to swap out the OSes as I please and just…
kpax
  • 195
  • 1
  • 3
  • 7
4
votes
6 answers

Easy Bootloader for USB Thumb Drives

Are there any bootloaders designed for usb drives that make it easy to boot multiple distributions and utilities. I've installed sysrescuecd, supergrub, ultimate boot cd and other various linux distros on my usb drive. The lame thing is all their…
Richard
  • 627
  • 2
  • 9
  • 19
4
votes
3 answers

How to install windows on a server with no CD or DVD drive

I've found a few posts on this site, however my situation is different. I have a new Dell server with no OS installed. I would like to install Windows 2008 Web Edition. I have a few USB ports and Ethernet. No CD or DVD drives. Is this article the…
user29266
  • 363
  • 1
  • 5
  • 12
4
votes
4 answers

Need a way to run a script on windows boot up prior to a user logging in

I need to run a custom script which runs when Windows boots up.I know its possible to run it when a user logs in but I want to run it when the system reboots i.e. prior to a user logging in. The OS in question is Windows 2003 and Windows 2000
Sharjeel
  • 347
  • 5
  • 18
4
votes
3 answers

Network booting from PXE

I need to use a network boot server. However, the DHCP Server is pointing to the wrong boot image filename and server. I can't change the DHCP Server itself, since that is controlled by another department. I just need to specify an IP for the PC to…
pypmannetjies
4
votes
6 answers

Kernel upgrade CentOS 5.3 mount: could not find filesystem '/dev/root'

We have a CentOS 5.3 x64 server that by default runs kernel version 2.6.18-164.11.1 and we are attempting to upgrade the box to 2.6.31.12 The drive is LVM +ext3, and the problem I'm having is when I upgrade the kernel and attempt to boot from it,…
matt
  • 1,152
  • 1
  • 8
  • 18
4
votes
2 answers

Docker daemon ignores daemon.json on boot

My Docker Daemon seems to ignore /etc/docker/daemon.json on boot. Similar to this question, I'm having some troubles telling the Docker daemon that it should not use the default 172.17.* range. That range is already claimed by our VPN and prevents…
Rody Oldenhuis
  • 642
  • 5
  • 13