diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index b700a24aa..1f9959f97 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * Copyright 2014-2016, Teo Mrnjavac + * Copyright 2014-2017, Teo Mrnjavac * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -565,7 +565,7 @@ ChoicePage::onLeave() } else // installPath is then passed to the bootloader module for MBR setup { - if ( m_bootloaderComboBox.isNull() ) + if ( !m_isEfi && m_bootloaderComboBox.isNull() ) m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() ); } }