D
Dicread
InicioDiccionarioBbootloader

Nota: La traducción de esta entrada está actualmente en revisión de calidad, por lo que parte del contenido se muestra temporalmente solo en inglés.

Esta entrada aún no se ha traducido a tu idioma, así que se muestra el original a continuación.

bootloader

bootloader
Noun
pl: bootloaders

This term is a technical compound combining boot (referring to the process of starting a computer) and loader. It is used exclusively within the context of computing and embedded systems to describe the initial sequence of software that bridges the gap between hardware power-on and the execution of the operating system.

In professional technical documentation, it is typically treated as a standard countable noun. While it refers to a piece of code, it is viewed as a distinct functional component of a system's architecture, allowing for phrases like different bootloaders or a custom bootloader.

Meanings

Nounbootloader

A small piece of code that runs immediately after a computer or embedded system is powered on to load the main operating system into memory.

The technician updated the bootloader to support a newer version of the kernel.

Examples

The bootloader initializes the hardware before handing control to the kernel.

The bootloader initializes the hardware before handing control to the kernel.

I need to unlock the bootloader to install a custom ROM on my phone.

I need to unlock the bootloader to install a custom ROM on my phone.

A corrupted bootloader can prevent the entire system from starting.

A corrupted bootloader can prevent the entire system from starting.

Wait, did you check if the bootloader is configured to boot from the USB drive?

Wait, did you check if the bootloader is configured to boot from the USB drive?

Office

The embedded system uses a primary bootloader stored in read only memory.

The embedded system uses a primary bootloader stored in read only memory.

I wonder if this specific bootloader supports secure boot signatures.

I wonder if this specific bootloader supports secure boot signatures.

The device is stuck in a bootloop because of a faulty bootloader update.

The device is stuck in a bootloop because of a faulty bootloader update.

You must flash the new bootloader image using the fastboot tool.

You must flash the new bootloader image using the fastboot tool.

The CPU executes the first instruction of the bootloader upon power on.

The CPU executes the first instruction of the bootloader upon power on.

Related Words

Última actualización: May 2026Reportar un error