What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
上一修订版两侧同时换到之后的修订记录
linux:liunxbasics:computerfundamentals:partition [2016/06/08 08:04] haregylinux:liunxbasics:computerfundamentals:partition [2021/11/11 08:07] codinghare
行 1: 行 1:
 ====Partition in Liunx==== ====Partition in Liunx====
-===== =====+----
 ===Hardrive format in Linux=== ===Hardrive format in Linux===
 For SATA, USB, SAS, these type of devices are showing in Linux like: For SATA, USB, SAS, these type of devices are showing in Linux like:
行 77: 行 77:
 </WRAP> </WRAP>
 ===BIOS / UEFI=== ===BIOS / UEFI===
-BIOS(basic input/output system) is the program a personal computer's microprocessor uses to get the computer system started after you turn it on. It also manages data flow between the computer's operating system and attached devices such as the hard disk, video adapter, keyboard, mouse and printer.+BIOS(basic input/output system) is the program a personal computer's microprocessor uses to get the computer system started after you turn it on. It also manages data flow between the computer's operating system and attached devices such as the hard disk, video adapter, keyboard, mouse and printer.\\ 
 +UEFI (Unified Extensible Firmware Interface) is a standard firmware interface for PCs, designed to replace BIOS (basic input/output system).\\ 
 +The interface defined by the EFI specification includes data tables that contain platform information, and boot and runtime services that are available to the OS loader and OS. UEFI firmware provides several technical advantages over a traditional BIOS system: 
 +  * Ability to boot from large disks (over 2 TB) with a GUID Partition Table (GPT) 
 +  * CPU-independent architecture 
 +  * CPU-independent drivers 
 +  * Flexible pre-OS environment, including network capability 
 +  * Modular design
  
-==BIOS + MBR== +==BIOS + MBR / GPT == 
-{{ :linux:liunxbasics:computerfundamentals:mbr-boot-sequence-1024x385.png?700 |}}+{{ :linux:liunxbasics:computerfundamentals:mbr-boot-sequence-1024x385.png?700 |}}\\ 
 +Because GPT also have boot loader in LBA0(MBR compatible), BIOS is also able to boot from GPT.(it requires boot loader support GPT).\\ 
 +==UEFI Booting== 
 +UEFI is designed to support GPT boot and replace BIOS. It developed by C language, so it can be easily supported by 3rd party software. Moreover, it has better user interface compare with BIOS, and could load driver before starting OS. 
 +{{ :linux:liunxbasics:computerfundamentals:uefi-pic1.png |}} 
 +<WRAP center round info 100%> 
 +Seurty boot in UEFI will cause unbootable. Try to turn this function of if you can not boot normally. 
 +</WRAP>