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
2 answers

VM with Windows Server won't boot after restoring from ghettoVCB backup

I'm using popular the ghettoVCB.sh script to backup my virtual server, but I have a problem with restoring virtual machines running Windows Server 2012 (VM with all flavor of Linux OS do not suffer this problem). After restoring VM with Windows…
user71061
  • 501
  • 2
  • 10
  • 22
4
votes
6 answers

Backing up my data causes my server to crash using Symantec Backup Exec 12, or How I Came to Loathe Irony

I have a Dell PowerEdge 2850 running Windows Server 2003. It is the primary file server for one of my clients. I have another server also running Windows Server 2003 that acts as the core media server for Symantec Backup Exec 12. I recently…
Kyle Noland
  • 1,039
  • 3
  • 19
  • 21
4
votes
6 answers

centos7: boot error dracut-initqueue after converting virtual disk

I installed centos7 on Ubuntu 16.04 KVM with qcow2 disk format. To deploy my centos maschine I need it in vhdx disk format to support Microsoft's Hyper-V. I used qemu-image to convert it from qcow2 file format to vhdx. qemu-img convert -O vhdx…
Volker Raschek
  • 347
  • 1
  • 5
  • 17
4
votes
1 answer

Windows 10 iSCSI Boot

I have a Problem and a Question around the same deployment First, We have a regular campus environment ... various windows clients and departments and vlans and Active Directory, NPS, you know the drill. Now I have a bunch of computers…
a.atlam
  • 261
  • 2
  • 6
4
votes
1 answer

BTRFS-RAID and booting from EFI system partition

UEFI requires booting from a ESP which is most of the time formatted as vFAT. If I recall correctly BTRFS could have sub-volumes formatted as ext3/ext4 like the Logical Volume Manager (LVM). However, UEFI doesn't support booting from BTRFS. Most of…
phbi
  • 41
  • 1
  • 3
4
votes
9 answers

Scripting during Linux boot: how to test when boot is "complete"?

I've got a script that gets run during boot on a Debian server. It's getting run too early, but I can't control when it's fired off. I can force the script to delay its own run with: sleep 60 ...or, alternately, I could just try the action a few…
quack quixote
  • 1,735
  • 1
  • 14
  • 17
4
votes
1 answer

HP ProLiant DL360 G5 gets stuck at blank white screen (no beeps, no errors)

A few days ago, my server (Linux CoreOS) start running incredible slow with lots of failed services. Try #1: - I thought it was an OS issue so I decided to reinstall my Linux then I found out there is 1 (of 3) drive in my RAID5 failed. - When I…
Michael Bui
  • 143
  • 1
  • 5
4
votes
1 answer

Centos7 Fresh install boots into black screen

I installed Centos7 onto a box we have here for testing, I am using a Bootable HDD to install it on the System, I have used the same HDD to install Centos7 on a Dell Powerblade Server & a HP Z640 System but it will not install on this Tyan Box for…
RyanIG
  • 301
  • 1
  • 3
  • 9
4
votes
1 answer

Large percentage of identical systems hang on soft reboot

Reaching out for any other ideas after banging my head against this problem for a week. We have approximately 100 identical systems using the AAEON PICO-ITX BT01 motherboard with J1900 Celeron processor. Every system runs on Debian Jessie with…
Dave
  • 41
  • 2
4
votes
1 answer

Recovery from i8042 no controller found during boot?

I have a set of identical hardware, Dell R210s. To replicate their configuration, I use a method to image /dev/sda from a working machine, and then apply that image to a new machine. It has been accomplished many times without a hitch. As root on…
dacracot
  • 469
  • 2
  • 13
  • 28
4
votes
1 answer

Start at boot time Corosync 2.X + Pacemaker 1.1 cluster (Debian Wheezy)

I can't find a way to start cluster (corosync+pacemaker) at boot time in Debian I have updated a 2 node cluster with the following configuration on both nodes: Debian Wheezy 7.7 Corosync v2.3.4 Pacemaker v1.1.12 Libqb v0.17.1 Cluster-glue…
Danilo7
  • 101
  • 5
4
votes
0 answers

detecting whether GPUs are accessible before running nvidia-smi during boot to create dev files

In the past, I've successfully configured Ubuntu systems containing NVIDIA GPUs to launch nvidia-smi in the background from within /etc/rc.local during the system boot to create the requisite /dev/nvidia* files. After recently trying out NVIDIA's…
lebedov
  • 203
  • 2
  • 8
4
votes
2 answers

FreeBSD 10 won't boot to ZFS root after power failure

While installing new hardware today, I involuntarily disconnected the power to one of our servers. This server is running FreeBSD 10 with Root-on-ZFS as offered by the installer. It has a total of 36 disks, distributed into two RAID-Z2 which belong…
Sarek
  • 376
  • 2
  • 3
  • 9
4
votes
2 answers

Server won't start. IPMI showing Blue Screen with Ubuntu Linux

I have a remote SuperMicro server that is failing to boot. It's located on a different continent and access is limited. I can get into the BIOS and do whatever I need to, but as it gets through the POST messages it appears to Blue Screen! This is…
hookenz
  • 14,472
  • 23
  • 88
  • 143
4
votes
3 answers

How to wait for network in a batch script when booting on Windows Server?

I'm executing a batch file with TaskScheduler "At system startup" on a Windows Server 2012 in Azure, and I observed that there's no network for 20-60 seconds after the start of the batch. Currently I added a constant wait with ping, and it works…
robert4
  • 201
  • 1
  • 3
  • 6