mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-18 17:14:41 -04:00
[ui] disable BIOS boot when MBR for UEFI is selected in dual UEFI/BIOS mode
* Closes #708
This commit is contained in:
parent
5afffd1018
commit
1cc7fca4c5
2 changed files with 6 additions and 6 deletions
|
@ -908,7 +908,7 @@ static BOOL WriteMBR(HANDLE hPhysicalDrive)
|
|||
|
||||
// What follows is really a case statement with complex conditions listed
|
||||
// by order of preference
|
||||
if (allow_dual_uefi_bios)
|
||||
if ((allow_dual_uefi_bios) && (tt == TT_BIOS))
|
||||
goto windows_mbr;
|
||||
|
||||
// Forced UEFI (by zeroing the MBR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue