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

Linux boot on a raid1 software raid?

I am trying to convert my single disk boot to a raid1 boot So far here is what i have: I sucessfully create the raid 1 as degraded with the new drive alone, I copied all the data on it I can mount that raid 1, see its files etc I already have a…
azera
6
votes
4 answers

Boot issue on clean Ubuntu Server 20.04 system

I have recently installed Ubuntu 20.04 on a hdd in my 2009 Mac pro 4,1 (flashed to 5,1). I've wiped and reinstalled 3 times at this point. All three times, The installation goes without a hitch but upon the first start-up the boot gets hung-up on […
5
votes
4 answers

How do I chain boot from grub to syslinux?

I am expanding my rescue usb flash disk. The USB's partition is bootable, and I have installed GRUB to the MBR of the jump drive. It works pretty well - I can boot Freedos and run some utilities,and I can boot PING. I would like to add the Ubuntu…
pcapademic
  • 1,670
  • 1
  • 15
  • 22
5
votes
3 answers

Boot Windows from SAN

Am not so familiar with Storage. I have some questions around running Physical and Virtual Machines with SAN for Storage. Is it possible to boot OS from a SAN Storage attached to a Physical Server? If so is there are downside to it? Say there are…
dunantsm
  • 51
  • 3
5
votes
1 answer

Converting a systemd service to OpenRC (Alpine Linux)

So I'm currently merging an XMPP server with a Signal gateway for efficiency (running each service in a separate VM eats resources like nobody's business) and I need to convert the service script for the gateway to work on the XMPP's Alpine (short…
Darkness
  • 73
  • 1
  • 8
5
votes
1 answer

Windows Server 2003 - Black screen with cursor on boot

IMPORTANT UPDATE: I tried to use the oldest VM I have, 275GB in size. As soon as I resize it to 500GB to make more space (it needs it), it will show the "Error loading operating system" now. What could cause this? Can I shrink it back? -- Original…
LueTm
  • 101
  • 1
  • 8
5
votes
2 answers

Run script on first boot

I want to create a script that will run only on first boot, and never again. I am working on a VM that will be converted on a template so I want to make sure I can create a script that can run automatically when the server boots. I have some clues…
user3311890
  • 181
  • 2
  • 8
5
votes
3 answers

Getting NFS clients to retry mount if NFS server down when client boots

I have an NFS server that several clients mount. I am using the following in my /etc/exports on the server: /content *(rw,no_root_squash) and on the clients in my /etc/fstab I have: content.prd.domain.tld:/content /content …
z0mbix
  • 251
  • 1
  • 3
  • 10
5
votes
2 answers

SuperMicro server won't boot after power cycle

We power cycled one of our SuperMicro machines and it does not boot anymore. It seems it won't even get to the BIOS loading stage and peripherals (VGA monitor, USB cable) are not detected. All indicators on the chassis itself seem fine (namely the…
paul-g
  • 167
  • 1
  • 1
  • 5
5
votes
5 answers

Superblock last mount time is in the future

Yesterday, I encountered a confusing problem. During booting, the system complained that the superblock last mount time is in the future and asks me to fsck. I have used Debian Squeeze for months and encountered the problem for the first time. I…
Shawn Xie
  • 163
  • 1
  • 1
  • 6
5
votes
0 answers

How to clone the OS disk and keep both disks plugged in?

Here's the situation: A Windows RAID 1 has partially failed. The broken disk was replaced with a new disk. The old two disks do not have Advanced Format (bigger sector size). The new replacement disk does have it. Windows refuses to add the new disk…
boot4life
  • 279
  • 2
  • 5
  • 12
5
votes
2 answers

Linux Authentication by Active Directory without joining to domain

I have a Win 2008 AD based network. I want to setup a few boxes with dual boot Win/Linux. How can I achieve to authenticate the users with existing AD in Linux? All solutions - I have found yet - join the linux boxes to the domain. I think, this is…
5
votes
5 answers

IBM x3650 will not boot from USB

Hello serverfault community, and thank you in advance for your time. Summary: I have an IBM x3650, which I bought secondhand (eBay). I am trying to install and run VMWare ESXi 5.5 on it via a USB flash drive, but it will not boot from a USB flash…
YouAreTheHat
  • 246
  • 1
  • 3
  • 8
5
votes
5 answers

mdadm Boot Error, incrementally starting raid array Ubuntu SErver 14.04

i build a small Server with Ubuntu 14.04 for Samba, I has one SSD Drive (the ubuntu installation is on it) and 2 3TB SATA Disk, the sata disk are combined to a Raid 1 with mdadm. Now sometimes (no everytime, i think it's maybe related to a dirty…
user279118
  • 91
  • 1
  • 1
  • 4
5
votes
1 answer

startpar process left hanging when starting processes from rc.local or init.d

I have a peculiar issue when starting ongoing(service-like) processes from either full blown init.d script (SysV style) or a simple one-line call from rc.local file like so: su someuser -c "/home/someuser/watchdog.sh &" Where watchdog.sh contains…
Ivan Kovacevic
  • 1,801
  • 3
  • 15
  • 19