You are not logged in.
Pages: 1
I want to install windows 7 beside arch linux .. if i changed the whole drive to mbr .. what to do in order to not to lose arch linux .. i have already found a wizard to change from gpt to mbr without losing the data .. but i was wondering if i'll be able to boot arch linux agian or not !? Thanks
Offline
How to dual boot arch linux with windows 7 with a shared partition !?
Offline
Offline
I don't think you will be able to do that without some tricky work. And I'd be real careful about using a wizard to change the partition table type. I personally would only do it using gdisk where I could do what seems to need done and get any warnings or errors before the change is written to disk. I think you need to be sure you are prepared for the event that you have to change the UEFI mode to legacy and wipe everything out before creating an all new partition table and new partitions. Not saying this can't work but you will have to hold your mouth just right through the whole procedure. Rod Smith is pretty much the expert about this kind of thing so I'd read this real carefully and plan extensively.
http://www.rodsbooks.com/gdisk/mbr2gpt.html
Would installing windows in a virtual machine not be better?
Simple and Open
Offline
You'll have to give more detail and he's right, start in the wiki and let us know when you run into trouble in the planning. Make sure you know if the system is currently operating in UEFI mode, do you have GPT and an ESP, does your windows 7 DVD give you an option to boot in UEFI mode? Does using a virtual machine for win 7 end up meeting your needs but being a whole lot easier to do? Is everything securely, externally backed up?
Simple and Open
Offline
Merged your two threads that are dancing around the same topic.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Online
gdisk (from gptfdisk) is able to convert from MBR to GPT and vice versa. I don't know the tool you use but beware of automagical tools that you don't know what they really do. Although not a limitation of BIOS or UEFI, Windows boot only in EFI mode from GPT and in BIOS mode from MBR. In Linux, you can boot from both modes in both partitions scheme (provided, the EFI firmware understand MBR, which is almost always the case).
If you convert from one partition type to another one, the only thing you really have to do is to reinstall the bootloader. This should not be a problem if you have installed Archlinux yourself. Be carefull to install the bootloader correcty according to the fact that you are running in BIOS or EFI mod. It's better to do all the work from a bootable disk, for example, the Archlinux install disk.
Note that you can install Windows 7 (the 64 bits version) in UEFI/GPT mode; which is maybe the best solution.
Last edited by olive (2017-09-05 19:55:36)
Offline
Pages: 1