What is CSM mode?

CSM: Compatibility Support Mode

The CSM provides additional functionality to UEFI. This additional functionality permits the loading of a traditional OS or the use of a traditional OpROM. 

The CSM operates in two distinct environments:

1.Booting a traditional or non-EFI-aware OS. 

The first operation, booting a traditional or non-EFI-aware OS, is the traditional environment. It is expected that traditional OpROMs will be around long after traditional OSs have been replaced by EFI-aware OSs. The code that is required to load a UEFI-aware OS is a subset of the code that is required to boot a traditional (non-EFI-aware) OS.

2.Loading a UEFI-aware OS a device that is controlled by a traditional Option ROM.

To make things simple, a device ideally (eg the onboard graphic controller) has a native UEFI driver but for compatibility with an older/non-UEFI aware operating system, the CSM allows the loading of the old style PCI Option ROMs we are all familiar with. You need either one or the other. If you load a UEFI driver, the legacy PCI Option ROM is not used. The CSM also allows you to boot operating systems that have no idea what UEFI is.

 

The TEM150 UEFI has these options for CSM:

 1."Legacy" ,(This allows you to manually set priorities for different types of devices eg "Legacy " means that if both are available, the legacy driver will be chosen.)

 2."UEFI" (This allows you to manually set priorities for different types of devices eg "UEFI " means that if both are available, the UEFI driver will be chosen.)

 3."Do not launch" This disables CSM entirely with all its functions and runs in UEFI-only mode. This option boots a lot faster because it doesn't load or wait for any legacy components.

    If your graphics cards and any other expansion cards etc fully support UEFI, you can just turn it off (this is how I set it).

原文地址:https://www.cnblogs.com/yongdaiblog-201409/p/6683793.html