If you have encountered a newly made USB flash drive boot disk that cannot be booted, or a newly purchased solid-state drive that cannot boot after the system is ready, then there is a high probability that the problem will appear in the selection of the boot mode of the BIOS, whether it is UEFI or Legacy. This article will comprehensively analyze the two boot modes.
What is BIOS?
BlOS (Basic Input Output System) is a firmware used to provide runtime services to operating systems and programs, as well as to perform hardware initialization during the boot process (boot boot). BIOS initializes and tests system hardware components (boot self-test), loads the bootloader from the mass storage device, and then initializes the kernel.
What is Legacy boot mode?
Legacy boot mode refers to the boot process used by BIOS firmware to initialize hardware devices, and Legacy boot mode consists of a series of installed devices that are initialized during the boot process when the computer performs a POST (boot self-test) test. Traditional boot checks the Master Boot Record (MBR) for all connected devices, usually located in the first sector of the disk.
When it can't find the bootloader in the device, Legacy switches to the next device in the list and repeats the process until it finds the bootloader, otherwise it returns an error.
What is UEFI boot mode?
UEFI (Unified Extensible Firmware Interface)
is a public specification that defines the software interface between the operating system and the platform firmware. UEFI is the successor to the traditional PC BIOS and aims to address its technical limitations. It stores boot data in an .efi file, not in the firmware. You'll often find UEFI boot mode on newer motherboards. UEFI boot mode contains a special EFI partition that stores .efi files and is used for boot procedures and bootloaders.
UEFI uses GPT's partition boot scheme to support larger hard drives. Since the process of BIOS self-test is omitted, soFaster start-up。
Interaction between the EFI Startup Manager and the EFI driver
What is the difference between UEFI and Legacy?
Although, UEFI and Legacy are very similar. However, on a deeper level, they are very different
How does Windows check which mode is its PC?
1. Press the shortcut key WIN + R or click the start menu and enter Run 2. In the pop-up run window, enter "msinfo32” 3. In the system information, find the BIOS mode, and you can see the BIOS mode information of the machine Again, this command can query various information in the machine
Original:The hyperlink login is visible.
|