CentOS Linux時出現GPT分區不能引導錯誤的解決辦法

PS:服務器型號Dell R720,此機器以前安裝的Win 2008R2時採用了GPT分區,致使CentOS 沒法讀取(但CentOS 6.x默認就支持GPT),解決過程以下:bash


問題:圖形界面安裝到分區時
服務器

 Your boot partition is on a disk using the GPT partitioning Scheme but this machines cannot boot using GPT.ide


處理步驟:ui

1種
this

parted -s /dev/sda mklabel msdos

2種it

Ctrl+Alt+F2 #進入字符界面
parted /dev/sda 
mklabel gpt
quit
Ctrl+Alt+F6 #進入圖形界面

補充:io

MBR,主引導記錄 (Master Boot Record):MBR容量爲2TB:2^32 * 512 = 2,199,023,255,552 Bytes,即2TBast

GPT,全局惟一標識磁盤分區表 (GUID Partition Table):GPT容量18EB (1EB = 1024TB)class

相關文章
相關標籤/搜索