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

Automatically mount bucket with s3fs on boot

I use an Amazon S3 bucket to deliver some of my server's content. I was able to mount it successfully, and grant Apache rights over it, but can't get it mounted properly at reboot. I updated my /etc/fstab with this line, but nothing happens when I…
Balmipour
  • 314
  • 1
  • 3
  • 10
6
votes
4 answers

How to boot ISO image using gpxe and memdisk?

I have a repository of an ISO images (many different OS installers in ISO format) under http://myrepos/*.iso. I would like to boot from that repo using gPXE (with/without memdisk if necessary) and httpfs. I don't want to extract those ISO images. It…
user24514
6
votes
8 answers

Ubuntu - dhcp server 'not configured to listen on any interfaces'

I'm at my wits end on this one; I have tried for hours to get this to work, but I'm stumped. Hope one of you can help. :-) I'm trying to get dhcp3-server to work on Ubuntu. It's installed, and setup correctly to run in rc2,3,4,5.d runlevels. On…
Jez
  • 1,393
  • 2
  • 12
  • 24
6
votes
2 answers

INACCESSIBLE_BOOT_DEVICE on Hyper-V 2012 R2 virtual machines

I have a Hyper-V 2012 R2 cluster, 4 Dell PowerEdge R620 servers connected to a Dell PowerVault MD3600F storage array by means of FC connections; it's all pretty straightforward, all servers run WS2012R2, the cluster was freshly built a couple of…
Massimo
  • 70,200
  • 57
  • 200
  • 323
6
votes
1 answer

Windows Server 2012r2 black screen after bootup logo

We had a recent power outtage and our VM hosts went down, today I see that the SQL VM which is running Server 2012r2 boots up, we see the Windows logo and then a black screen. I am unable to ctrl+alt+del and I have tried letting it sit for countless…
nGX
  • 344
  • 1
  • 6
  • 19
6
votes
1 answer

CentOS won't boot on Virtual Box

I installed CentOS 6 on Virtual Box. After the install it starts up and I select boot from local disk. When I do this, it goes to a black screen that says Booting from local disk... FATAL: INT18: BOOT FAILURE The CentOS version is…
quickshiftin
  • 2,125
  • 5
  • 27
  • 41
6
votes
2 answers

Where/when does a Linux system change the console display mode?

I'm installing Debian Wheezy (7.0rc1) on a box of mine. For reasons I won't go into here, I don't want the framebuffer to be used for the console display during boot (nor afterwards). To avoid this, I…
einpoklum
  • 1,652
  • 3
  • 21
  • 31
6
votes
2 answers

Find out which Group Policies take forever to complete at boot

I am trying to analyse which group policies are inflating the bootup time. What's the best way to do so? Something like gpresult including timestamps/periods would be really helpfull!
hub
  • 342
  • 1
  • 4
  • 15
6
votes
4 answers

control startup order of several servers

I'm looking for recommendations on how to control the startup order of a rack of machine should they all need to be booted back up. In more detail: Group1: DHCP/DNS/LDAP Server Group2: NFS servers Group3: Web Servers Compute Nodes I'm…
Cyclone
  • 557
  • 5
  • 15
6
votes
3 answers

Timing issues with OpenVPN and NFS mounts (Debian Squeeze)

I'm trying to mount NFS filesystems over an OpenVPN link on Debian Squeeze. The problem is that the default layout of init scripts and such tries to mount the NFS filesystems before bringing up the VPN. With the default configuration, the system…
jade
  • 890
  • 5
  • 15
6
votes
1 answer

SAN booting Oracle VM from a UCS blade

We have an Oracle VM Cluster that we are provisioning on a Cisco UCS B series blade chassis. It has 2 fabric interconnects (FC0 and FC1) provisioned to the (3) Oracle VM service profiles and it is set to boot from san with no local storage…
dmohlmaster
  • 143
  • 1
  • 10
6
votes
2 answers

Dell PERC 4 (PowerEdge 2850): Unresolved configuration mismatch between disks(s) and NVRAM

We had an extended power outage (almost four hours); now I have a Dell PowerEdge 2850 server which is giving me this error (from a PERC 4e/DI) on boot up: All drives are listed in the PERC configuration menu: The failed drive does not show any…
Mei
  • 4,590
  • 8
  • 45
  • 53
6
votes
4 answers

Server 2008 R2 requires 2 disks to boot

Weird one. I have a domain controller with Server 2008 R2. It is a hack job but is reliable. AMD system. AM2 6000+ Asus Crosshair MB. The server is utilizing 5 Sata ports for Hard disks of assorted size. No raid is configured. This is mostly for…
Campo
  • 1,609
  • 17
  • 33
6
votes
3 answers

Use GRUB/GRUB2 to PXE boot OS image

Asked this in stackoverflow but they recommended I post this here: Here is the situation I am in: I currently have a Windows drive that boots XP. The BIOS does not support PXE booting so this is out of the question. Therefore, I was thinking I could…
Jack
  • 63
  • 2
  • 4
6
votes
6 answers

How to troubleshoot slow Windows XP boot?

I have a Windows XP x64 SP2 machine that used to boot up really quickly, but now takes a very long time. If I enable the /sos boot switch it gets to the bit where it says: 2 system processors [8191MB memory] and it sits there for literally about…
EMP
  • 5,172
  • 10
  • 37
  • 33