2. 執行 gdisk 磁碟裝置名稱 ( 一般為 /dev/sda HP Server 為 /dev/cciss/c0d0 )
[root@linux209 root]#gdisk /dev/sda
GPT fdisk (gdisk) version 0.6.10
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format.
THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if
you don't want to convert your MBR partitions to GPT format!
************************************************************
2.輸入r
Command (? for help): r
Recovery/transformation command (? for help):
3.輸入f
Recovery/transformation command (? for help): f
4.輸入Y
Warning! This will destroy the currently defined partitions! Proceed? (Y/N): Y
5.輸入w
Recovery/transformation command (? for help): w
6.輸入 Y
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!
Do you want to proceed, possibly destroying your data? (Y/N): Y
OK; writing new GUID partition table (GPT).
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot.
The operation has completed successfully.
7.執行 lilo
[root@linux209 root]#lilo
Added linux *
Added linux-up