Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp	(revision 82365)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp	(revision 82366)
@@ -1081,4 +1081,5 @@
                         case VirtualSystemDescriptionType_CloudOCISubnetCompartment:
                         case VirtualSystemDescriptionType_CloudPublicSSHKey:
+                        case VirtualSystemDescriptionType_BootingFirmware:
                             /** @todo  VirtualSystemDescriptionType_Miscellaneous? */
                             break;
Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 82365)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 82366)
@@ -3957,5 +3957,5 @@
   <enum
     name="VirtualSystemDescriptionType"
-    uuid="29c2299c-2c40-44b5-9775-2927f20763f3"
+    uuid="9078595f-74cf-4454-8787-34a8f72beed5"
     >
     <desc>Used with <link to="IVirtualSystemDescription" /> to describe the type of
@@ -4024,4 +4024,5 @@
     <const name="CloudOCISubnetCompartment" value="47" />
     <const name="CloudPublicSSHKey" value="48" />
+    <const name="BootingFirmware" value="49" />
   </enum>
 
Index: /trunk/src/VBox/Main/include/ApplianceImplPrivate.h
===================================================================
--- /trunk/src/VBox/Main/include/ApplianceImplPrivate.h	(revision 82365)
+++ /trunk/src/VBox/Main/include/ApplianceImplPrivate.h	(revision 82366)
@@ -413,4 +413,5 @@
     bool                            fForceIOAPIC;       // if true, we force enabling the IOAPIC
     uint32_t                        ulMemorySizeMB;     // virtual machine RAM in megabytes
+    Utf8Str                         strFirmwareType;    //Firmware - BIOS or EFI
 #ifdef VBOX_WITH_USB
     bool                            fUSBEnabled;
