mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-04 12:51:38 +00:00
62 lines
2.0 KiB
ReStructuredText
62 lines
2.0 KiB
ReStructuredText
.. _compatibility-check:
|
|
|
|
Check processor and EFI firmware compatibility with Clear Linux\*
|
|
#################################################################
|
|
|
|
On a system that is currently running a Linux operating system, follow the
|
|
instructions below to determine if your system's processor and EFI firmware is
|
|
capable of running |CLOSIA|. Otherwise,
|
|
:ref:`run Clear Linux as a Live image <live-image>` and then perform the steps
|
|
below.
|
|
|
|
.. note::
|
|
This does not check other system components (for example: storage and
|
|
graphics) for compatibility with |CL|.
|
|
|
|
#. Download the `clear-linux-check-config.sh`_ file.
|
|
|
|
If a browser is not available, use:
|
|
|
|
.. code-block:: console
|
|
|
|
$ curl -O https://download.clearlinux.org/current/clear-linux-check-config.sh
|
|
|
|
#. Make the script executable.
|
|
|
|
.. code-block:: console
|
|
|
|
$ chmod +x clear-linux-check-config.sh
|
|
|
|
#. Run the script.
|
|
|
|
#. Check to see if the host's processor and EFI firmware is capable of
|
|
running |CL|.
|
|
|
|
.. code-block:: console
|
|
|
|
$ ./clear-linux-check-config.sh host
|
|
|
|
#. Check to see if the host is capable of running |CL| in a container.
|
|
|
|
.. code-block:: console
|
|
|
|
$ ./clear-linux-check-config.sh container
|
|
|
|
The script will print a list of test results similar to the output below.
|
|
All items should return a `SUCCESS` status. This example indicates the
|
|
host's processor and EFI firmware support running |CL|.
|
|
|
|
.. code-block:: console
|
|
|
|
Checking if host is capable of running Clear Liunx* OS for Intel® Architecture
|
|
|
|
SUCCESS: 64-bit CPU (lm)
|
|
SUCCESS: Supplemental Streaming SIMD Extensions 3 (ssse3)
|
|
SUCCESS: Streaming SIMD Extension v4.1 (sse4_1)
|
|
SUCCESS: Streaming SIMD Extensions v4.2 (sse4_2)
|
|
SUCCESS: Advanced Encryption Standard instruction set (aes)
|
|
SUCCESS: Carry-less Multiplication extensions (pclmulqdq)
|
|
SUCCESS: EFI Firmware
|
|
|
|
.. _clear-linux-check-config.sh: https://download.clearlinux.org/current/clear-linux-check-config.sh
|