uefi BIOS和legacy BIOS 啟動流程區別

來源:互聯網
上載者:User

標籤:mbr   partition   where   llb   require   this   gac   test   arch   

Under BIOS

    1. System switched on - Power-on self-test or POST process
    2. After POST, BIOS initializes the necessary system hardware for booting (disk, keyboard controllers etc.)
    3. BIOS launches the first 440 bytes (Master Boot Record) of the first disk in the BIOS disk order
    4. The MBR boot code then takes control from BIOS and launches its next stage code (if any) (mostly boot loader code)
    5. The launched actual boot loader
    
Under UEFI

    1. System switched on. The Power On Self Test (POST) is executed.
    2. UEFI firmware is loaded. Firmware initializes the hardware required for booting.
    3. Firmware reads the boot entries in the firmware‘s boot manager to determine which UEFI application to be launched and from where (i.e. from which disk and partition).
    4. Firmware launches the UEFI application.
        4.1 This could be the Arch kernel itself (since EFISTUB is enabled by default).
        4.2 It could be some other application such as a shell or a graphical boot manager.
        4.3 Or the boot entry could simply be a disk. In this case the firmware looks for an EFI System Partition on that disk and tries to run the fallback UEFI application \EFI\BOOT\BOOTX64.EFI (BOOTIA32.EFI on 32-bit systems). This is how UEFI bootable thumb drives work.
        
        
來源地址:https://wiki.archlinux.org/index.php/Arch_boot_process#Firmware_types

uefi BIOS和legacy BIOS 啟動流程區別

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.