Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp	(revision 33929)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp	(revision 33930)
@@ -1644,4 +1644,9 @@
     /* Apply UI decorations */
     Ui::UIMachineSettingsStorage::setupUi (this);
+
+    /* Enumerate Mediums. We need at least the MediaList filled, so this is the
+     * lasted point, where we can start. The rest of the media checking is done
+     * in a background thread. */
+    vboxGlobal().startEnumeratingMedia();
 
     /* Initialize pixmap pool */
@@ -1799,9 +1804,4 @@
     UISettingsPageMachine::fetchData(data);
 
-    /* Enumerate Mediums. We need at least the MediaList filled, so this is the
-     * lasted point, where we can start. The rest of the media checking is done
-     * in a background thread. */
-    vboxGlobal().startEnumeratingMedia();
-
     /* Fill internal variables with corresponding values: */
     m_cache.m_strMachineId = m_machine.GetId();
