diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index b863d2431..a6aeb6998 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -500,7 +500,8 @@ ChoicePage::onLeave() } else // installPath is then passed to the bootloader module for MBR setup { - m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() ); + if ( m_bootloaderComboBox.isNull() ) + m_core->setBootLoaderInstallPath( selectedDevice()->deviceNode() ); } }