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

CentOS 8 network on boot

I'm running CentOS 8, every time I reboot the network does not start until I log in to the system. I've checked the NetworkManager and the autoconnect is set to yes. connection.autoconnect: yes In network-scripts/ifcfg-ens192 the…
0
votes
1 answer

HP Proliant DL20 Gen9 not detect hdd boot after CentOS fresh install

I am a newbie in server world. My boss bought me an HP Proliant DL20 Gen9 server. I am trying to install CentOS 8 on it. Case : I turned on the server and wait until initialization finished, then I pressed F11 to boot menu and I chose CentOS Linux.…
zaidysf
  • 101
0
votes
1 answer

HPE DL580 G8 not booting from internal Drive

We have several HPE Proliant DL580 G8 servers which give us a huge headache. They are second hand and thus have no warranty/support and don't know what they we're used for. We've updated the server BIOS and reset to factory setting and then set,…
Flow
  • 3
  • 1
0
votes
1 answer

How to boot vhdx drives?

I recovered a bare metal backup for one hyper-v vm (2012 R2) in the form of 2 vhdx files. How can I boot the backed up vm? Should I burn into a USB/DVD or can I just use an unallocated drive space?
0
votes
1 answer

can't boot up after changed vm machine type from n1-standard-1 to n2-standard-2

my vm can't boot up after i changed vm machine type from n1-standard-1 to n2-standard-2, why? how can i do? Will i lose all my data? Anyone help me? please! ---serial port 1 log [ 1.689313] List of all partitions: [ 1.689957] No filesystem…
0
votes
1 answer

can't boot to ubuntu because of 100% disk & infinite service restart

i have a ubuntu server that has system service, the system service are won't run (and always restarted) because of the disk usage are 100% (no space left on disk), is there any way to login into ubuntu in this situation ?
0
votes
1 answer

Disable CHKDSK without being able to bootup

The system I am working on started to randomly reboot, thinking it was a harddrive error (we've had two machines fail due to this already), I rebooted the computer to run chkdsk. Now the problem is that waiting the 1.5 hours for CHKDSK to complete,…
Brett Allen
  • 368
  • 4
  • 6
  • 20
0
votes
0 answers

Fedora Boot UEFI SLOW

After a fresh install of Fedora 31, the boot time is incredibily slow. I suspect something went wrong with the boot partitions. Here is the layout [root@linux Scaricati]# efibootmgr EFI variables are not supported on this system. [root@linux…
gdm
  • 459
  • 2
  • 5
  • 19
-1
votes
1 answer

Linux: Rescue a system remotely after boot failure

Context I have two linux based servers which are remotely located. It has already happened twice: after a system or kernel update, the system wasn't responding/reachable over ssh anymore (configuration errors or disk failure, ...). I had travel to…
Kami
  • 1,424
  • 13
  • 25
-1
votes
1 answer

Execute PCI option rom, Network Controller on B:06/D:00/F:00 (motherboard Z10PE-D8-WS ACPI BIOS Revision 3101)

I have a motherboard Z10PE-D8-WS ACPI BIOS Revision 3101 which stuck at this screen I have not added any news devices, just a night before shutdown the system using power button instead of "sudo shutdown -h now" from my Linux console. Right now it…
DmitrySemenov
  • 835
  • 2
  • 15
  • 27
-1
votes
1 answer

Profiling start time for Ubuntu 14.04

I want to know how much time is taken by Ubuntu 14.04 when we start it. So for this I have added the below line in rc.local awk '{print int($1/3600)":"int(($1%3600)/60)":"($1%60)}' /proc/uptime > /var/log/uptime.log It is showing about 28 seconds.…
tuk
  • 333
  • 5
  • 18
-1
votes
1 answer

Linux kernel build - dont change vmlinuz

When building an upstream kernel, /boot/vmlinuz and /boot/System.Map are updated to point at the newly installed kernel image. Is it possible to disable this behavior, perhaps by changing a config or Makefile parameter? I'm building the kernel like…
-1
votes
2 answers

Linux init script service - delay until mysql socket is ready

How does one go about delaying a service init script in Linux until the MySQL socket exists? Does the sleep command in a startup script delay the entire boot process, or are init scripts each executed by a different thread to prevent blocking? I am…
OwN
  • 187
  • 3
  • 14
-1
votes
1 answer

ESXI 6.0 system disk boot failure

My Poweredge 2950 running esxi 6.0 has worked for a long time. Running raid5 on 4 2TB disks. And one 1TB for system and VM. First I notised that I could't open console on my VM's. After a reboot some VM's did not start. Datastore1 (1TB system disk)…
-1
votes
3 answers

Is there a way to know what services run on a Windows server without logging in to this server?

Hi I just started working as an intern and they use Windows servers for very specific tasks (converting .docx files) that are way harder on their other servers. But now I had to make that program run as a service. The catch is that it also runs on…
Thomas
  • 113
  • 6