You are not logged in.
Pages: 1
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
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
Not all motherboards will allow non-EFI booting with a GPT disk.
https://wiki.archlinux.org/index.php/GU … OS_systemsIf 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
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
Thanks Head_on_a_Stick, problem is resolved.
Offline
You're welcome
Please add "[SOLVED]" to the thread title for the benefit of others.
Jin, Jîyan, Azadî
Offline
Pages: 1