LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-07-2015, 08:34 PM   #1
garwhi
LQ Newbie
 
Registered: Feb 2015
Posts: 17

Rep: Reputation: Disabled
MBR installed instead of desired GPT


I have a UEFI mobo. Installed Mint 17.1 iso from DVD onto 240GB SSD. It installed with a MBR. I wanted GPT. Why is this happening? Can i safely convert to GPT? If not, how can i re-install to insure i get GPT. All my components are new from Newegg as of about two months ago. I just don't want old software technology like MBR.
 
Old 02-07-2015, 11:23 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi & Welcome to Linux Questions.

I've never tried my hand at GPT partitioning but these links are a start.

I think the only time you have to perform GPT partitioning is if you have a 2 TB HDD or higher.

http://forums.linuxmint.com/viewtopic.php?f=90&t=96276
https://wiki.archlinux.org/index.php...artition_Table
http://www.linux.com/learn/tutorials...e-ancient-mbr-
http://forums.justlinux.com/showthre...T-partitioning
 
1 members found this post helpful.
Old 02-08-2015, 02:52 AM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Is this an internal or external drive?
Was it originally gpt?
You can make any drive GPT or MBR, although I'm not sure if you can do it without losing data.
There are tutorials that claim you can do it though.
You can format the drive to gpt with Gparted-live-cd/usb
 
1 members found this post helpful.
Old 02-08-2015, 07:42 AM   #4
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
It is possible to covert an MBR disk to GPT using gdisk -- just start it up for the drive in question and it will offer to convert the table:
Code:
# gdisk /dev/sd<x>
Where <x> is the letter assigned to your drive -- use `lsblk` to check this.

Make sure you are booting in EFI-mode before trying this: check if you have a /sys/firmware/efi on your system.
 
1 members found this post helpful.
Old 02-08-2015, 08:22 AM   #5
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
I've installed as efi once. You must have a GPT disk for the main boot hard disk.
I found it to be a real pain.

A GPT disk has a small amount of extra space used at the beginning and end of the disk.
It is better, especially if you have lots of partitions.

If the disk is reasonably new, it will have 4K hardware sectors - but support logical 512byte sectors.
Therefore, it is good to start your filesystems on 4K boundaries...
 
1 members found this post helpful.
Old 02-08-2015, 12:46 PM   #6
garwhi
LQ Newbie
 
Registered: Feb 2015
Posts: 17

Original Poster
Rep: Reputation: Disabled
Want to get rid of MBR

Thanks for all of these quick replies to my problem. I initially installed my Mint 17.1 onto a 500GB HD from a (i think FAT32) USB stick. Worked fine. Then i bought a 240GB SSD (only $100!) and installed to the SSD. Or so i thought. It installed to the HD. I didn't see any option that let me choose where i installed it to. OK. Power down. Disconnect HD. Try install again. Now it's running fine but the Disks app shows "Partitioning: Master Boot Record". Since my mobo has UEFI, i'm running Haswell, it's a current Linux distro, i have the afore-mentioned SSD, in short, everything is as up-to-date as possible - why should i not have GUID Partition Table instead of a Master Boot Record. I'm not afraid of losing data. Can someone tell me what to change so that when i re-install it (again) GPT will finally be there? And to those who have send many replies, sorry but i haven't read all of them yet, not tried all of them, but i will be doing this in a few minutes.
 
Old 02-09-2015, 11:19 AM   #7
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Possibly it's a good idea to swap the SATA cables, so that your SSD is sda and the hard disk is sdb.
(Just for simplicity - its not necessary).
 
Old 02-09-2015, 12:26 PM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It shows partioning MBR becauseost drives are formatted for MBR by default unless you bought it specifically for a mac computer. In order to format to Gpt you have to either use the disk manager in your ubuntu install, wins or a 3rd party partitioning software.
 
Old 02-09-2015, 12:30 PM   #9
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
MBR is the default unless the disk is >2 TB. If you have to use GPT, then boot to a live session of whatever Linux distro you want, and use gparted to partition the disk as desired. Then when you go to install the OS, just choose the partition(s) you created and tell it not to format.
 
Old 02-09-2015, 06:45 PM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
The drive must be formatted first & partitioning can be done while installing.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installed Ubuntu on Win8 laptop - but only MBR works, GPT does not...? JaSauders Linux - Hardware 2 04-23-2013 02:58 PM
GPT vs MBR asipper Linux - General 9 12-23-2011 08:29 PM
GPT MBR Mismatch NickL Linux - Newbie 0 08-20-2011 06:31 AM
[SOLVED] Slackware 13.37 - gdisk choices, MBR, GPT or Blank GPT CFet Slackware - Installation 3 04-01-2011 04:46 PM
GPT to MBR mrwall-e Linux - Software 3 08-26-2010 09:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration