You are not logged in.

#1 2015-05-03 22:27:31

darkjh
Member
Registered: 2011-10-21
Posts: 33

Mixed MBR and GPT disk drives

Hello,

Just had a new SSD in my laptop and installed a Win7 64bit on it with legacy (BIOS) boot mode and this new SSD is partitioned in MBR.
Now I want to install Archlinux in another disk drive, partitioned in GPT (already partitioned like this when I brought the laptop)

Recap:
  - Win7 installed, BIOS boot mode, in a MBR disk
  - want to install ArchLinux in another GPT disk

Question: Is this possible? Something I should pay attention to during installation? What bootloader you suggest in this case? On my old laptor I use grub2 + win7 chainloader and it works very well.

Thanks!

Offline

#2 2015-05-03 22:33:22

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,778
Website

Re: Mixed MBR and GPT disk drives

Not all motherboards will allow non-EFI booting with a GPT disk.
https://wiki.archlinux.org/index.php/GU … OS_systems

If you use GRUB, you will need a BIOS boot partition (type "EF02" in gdisk, I always use the "spare" sectors from 34-2047).


Jin, Jîyan, Azadî

Offline

#3 2015-05-04 09:13:07

darkjh
Member
Registered: 2011-10-21
Posts: 33

Re: Mixed MBR and GPT disk drives

Head_on_a_Stick wrote:

Not all motherboards will allow non-EFI booting with a GPT disk.
https://wiki.archlinux.org/index.php/GU … OS_systems

If you use GRUB, you will need a BIOS boot partition (type "EF02" in gdisk, I always use the "spare" sectors from 34-2047).

Thanks for the tips.
I think it will be a lot simpler that I convert the disk from GPT to MBR first and then install linux. Is there a non-destructive way to convert GPT to MBR?

Offline

#4 2015-05-04 10:02:56

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,778
Website

Re: Mixed MBR and GPT disk drives

darkjh wrote:

Is there a non-destructive way to convert GPT to MBR?

# gdisk /dev/sdX

Then press "r" (& <Enter>) and "g" (& <Enter>) then "w" (& <Enter>) to write the changes to disk.


Jin, Jîyan, Azadî

Offline

#5 2015-05-05 08:25:06

darkjh
Member
Registered: 2011-10-21
Posts: 33

Re: Mixed MBR and GPT disk drives

Thanks Head_on_a_Stick, problem is resolved.

Offline

#6 2015-05-05 18:59:48

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,778
Website

Re: Mixed MBR and GPT disk drives

You're welcome smile

Please add "[SOLVED]" to the thread title for the benefit of others.


Jin, Jîyan, Azadî

Offline

Board footer

Powered by FluxBB