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
5
votes
1 answer

Slow boot and dns doesn't work

I don't understand what happened because i didn't change anything in system for quite a long time. Now system boots too slow and when it's booted - dns requests don't work. I can ping remote hosts by ip but can't request them by names. Here's what…
Dmitrii Mikhailov
  • 199
  • 1
  • 1
  • 10
5
votes
2 answers

How to change boot device on vm installed on Citrix Xen Server to DVD

I have installed Centos 6 on my new Xen Server (XenServer release 6.2.0-70446c). Everything went smooth. System is working fine but now I want to change boot device on that VM to boot from DVD (iso from nfs storage) But in properties there is only…
B14D3
  • 5,188
  • 15
  • 64
  • 83
5
votes
2 answers

Lost Linux root password - Recovery mode and init=/bin/bash fail

I lost/forgot the root password to a server sitting beside me and am trying to reset it. I would rather not have to wipe and re-install or use a Live CD (server is running Ubuntu Server 12.04). What I've tried so far... 1) Boot into "Recovery mode"…
Albeit
  • 161
  • 1
  • 1
  • 2
5
votes
3 answers

Daemon doesn't start at boot - how can I debug this?

I installed new relic according to their quick install instructions. If I start the daemon manually after boot with /etc/init.d/newrelic-daemon restart it works, but it doesn't run automatically after boot. How can I find out why? The servers are…
Niro
  • 1,401
  • 4
  • 20
  • 36
5
votes
6 answers

How to boot quicker?

My WinXP computer takes a good 10 minutes to get to a usable state. Most of the activity will stop if I leave it at the log in screen, so I think it is some system level (as opposed to user level) programs. Is there a program that will tell me what…
Robert Deml
  • 297
  • 1
  • 4
  • 9
5
votes
7 answers

How can I get my License Key from a boot CD?

We recently acquired a server that's been in use for a while, but no associated software, logins, etc. We attempted to blank the administrator account password, but that didn't work. We also tried some deeper edits on the password, but no avail…
dubRun
  • 1,061
  • 2
  • 12
  • 22
5
votes
4 answers

booting FreeBSD 9 from USB stick: boot error

I am trying to boot FreeBSD 9 from a USB stick that I created following the official guidelines: dd if=FreeBSD-9.0-RELEASE-i386-memstick.img of=/dev/da0 bs=64k Booting fails with a simple 'boot error'. I have used this USB stick for quite a while…
ssc
  • 1,159
  • 3
  • 17
  • 30
5
votes
2 answers

Moving an existing Linux into an LVM

We have a server with an existing Linux installation (CentOS 6) + boot partition on disk 1, and an empty disk 2. What we'd like to setup is this: One disk (1 or 2, doesn't matter): The main system in a snapshottable LVM (about 50%) Backup space…
Bart van Heukelom
  • 1,199
  • 6
  • 21
  • 41
5
votes
3 answers

Broadcom BCM5716 Hangs on CentOS 6 Boot

I have a fresh CentOS 6 installation on a Dell R310 server with a Broadcom BCM5716. The onboard NIC is causing the boot to hang for some reason. Welcome to CentOS Linux Starting udev: udev: starting version 147 Boardcom NetXtreme II Gigabit Ethernet…
DJ Tarazona
  • 191
  • 2
  • 6
5
votes
4 answers

How do you make a WinXP bootable USB drive?

How do you make a WinXP bootable USB drive? I've seen a bunch of instruction here on ServerFault but they are specific to Vista or Linux, so again - I'm using WinXP. I've also tried unetbootin, but that doesn't work with Windows
Timhou
5
votes
2 answers

How to run script on first boot?

I need to run some bash script only once on first boot (after OS installation) of my CentOS machine This script should run before network service start (because this script will change network configuration) How can I register my script to run…
Dima
  • 485
  • 3
  • 7
  • 15
5
votes
3 answers

Ubuntu 10.04: disk check at boot takes a long time

Every so often at boot time the disk checker runs. It completes ~70% very rapidly, and then takes about an hour to complete the remaining 30%. I know I can cancel it, but presumably it runs for a reason so I'd rather let it complete. Is it normal to…
Richard
  • 3,892
  • 2
  • 18
  • 13
5
votes
4 answers

Running Linux on a read only disk - possible?

I'm wondering if it is possible to run a Linux server from a read only disk, specifically CentOS 5.4. Our system has a number of Linux machines each with their own disk with it's OS installed. Everything is read/write enabled at the moment. We're…
fwg
  • 241
  • 1
  • 3
  • 5
5
votes
2 answers

How do I redirect the kernel console output on Ubuntu 10.04

When I reboot my Ubuntu 10.04 nodes, I'd like to be able to see the kernel boot messages when connecting to the IPMI interfaces using Serial Over LAN mode (ttyS0). What do I need to do to be able to redirect these messages to ttyS0? Ideally, I'd…
Lorin Hochstein
  • 5,028
  • 15
  • 56
  • 72
5
votes
4 answers

Linux/Windows dual boot

I have a system running Ubuntu 9 and would like to install Windows 7 RC on it in a dual-boot configuration. Is there a way to make Windows play nice with grub or am I going to have to install Ubuntu again just to have its boot loader keep control.
Ferruccio
  • 2,703
  • 2
  • 20
  • 10