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

Loading iptables rules at boot

i have added some rules to the iptables. I saved the iptables rules using the command iptables-save > /etc/sysconfig/iptables To apply the rules i did systemctl start iptables.service When i type the below command,it shows the rules. iptables…
john
  • 45
  • 1
  • 7
-1
votes
1 answer

How do I create a bootable drive from a partition using Clonezilla?

I have a 500GB HDD with two partitions on it. A 40 GB OS partition (Windows Server 2008 R2), and a 420GB data partition. I would like to split these partitions off to two physical drives. (A 120GB SSD and a 1TB HDD) My issue is, when I use…
-1
votes
3 answers

Unable to boot into Windows Vista, gets into grub prompt

I have the following scenario: I had a dual boot option on my laptop with Windows Vista Home Premium and Red Hat Linux Enterprise Edition 5.0. In order to install Ubuntu on the partition having RHEL, I deleted that partition using windows disk…
Arnkrishn
  • 146
  • 1
  • 5
-1
votes
1 answer

HP ProLiant DL365 G5, USB and PS/2 Do not work during Boot

Good evening all, The situation up until the REAL point of failure; Dual Opteron 2300 Quad-Core (I'm not positive but I think theyre running at 2.6Ghz) 24Gb RAM (2Rx4 PC2-5300P-555) (lost 8Gb to a bad stick on Friday) RAID: HP Smart Array…
Snow
  • 30
  • 1
  • 4
-1
votes
2 answers

/boot partition filled - updates will not complete

my last update failed because /boot did not have room for the new kernel (or so I guess). Can I safely use rm to blow away the old vmlinuz.*-generic? Thanks
-1
votes
1 answer

Auto starting rc at startup

So here are the steps i am following . So i add a conf file inside /etc/init.d/myconffile And then to get System start/stop links i have to use the command sudo update-rc.d myconffile defaults 99 2 3 4 5 And then if i reboot Ubuntu server the…
raj
  • 1
-1
votes
1 answer

How to access a system with write permission after file system check fails?

I created three new partitions, but after a reboot, the system is being dropped to a shell: /dev/mapper/group-newpartition: clean, 11/655360 files, 276620/2621440 blocks [FAILED] An error occurred during the file system check. Dropping you to a…
Purres
  • 239
  • 1
  • 4
  • 18
-1
votes
1 answer

Can I PXE-boot a desktop PC into a Hyper-V VM?

I just started exploring Server 2012, and the Hyper-V features are compelling for my place of business. Here is the question: We have several computers around the facility currently running XP and 7. Is it possible to somehow PXE boot from those…
-1
votes
2 answers

No advantage from SSD boot drive for 24/7 server?

Since my OS and applications are loaded into memory upon boot, isn't there no advantage from having my OS on an SSD boot drive for a server that is kept up 24/7? I know there are several assumptions that depend on how I use that server, so for the…
elleciel
  • 389
  • 4
  • 11
-1
votes
2 answers

Is a bad NFS mount preventing a clean boot?

I'm on Ubuntu server (I think it's 12.04, but not positive) and I basically ran into this problem here Unmount a nfs mount where the nfs server has disappeared The umount command didn't work, so I tried to just use the ol' reboot. Now the machine…
s g
  • 611
  • 3
  • 9
  • 17
-1
votes
1 answer

Linux "/dev/SDA" goes read only file system on SDB device failure

i have a very peculiar issue that is running in my system. Using debian linux : My system boots up very normally with a primary and secondary hard disk. suddenly my secondary hard disk fails with some I/O Error DRDY UNC errors which tends make my…
Ragav
  • 115
  • 4
-1
votes
2 answers

Duplicate entries in Windows 7 Boot Manager

I have problem when with Boot Manager. When I restore System with using *.wim file after restart I see two identical entries. Booth entries run the same System. How I can remove this ? Of course I know so I can run msconfig->>boot and then remove…
Mack
  • 1
-1
votes
2 answers

boot a non-raid disk on a server

I have a HP ML310e that I am trying to recover data off. It has a RAID 10 array and I am wanting to boot a non-raid hard drive on the server. I can't see this disk in the bios, so I can't boot from it. I have a feeling it has something to do with…
Lock
  • 1,637
  • 7
  • 26
  • 33
-1
votes
1 answer

HP MicroServer - HP logo light Orange

I just bought one of these HP MicroServer as everyone seems to think they are great for a home lab, I installed SBS 2011 on to the box with no problems. Suddenly today when I have turned it on the HP logo light on the front of the MicroServer has…
bettsy583
  • 68
  • 1
  • 9
-1
votes
1 answer

HP proliant microserver won't boot

I was installing an ethernet driver for VPN on an HP Microserver (on PCI 1). Then, suddenly the server shut down while I was installing it. When I tried to boot it back up it only shows the health light as red with stand by orange light on the…
SYSOP
  • 11
  • 1
  • 1