You are not logged in.
Pages: 1
Hello,
I want to add arch to a windows box, but I dont really know how to deal with the UEFI bootloaders.
Can I just install plain old grub and do it as i'm used to? I don't know if windows 7 actually uses a UEFI bootloader or not, but in the past I could just put grub on the MBR of my linux drive and add a entry to windows from there. If i choose a UEFI bootloader, will this still be possible?
-Dan
Offline
Offline
You don't necessarily need to dual boot Windows and Linux on UEFI. Follow the guide http://www.youtube.com/watch?v=PEou2dIcMSE to convert your UEFI to MBR-BIOS without loss of data.
Offline
@nehaljwani, seriously? Five posts of all the same thing in different threads. Do you have something against uefi?
@OP, if your windows partition is indeed booting via uefi, you can certainly still use a mbr installed bootloader w/o any negative consequences to your windows loading. You have to make sure that it is booting with uefi though... although I guess if it isn't you can aways just chainload like you probably did before. I say do it either way. When UEFI works, it is pretty great, but it can be a bit to wrap your head around to get it going.
Last edited by WonderWoofy (2012-10-09 16:53:41)
Offline
@nehaljwani, seriously? Five posts of all the same thing in different threads. Do you have something against uefi?
@OP, if your windows partition is indeed booting via uefi, you can certainly still use a mbr installed bootloader w/o any negative consequences to your windows loading. You have to make sure that it is booting with uefi though... although I guess if it isn't you can aways just chainload like you probably did before. I say do it either way. When UEFI works, it is pretty great, but it can be a bit to wrap your head around to get it going.
do you know of any way to check if windows 7 is booting with uefi or not? (google have proved rather unhelpful on this matter so far)
Last edited by justdanyul (2012-10-22 09:27:43)
Offline
do you know of any way to check if windows 7 is booting with uefi or not?
(google have proved rather unhelpful on this matter so far)
May be off-topic wrt Linux, but to do this boot into Windows, open "cmd" (as Administrator), and then type "bcdedit". If the "path" variable under "Windows Boot Loader" shows "winload.exe", then its BIOS-MBR boot, if it is showing "winload.efi", then its UEFI-GPT boot.
C:\Windows\system32>bcdedit
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {dbd20116-b38a-11e1-826f-be71072f298b}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {dbd20114-b38a-11e1-826f-be71072f298b}
nx OptIn
numproc 2
usefirmwarepcisettings No
bootlog Yes
sos Yes
Last edited by the.ridikulus.rat (2012-10-22 09:47:25)
Offline
Pages: 1