diff --git a/source/clear-linux/get-started/bare-metal-install-beta-intro/bare-metal-install-beta-intro.rst b/source/clear-linux/get-started/bare-metal-install-beta-intro/bare-metal-install-beta-intro.rst new file mode 100644 index 00000000..926ee52c --- /dev/null +++ b/source/clear-linux/get-started/bare-metal-install-beta-intro/bare-metal-install-beta-intro.rst @@ -0,0 +1,67 @@ +.. _bare-metal-install-beta-intro: + +Install |CL-ATTR| with live desktop image +######################################### + +A live installer image is now available that launches a |CL| installer from +the GNOME desktop. + +#. Follow these steps to :ref: `download and burn a new live image, based + on your OS `. + +#. `Download the live image installer here`_. [link to live desktop img/dir] + +Getting started with the live image installer +********************************************* + +After you've successfully downloaded and burned the installer image on a USB drive, follow these steps to boot up from the live installer image. + + +#. Insert the USB drive into an available USB slot. + +#. Power on the system. + +#. Open the system BIOS setup menu by pressing the F2 key. + + .. note:: + + Your BIOS setup menu entry point may vary. + +#. In the setup menu, enable the UEFI boot and set the USB drive as the + first option in the device boot order. + +#. Save these settings and exit. + +#. Reboot the target system. + +#. The |CL| live image will boot as shown in Figure 1. + + .. figure:: figures/live-desktop-1.png + :scale: 100 % + :alt: The |CL| GNOME desktop + + Figure 1: The |CL| GNOME desktop + +#. Select the Activities menu in the upper left. + +#. Select the |CL| icon, **Install CLear Linux OS**, shown in Figure 2. + + .. figure:: figures/live-desktop-2.png + :scale: 100 % + :alt: Install Clear Linnux icon + + Figure 2: Install Clear Linnux icon + +#. Upon selecting the |CL| icon, the bare metal installer user interface is + launched, as shown in Figure 3. + + .. figure:: figures/live-desktop-3.png + :scale: 100 % + :alt: Install Clear Linnux icon + + Figure 3: Install Clear Linnux icon + +#. Follow the instructions in the :ref:`bare-metal-install-beta` + + + diff --git a/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-1.png b/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-1.png new file mode 100644 index 00000000..2a29dd55 Binary files /dev/null and b/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-1.png differ diff --git a/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-2.png b/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-2.png new file mode 100644 index 00000000..e3c8ff31 Binary files /dev/null and b/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-2.png differ diff --git a/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-3.png b/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-3.png new file mode 100644 index 00000000..442988f6 Binary files /dev/null and b/source/clear-linux/get-started/bare-metal-install-beta-intro/figures/live-desktop-3.png differ