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
8
votes
3 answers

Debian - Stopping MySQL from booting at start

I have MySQL on my computer for development purposes, but most of the time I don't use it. How can I configure my Debian so it won't start MySQL at boot, but only when I tell it to ( using service mysql start). I did the same thing to apache2…
Niv
  • 183
  • 1
  • 3
8
votes
3 answers

KVM Guests not booting

I have installed KVM on Ubuntu Oneiric Server 64 AMD. uname -a Linux myhostname 3.0.0-12-server #20-Ubuntu SMP Fri Oct 7 16:36:30 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux I tried creating a guest with the same OS. First I tried this: vmbuilder kvm…
Yashima
  • 223
  • 1
  • 3
  • 8
8
votes
6 answers

Windows boot iso file without press any key

I'm trying to make an iso file which will boot without any key-press from the user. In Windows iso files, when booting from a cd, there is a message "press any key to boot from cd" which will wait for 5-10 seconds and then, if there is no key-press,…
gln
  • 81
  • 1
  • 1
  • 2
8
votes
2 answers

how to install OS remotly using Supermicro IPMI?

I have detected server that I can access using supermicro IPMI. I need to reinstall the OS (linux centos 5) because the current OS cannot boot (kernel panic problems). how can I do that?
usef_ksa
  • 815
  • 4
  • 11
  • 16
7
votes
1 answer

Boot stuck at "A start job is running for Create Volatile Files and Directories"

I think something generated millions of files or folders in my /tmp on Ubuntu 18.04, as I'm unable to run ls /tmp or even rm -rf /tmp/*. So I tried rebooting, but now my machine's stuck at the step: A start job is running for Create Volatile Files…
Cerin
  • 3,600
  • 19
  • 61
  • 79
7
votes
3 answers

Debian - Slow boot waiting for network

I have a Debian 10 Server that I think could/should boot faster, but I don't know what the problem is. I see A start job is running for Raise network interfaces when booting, and looking at systemd-analyze blame it seems a lot of time is spend in…
Kona98
  • 101
  • 1
  • 1
  • 6
7
votes
4 answers

What does booting in to Windows in safe mode do?

How is booting in to Windows in safe mode different from a normal boot?
Jay R.
  • 649
  • 1
  • 10
  • 18
7
votes
6 answers

Amazon EC2 instance won't boot: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

My instance was running for years and suddenly stopped responding Jun 1st. I tried to reboot it, but it would not boot. It gave errors in the system log: https://pastebin.com/rSxr1kLs Linux version 2.6.32-642.11.1.el6.x86_64…
Chloe
  • 1,164
  • 4
  • 19
  • 35
7
votes
4 answers

mdadm software RAID isn't assembled at boot during initramfs stage

First, I prefer to mention I've found and read this. I'm running Debian Jessie with a standard 3.16 kernel. I've manually defined a RAID1 array. But it is not assembled automatically at boot time. And thus, systemd falls back to some degraded shell…
Sun Wukong
  • 69
  • 1
  • 1
  • 4
7
votes
1 answer

Providing normal users(non-root) with initialization and shutdown auto-run capabilities

I'm hosting an experimental/testing Linux box, running Debian Wheezy 7.4.0 distribution. Different users log into the machine over ssh to their accounts and are allowed to run the development tools and leave their programs running as services in…
Ivan Kovacevic
  • 1,801
  • 3
  • 15
  • 19
7
votes
2 answers

What to do with suddenly unreachable non-logging EC2 instance?

I have an EC2 "micro instance" running Canonical's Ubuntu 10.04 LTS. Has been running for 6-9 months now, infrequently rebooted (once every few weeks at the most). I just did what I thought was a routine aptitude update, aptitude full-upgrade. On…
timday
  • 866
  • 1
  • 10
  • 24
7
votes
5 answers

How to bind a non-local IPv6 address?

Is there an equivalent of net.ipv4.ip_nonlocal_bind for ipv6 ? Need to start my nginx on boot on such an IP... My Ubuntu doesn't have this IPv6 assigned on eth0 quickly enough despite this /etc/network/interface : iface eth0 inet6 static address…
Valentin
  • 71
  • 1
  • 2
7
votes
3 answers

RTNETLINK answers: Invalid argument

When my system boots up it shows the following message. Bringing up loopback interface: [ OK ] Bringing up interface eth0: RTNETLINK answers: Invalid argument [ OK ] Bringing up interface eth1: RTNETLINK answers: Invalid argument [ OK …
LinuxPenseur
  • 443
  • 1
  • 6
  • 16
7
votes
6 answers

Boot to remote desktop

I'm trying to find out what existing options there are out there to boot a machine into a remote desktop (RDP). Ideally the user would have a USB key and just plug it into the machine and boot via it establishing an RDP connection to their…
user41951
  • 173
  • 1
  • 1
  • 4
6
votes
2 answers

Why do servers boot up so slow in general?

Why do servers in general boot so slow? If there is 1-2 TByte RAM in them, it could take 10-20-30-40 minutes to cold boot a server..Why is that? Isn't memory extreme fast in average? Why do the "tests"(?) need so much time?
Peter
  • 179
  • 2
  • 5