gpt or mbr

My computer is an old phenom 2 quad with a bios and my largest drive is 1tb. Well actually one of my thumbs sold as 2 tb and reports 1.9. When I wipe the hard drive and install 15.3 should I use gpt or mbr?

Hi
I use gpt and pmbr boot…


lsblk

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 119.2G  0 disk 
├─sda1   8:1    0     8M  0 part 
├─sda2   8:2    0    50G  0 part /
├─sda3   8:3    0    68G  0 part /data
└─sda4   8:4    0   1.2G  0 part [SWAP]

parted -l /dev/sda

Model: ATA OCZ-VERTEX4 (scsi)
Disk /dev/sda: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: pmbr_boot

Number  Start   End     Size    File system     Name  Flags
 1      1049kB  9437kB  8389kB                        bios_grub
 2      9437kB  53.7GB  53.7GB  btrfs                 legacy_boot
 3      53.7GB  127GB   73.0GB  xfs
 4      127GB   128GB   1325MB  linux-swap(v1)        swap

It depends on what you’re used to, if you ever got used to working with partitions and booting in the first place. If you’re used to letting YaST do everything, just do whatever it recommends. If you’re comfortable with the old MBR way, keep using it. If you never really got used to working with Grub and partitioning directly, go with the new way. I only use GPT in conjunction with UEFI, thus only on machines new enough to have UEFI. On all older, which is tens of machines and hundreds of partitions, I’m still using Grub Legacy and MBR almost exclusively.