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

Unsuccessful clean install on a Macbook Pro Late 2011

I've already worked on several Macbooks, reinstalling them, formatting, changing drives, etc. and normally it's a relatively simple process. But I just got a 13" late 2011 Macbook Pro which just won't accept a new installation. I switched the main…
-2
votes
1 answer

Server Status Fault LED is lit - Server does not start

I found a "Terra STD/BTO System" (Model 1300065; SN R1342944) lately and (with permission) took it home for testing. I checked all cables and went to starting the server (first time for me working with a server and I have been quite curious.…
-2
votes
1 answer

New dual processor server does not boot

I'm building a machine and having a nightmare getting it to boot. It turns on, but does not display anything on the screen and the 7 Segment LED on the motherboard shows QCode 61, which according to the manual is nvram initialization. The components…
robby987
  • 105
-2
votes
1 answer

I need to perform a kernel upgrade on a live system. Best practices?

Steps taken so far: apt-cache search linux-image* apt-get install linux-image-... I was now thinking of rebooting and selecting the new kernel when it appears on the GRUB menu, however: Is it best practice to force GRUB to boot the new kernel by…
user
  • 123
  • 8
-2
votes
1 answer

Empty /boot/grub/grub.conf of a remote server, how to recrete it from recovery?

My remote server (running CentOS 6.6 x64) can't boot anymore. Using the emergency recovery (a LIVE CD) i can actually look that /etc/boot/grub/grub.conf and it's empty (0 bytes). I don't know why, maybe a random data loss or a system update. Is…
gremo
  • 339
  • 1
  • 4
  • 20
-2
votes
1 answer

How to automate a java service to start if server restarts

I normally run my java service on CentOS box using nohup like below: nohup java -jar myapp-0.0.1-SNAPSHOT.jar server my-configure.yml > outfile & However, if the server restarts the service won't restart on its own. Is there an automated way in…
birdy
  • 117
  • 5
-2
votes
1 answer

no more address or address previously allocated by another server tftpd32

I am getting error Client requested address 0.0.0.70 [27/08 08:47:17.406] no more address or address previously allocated by another server [27/08 08:47:17.406] Rcvd DHCP inform Msg for IP 192.168.0.105, Mac BC:AE:C5:E3:2E:EC [27/08…
user54879
  • 101
  • 1
-2
votes
1 answer

Proliant dl585 g5 counts ram then turns off

I recently aquired a proliant dl585 g5 server that I wish to use as a home server As I have been working with pcs for a long time the first thing I did after I had made sure it was clean inside and ready to use was to download the latest bios update…
-3
votes
1 answer

ESXi license expired and broke my ubuntu install

I got my own ESXi server hosted at Hetzner, with some webpages etc. I was unable to access the sites, so I went into the ESXi mangement panel and can see that all my VMs were offline and I got a notice that my free ESXi license was expired.. I have…
Xenosis
  • 1
  • 2
-3
votes
1 answer

Dell PowerEdge 2009 reports: No boot device available

I accidentally swapped the hard drives and when it restarted it said no boot device available. Please help. I already tried - clean the RAM and and put it back it doesn't work.
-3
votes
1 answer

Issued kill -9 -1, centos not working

created user in centos and edited nano /etc/passwd and edited created user as user:x:0:0::/home/user:/bin/bash and logged as that created user and issued kill -9 -1, from then on words my server not working please help me what to do. reboot doen't…
tech2network
  • 1
  • 1
  • 3
-3
votes
1 answer

Xen doesn't boot after install

I tried to setup Xen by the instruction released on the site of my hoster. I installed Xen, completed RAID setup as it is told in the instruction. Rebooted and succesfully connected to Xen from XenCenter. Then I created a volume for ISO and added…
flashnik
  • 121
  • 2
  • 10
-3
votes
1 answer

ESXI cannot boot with external hdd

I've tried to make ESXI vm's to boot up automatically when a reset happened to ESXI host(HP dl380), and I've got an external H.D.D connected to it for backup purpose but the problem is that ESXI would not boot when the power goes and get back! it…
abzcoding
  • 147
  • 6
-4
votes
2 answers

Debian Lost filesystem. Corrupted filesystem

I have a file system bug/error. My dedicated server cannot start. OVH started my dedicated server in rescue mode, and: root@rescue:~# parted /dev/sda 'print' Model: ATA SAMSUNG MZ7LM240 (scsi) Disk /dev/sda: 240GB Sector size (logical/physical):…
-4
votes
2 answers

HP ML350p Gen8 won't boot from PCIe SSD

I have a HP ML350p Gen8 with a PCIe SSD and I'm trying to boot from it, but it won't do it. I can see the PCIe SSD in the list of hard drives when to choose where to install windows 10 pro, but after I install windows, it would give an error about…
Eli Bir
  • 1
  • 1
1 2 3
72
73