The boot device class refers to the type of virtual hardware (e.g., hard disk, CD-ROM, network) from which a virtual machine (VM) or ESXi host attempts to load its operating system or firmware during startup.
ESXi 8.x
bios.bootDeviceClasses = "allow:all" can be used to return back to default.
Using vmx file:
Using Advanced Settings:
Note: The option sets only the list of allowed device classes and not their order. Therefore, allow:net,cd andallow:cd,net are equivalent.