Most modern systems use UEFI with GPT partitioning style in which the UEFI keeps a list of boot entries corresponding to files in the EFI system partition. As such, the concept of active partitions is deprecated in UEFI systems. This is why, if you attempt to mark a GPT disk as active, you’ll encounter the self-explanatory error message:“The selected disk is not a fixed MBR disk. The ACTIVE command can only be used on fixed MBR disks.” One thing that’s worth mentioning is that UEFI systems do contain a protective MBR, but the active partition in this MBR is ignored. The UEFI instead uses the EFI Boot Loader to boot from the EFI system partition. It should be evident now that this isn’t an error as much as it is intentional design. However, this can still be a roadblock in certain cases. For instance, you may need to mark a partition as active to create a bootable USB or something similar. In such cases, you can work around this error by converting the GPT disk to MBR. The disk will be cleaned during the conversion, so you’ll want to back up the contents elsewhere first. You must also make sure you select the correct disk to clean and make active. Cleaning the wrong disk will wipe everything from it. Additionally, on MBR systems, marking a partition without boot files as active can cause booting issues. With that said, here are the necessary steps:

 Fix  The Selected Disk Is Not A Fixed MBR Disk - 66 Fix  The Selected Disk Is Not A Fixed MBR Disk - 78