• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Why do you 'boot' a computer?

ahurtt

Diamond Member
Or more precisely...why is the term for turning on / starting up a computer called "boot?"
Where did this term originate? How did it become the commonly used word to mean what it does in the context of computing? I know a lot about computers. I'm highly computer literate but this one escapes me. Does anybody know this?
 
Yeah - in essence, the computer is lifting itself by its own bootstraps. If you have ever worn riding boots, you know what bootstraps are. There are tabs near the top you can pull on to get the boot on your foot and leg. 🙂
 
Last edited:
Or more precisely...why is the term for turning on / starting up a computer called "boot?"
Where did this term originate? How did it become the commonly used word to mean what it does in the context of computing? I know a lot about computers. I'm highly computer literate but this one escapes me. Does anybody know this?

Same reason for kick start
Jump start
etc
 
If you think about what cowboy boots looked like, they had big straps on - hence bootstraps.

Back in the 1800s, the phrase 'pulling yourself up by your own bootstraps' was used to mean something that looked to be impossible - after all, it doesn't matter how hard you pull on your bootstraps, you can't lift yourself up by doing it.

Engineers tended to pick up on this phrase, and used it to mean doing something that looked impossible - i.e. by doing something that you wouldn't immediately expect to work (e.g. feeding the output of an amplifier back into the power-supply, giving a boost in voltage when the amp is under high load, allowing the amp to drive the speakers harder. This idea sounds insane, but does actually work, and the mechanism that diverts power back into the PSU has been called a bootstrap for this reason).

When you think about how a computer and OS work, similar problems crop up. When the OS starts it needs to know how to find and read files off the disk - but the program that finds and reads files from disk is on the disk. So engineers have designed mechanisms that are able to get around this seemingly impossible problem (the computer loads a simple program from the first part of the disk which then loads the program that is able to find and load files off disk). This program that begins loading the OS, has been termed a 'bootstrap loader' because of its similarity to the 'bootstrap' problem above.

With time, bootstrap got shortened to boot.
 
It's old school, pre-Windows.

For those of us who pre-date desktops and worked with mainframes using punched cards submitted in bunches through a wicket to the "high priests" of the Computer Center, This REALLY makes us feel old! As your Wiki article says, the phrase and metaphor originate a couple of centuries ago, and came into use in the computer industry long before desktop systems.
 
Back
Top