How to install Ubuntu on a GPT partition table without using EFI boot?

Prototype700

I'm planning to install a new Ubuntu system on an empty hard drive with more than 3TiB of volume. In order to fully utilize the drive, the regular MBR partition table can not be used.

How do I set up a GPT partition table in the Ubuntu installation? The manual installation option only offers ways of setting up certain partitions, not a general partition table, if I am not mistaken. How do I make sure that the installer will not use the usual MBR partition table?

Although my motherboard uses UEFI, there is no special reason for me to use another bootloader than the regular grub that I am aware of (except if it is easier to install on a GPT drive or significantly faster/more advanced). All guides I have found so far focus mainly on the mechanics of U/EFI boot.

What steps do I have to take to basically set up a regular manual Ubuntu installation, but with a GPT partition table instead of MBR/grub? I assume the selection for the bootloader installation is also different in this case?

Shreyas P V

GPT partition table is specially used for Hard Disks sizes greater than 2TB.

The partition table is independent of the BIOS mode (i.e Legacy or UEFI).

To create a GPT partition table--

  1. Boot into the live USB or live CD containing Ubuntu.
  2. Click on TRY UBUNTU , so that you can create partition table manually.
  3. Open GParted Partition Editor.
  4. On the top of GParted Menu bar , click on Device --> Create partition Table.
  5. Select GPT from the drop down list and click on Apply.

Now to verify the Partition Table-

  1. Open Terminal
  2. Type the command:

sudo su

(to execute further commands as super user since some files are read-only)

parted -l

(to list all the partitions)

If the above command doesn't work , then try specifying the device as:

parted -l /dev/sda

There you will see that the partition is GPT.

Now install Ubuntu as usual , installation will not rewrite the partition table (partition table remains GPT only) but new partitions are created.enter image description here

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

GPT partition table warning message during install of ubuntu

분류에서Dev

grub-install: this GPT partition label contains no BIOS Boot Partition

분류에서Dev

How to install ubuntu on a partition

분류에서Dev

Windows detects GPT disk as MBR in EFI boot

분류에서Dev

What is the /boot/efi partition and how does it affect installing a different distro

분류에서Dev

What is the /boot/efi partition and how does it affect installing a different distro

분류에서Dev

install mint linux alongside ubuntu on lvm with EFI boot

분류에서Dev

Install grub2 on UEFI GPT,create /boot partition and transfer clonezilla image

분류에서Dev

How to change GPT partition type on windows?

분류에서Dev

Install Windows 7 with Ubuntu in GPT UEFI mode

분류에서Dev

Installing Debian with encrypted root: installer does not see EFI /boot partition

분류에서Dev

How to install Ubuntu on MacBook Pro as Dual Boot?

분류에서Dev

How to partition hard disk for dual boot for Windows 7 and Ubuntu Linux

분류에서Dev

How to remove "Ubuntu" from Boot Menu after deleting Ubuntu partition in Windows 10 (Dual Boot)

분류에서Dev

How to install Ubuntu without losing data?

분류에서Dev

Install Ubuntu on D:\ drive partition as Dual-boot with windows 7 on a SSD C:\ drive

분류에서Dev

How to install grub2 on second disk and using EFI on first disk

분류에서Dev

GPT disk partition recovery

분류에서Dev

How to access ubuntu partition from windows using virtualbox

분류에서Dev

What is the efi/esp partition?

분류에서Dev

Why is the efi partition mounted?

분류에서Dev

Grub: configuration to boot on specific partition without menu

분류에서Dev

Installing Ubuntu GNOME dual boot on Sony VAIO Pro, EFI problems

분류에서Dev

How to install BURG on Ubuntu 13.04 with Windows 8 dual boot?

분류에서Dev

How can I install Ubuntu and Windows 10 as dual boot?

분류에서Dev

How to install windows 8.1 boot loader which is damaged by ubuntu?

분류에서Dev

How to install Ubuntu dual boot with MacBook Pro refind?

분류에서Dev

Problems with booting ubuntu after formatting boot partition

분류에서Dev

Clean install of Windows 7 Pro 64-bit on a UEFI laptop with GPT partition?

Related 관련 기사

  1. 1

    GPT partition table warning message during install of ubuntu

  2. 2

    grub-install: this GPT partition label contains no BIOS Boot Partition

  3. 3

    How to install ubuntu on a partition

  4. 4

    Windows detects GPT disk as MBR in EFI boot

  5. 5

    What is the /boot/efi partition and how does it affect installing a different distro

  6. 6

    What is the /boot/efi partition and how does it affect installing a different distro

  7. 7

    install mint linux alongside ubuntu on lvm with EFI boot

  8. 8

    Install grub2 on UEFI GPT,create /boot partition and transfer clonezilla image

  9. 9

    How to change GPT partition type on windows?

  10. 10

    Install Windows 7 with Ubuntu in GPT UEFI mode

  11. 11

    Installing Debian with encrypted root: installer does not see EFI /boot partition

  12. 12

    How to install Ubuntu on MacBook Pro as Dual Boot?

  13. 13

    How to partition hard disk for dual boot for Windows 7 and Ubuntu Linux

  14. 14

    How to remove "Ubuntu" from Boot Menu after deleting Ubuntu partition in Windows 10 (Dual Boot)

  15. 15

    How to install Ubuntu without losing data?

  16. 16

    Install Ubuntu on D:\ drive partition as Dual-boot with windows 7 on a SSD C:\ drive

  17. 17

    How to install grub2 on second disk and using EFI on first disk

  18. 18

    GPT disk partition recovery

  19. 19

    How to access ubuntu partition from windows using virtualbox

  20. 20

    What is the efi/esp partition?

  21. 21

    Why is the efi partition mounted?

  22. 22

    Grub: configuration to boot on specific partition without menu

  23. 23

    Installing Ubuntu GNOME dual boot on Sony VAIO Pro, EFI problems

  24. 24

    How to install BURG on Ubuntu 13.04 with Windows 8 dual boot?

  25. 25

    How can I install Ubuntu and Windows 10 as dual boot?

  26. 26

    How to install windows 8.1 boot loader which is damaged by ubuntu?

  27. 27

    How to install Ubuntu dual boot with MacBook Pro refind?

  28. 28

    Problems with booting ubuntu after formatting boot partition

  29. 29

    Clean install of Windows 7 Pro 64-bit on a UEFI laptop with GPT partition?

뜨겁다태그

보관