How to solve the problem of GPT Partition Table during linux installation I. Problem: If Windows, VMware, and Mac OS have been installed on the server before,
You may encounter the problem that "your boot partition uses GPT partition tables, but this machine does not support starting with GPT. Www.2cto.com II. Cause: To solve the problem that MBR only supports hard disks below 2 TB, Microsoft and Intel developed the GPT partition mode to enable
The disk size is up to 18EB. The partition information of GPT is in the partition, not in the primary boot sector like MBR, to protect
GPT is not affected by MBR management software. GPT creates an MBR partition table that protects partitions in the primary Boot Sector. When installing linux, MBR disk management software regards GPT as an unknown partition, leading to the failure of normal installation. Iii. Solution: 1. Redo hard raid. 2. Write data into the disk, covering the GPT Partition Table: dd if =/dev/zero of =/dev/sda bs = 1 M count = 1