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

Can we set ulimit in /etc/sysconfig/init file to apply the value at boot time

I need to have the ulimit value set at the boot time to all my services. I have values set in /etc/sysconfig/limits.conf but these values are not applicable during the boot time and it takes 1024 as default. I have set the values in limits.conf,…
Sandeep Sukhija
  • 143
  • 1
  • 4
4
votes
1 answer

Terminal Server Licensing (per device) in a dual boot environment: 1 or 2 licenses per PC?

in our company I have a few computers that are already Windows 7 clients to a Windows Server 2008 R2 but are now supposed to receive an additional Linux installation as a dual-boot option. The licensing mode on the terminal server is set to "per…
LumenAlbum
  • 527
  • 2
  • 5
  • 15
4
votes
1 answer

How to load the environment variables at boot time before X11 on Ubuntu Precise?

Ubuntu Precise 64 bit, I'm facing a problem that I'm unable to solve and that I'll try to describe below: I'm using a console mode program (let's say abc) that uses Go, NodeJS, Java and Scala. In order for abc to work with these languages, I've to…
Fnux
  • 173
  • 1
  • 8
4
votes
1 answer

Server 2012 (R2) - mirroring the boot drive... what is the state?

I struggle to find modern documentation here. So far we have been booting our servers from the main RAID controllers. Worked nice, but not we get the first of a new generation that hs in the back 2 slots for SATA hard discs, meant to be used as…
TomTom
  • 51,649
  • 7
  • 54
  • 136
4
votes
3 answers

What is the correct way to install software RAID 1 in CentOS 6.4?

I'm going to install CentOS 6.4 on HP ProLiant ML310e Gen8 server. This server has fakeraid controller so i decided to use software raid. The problem is that i don't know how to correctly install GRUB and/or boot sector with software RAID 1 to get…
Nikolai Zh
  • 41
  • 1
  • 2
4
votes
6 answers

How to measure boot time?

I was wondering what is the "proper" or "most significant" way in which to measure the boot time of a client machine: From turn on to login prompt From turn on to login prompt (HDD light off) From turn on to browser open (HDD light off) From turn…
Sklivvz
  • 155
  • 1
  • 6
4
votes
2 answers

dhclient not working at boot

Here's the problem: root@home:~# ping 8.8.8.8 connect: Network is unreachable root@home:~# dhclient eth0 RTNETLINK answers: File exists root@home:~# ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_req=1…
Poma
  • 1,299
  • 6
  • 24
  • 35
4
votes
1 answer

tape changers on Centos 6 enter flurry of activity upon boot, at udev start

I have two tape-changer robots (Quantum Superloader 3), one with parallel SCSI connectivity, the other with SAS. They were connected to a Centos 5 server, and boot would proceed normally. They are now connected to a new server running CentOS 6.3.…
ACKumen
  • 61
  • 2
4
votes
4 answers

Mount EncFS at boot

am trying to get an EncFS encrypted home to mount at boot without user input (directly, not via ssh). Have tried various solutions (adding a volume entry in pam_mount.conf.xml, various tweaks to various pam files) with no joy. Can mount the encfs…
senrabdet
  • 41
  • 1
  • 2
4
votes
2 answers

using Linux as a bootloader?

I have an embedded device with a SPI connected flash. Basically this means the device boots its bootloader and Linux kernel from a small flash part. As the device boots, but before the root filesystem is mounted and switch_root is called - I'd like…
stuck
  • 687
  • 2
  • 10
  • 23
4
votes
2 answers

Hide boot messages

I want to hide boot messages at startup in debian. I saw this link and it was so useful as it said i do this to /etc/init.d/rcS: exec /etc/init.d/rc S >/dev/null 2>&1 and the result was what I want. but still there are some messages. How can I hide…
Jush Turner
  • 41
  • 1
  • 2
4
votes
2 answers

Using FlashCache on /var on startup

I would like to have FlashCache cache my /var partition however I can't seem to get it to play nice upon bootup (IE: not really sure how to do it). I'm not sure if I need to modify the initramfs/use DKMS or if I can do it in user-land during bootup.…
WinkyWolly
  • 598
  • 6
  • 19
4
votes
1 answer

Error 5 partition table invalid or corrupt

I'm trying to add a second SSD to a Centos 6 system. But I get the Error 5 partition table invalid or corrupt at boot. The system already has a single SSD (sdb) and a pair of HDDs (sd{a,c}) in a RAID 1 array from where it boots. It is as if the new…
Clodoaldo
  • 403
  • 2
  • 4
  • 9
4
votes
3 answers

Moving Windows 2003 boot+system partition

I have a Windows 2003 server with: - C: (15 Gb boot+system) on an old PATA disk - G: (20 Gb empty) on a SCSI hardware RAID - H: (220 Gb datas) on the same SCSI RAID I want to move C: to the RAID. I plan to use the 20 Gb empty partition. So I will…
Bertrand SCHITS
  • 2,922
  • 1
  • 13
  • 15
4
votes
2 answers

Linux Kernel and the init process

How does the linux kernel know the location of the /sbin/init program during the boot process? Is "/sbin/init" hard coded into the linux kernel source code?
U85
  • 121
  • 4