Skip to content

Commit

Permalink
Rebranding of Intel NUC Desktop page
Browse files Browse the repository at this point in the history
  • Loading branch information
mtruj013 authored and Carlos Wu Fei committed Feb 20, 2024
1 parent a8770e6 commit 2d0a9b4
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 140 deletions.
136 changes: 52 additions & 84 deletions templates/download/intel-iei-tank-870.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,90 +28,58 @@ <h1>Install Ubuntu Core<br /> on an Intel IEI TANK 870</h1>

<section class="p-section">
<div class="row">
<ol class="p-stepped-list--detailed">
<li class="p-stepped-list__item ">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Set up an Ubuntu SSO account</h2>
<div class="p-stepped-list__content">
<p>An Ubuntu SSO account is required to create the first user on an Ubuntu Core installation.</p>
<ol class="u-no-margin--left">
<li>Start by creating an <a href="https://login.ubuntu.com/">Ubuntu SSO account</a>.</li>
<li>Import an SSH Key into your <a href="https://login.ubuntu.com/ssh-keys">Ubuntu SSO account</a>. (<a href="https://help.ubuntu.com/community/SSH/OpenSSH/Keys">instructions</a>)</li>
</ol>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Download Ubuntu Core</h2>
<div class="p-stepped-list__content">
<p>Download the <a href="https://cdimage.ubuntu.com/ubuntu-core/18/stable/current/ubuntu-core-18-amd64+kassel.img.xz">Ubuntu Core 18 image for the Intel IEI TANK 870</a>.</p>
<p>You can then verify the integrity of the download using the associated <a href="https://cdimage.ubuntu.com/ubuntu-core/18/stable/current/SHA256SUMS">SHA256SUMS file</a> and the <code>md5sum</code> command on most Linux distributions.</p>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Prepare the two USB flash drives</h2>
<div class="p-stepped-list__content">
<ol class="u-no-margin--left">
<li>Download and flash an <a href="/download/desktop">Ubuntu Desktop {{ releases.lts.full_version }} <abbr title="Long-term support">LTS</abbr></a> image on the first USB flash drive by following the live USB Ubuntu Desktop tutorial for <a href="/tutorials/tutorial-create-a-usb-stick-on-ubuntu">Ubuntu</a>, <a href="/tutorials/tutorial-create-a-usb-stick-on-windows">Windows</a>, or <a href="/tutorials/tutorial-create-a-usb-stick-on-macos">macOS</a>.</li>
<li>Copy the Ubuntu Core image file to the second USB flash drive.</li>
</ol>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Boot the live Ubuntu Desktop image</h2>
<div class="p-stepped-list__content">
<ol class="u-no-margin--left">
<li>Connect the keyboard and monitor to the Intel IEI TANK 870.</li>
<li>Insert the first USB flash drive, containing Ubuntu Desktop {{ releases.lts.full_version }} <abbr title="Long-term support">LTS</abbr>.</li>
<li>Start the device and press F7 to enter the boot menu.</li>
<li>Select the USB flash drive as a boot option.</li>
<li>Select "Try Ubuntu without installing".</li>
</ol>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Flash Ubuntu Core to the internal memory</h2>
<div class="p-stepped-list__content">
<ol class="u-no-margin--left">
<li>Once the Ubuntu session has started, insert the second USB flash drive containing the Ubuntu Core image file.</li>
<li><p>Open a terminal and use the following command to find out the target disk device to install the Ubuntu Core image to:</p>
<pre><code>sudo fdisk -l</code></pre></li>
<li><p>Run the following command, where <code>&lt;disk label&gt;</code> is the label of the second USB flash drive:</p>
<pre><code>xzcat /media/ubuntu/&lt;disk label&gt;/&lt;name of the image&gt;.img.xz | sudo dd of=/dev/&lt;target disk device&gt; bs=32M status=progress; sync</code></pre></li>
<li>Reboot the system and remove the flash drives when prompted. It will then boot from the internal memory where Ubuntu Core has been flashed.</li>
</ol>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">First boot setup</h2>
<div class="p-stepped-list__content">
<ol class="u-no-margin--left">
<li>The system will boot then become ready to configure.</li>
<li>The device will display the prompt "Press enter to configure".</li>
<li>Press enter then select "Start" to begin configuring your network and an administrator account. Follow the instructions on the screen, you will be asked to configure your network and enter your Ubuntu SSO credentials.</li>
<li>
<p>At the end of the process, you will see your credentials to access your Ubuntu Core machine:</p>
<pre><code>This device is registered to &lt;Ubuntu SSO email address&gt;.
Remote access was enabled via authentication with the SSO user &lt;Ubuntu SSO user name&gt;
Public SSH keys were added to the device for remote access.</code></pre>
</li>
</ol>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Connect to the device</h2>
<div class="p-stepped-list__content">
<p>Once setup is done, you can login with SSH into Ubuntu Core, from a machine on the same network, using the following command:</p>
<pre><code>ssh &lt;Ubuntu SSO user name&gt;@&lt;device IP address&gt;</code></pre>
<p>Your user name is your Ubuntu SSO user name, and the command should be displayed on the RPi.</p>
</div>
</li>
</ol>
<div class="u-fixed-width">
<ol class="p-stepped-list--detailed">
{% include "download/shared/_setup-ubuntu-sso.html" %}
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Download Ubuntu Core</h2>
<div class="p-stepped-list__content">
<p>Download the <a href="https://cdimage.ubuntu.com/ubuntu-core/18/stable/current/ubuntu-core-18-amd64+kassel.img.xz">Ubuntu Core 18 image for the Intel IEI TANK 870</a>.</p>
<p>You can then verify the integrity of the download using the associated <a href="https://cdimage.ubuntu.com/ubuntu-core/18/stable/current/SHA256SUMS">SHA256SUMS file</a> and the <code>md5sum</code> command on most Linux distributions.</p>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Prepare the two USB flash drives</h2>
<div class="p-stepped-list__content">
<ol class="p-list--divided">
<li class="p-list__item">Download and flash an <a href="/download/desktop">Ubuntu Desktop {{ releases.lts.full_version }} <abbr title="Long-term support">LTS</abbr></a> image on the first USB flash drive by following the live USB Ubuntu Desktop tutorial for <a href="/tutorials/tutorial-create-a-usb-stick-on-ubuntu">Ubuntu</a>, <a href="/tutorials/tutorial-create-a-usb-stick-on-windows">Windows</a>, or <a href="/tutorials/tutorial-create-a-usb-stick-on-macos">macOS</a>.</li>
<li class="p-list__item">Copy the Ubuntu Core image file to the second USB flash drive.</li>
</ol>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Boot the live Ubuntu Desktop image</h2>
<div class="p-stepped-list__content">
<ol class="p-list--divided">
<li class="p-list__item">Connect the keyboard and monitor to the Intel IEI TANK 870.</li>
<li class="p-list__item">Insert the first USB flash drive, containing Ubuntu Desktop {{ releases.lts.full_version }} <abbr title="Long-term support">LTS</abbr>.</li>
<li class="p-list__item">Start the device and press F7 to enter the boot menu.</li>
<li class="p-list__item">Select the USB flash drive as a boot option.</li>
<li class="p-list__item">Select "Try Ubuntu without installing".</li>
</ol>
</div>
</li>
<li class="p-stepped-list__item">
<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">Flash Ubuntu Core to the internal memory</h2>
<div class="p-stepped-list__content">
<ol class="u-no-margin--left p-list--divided">
<li class="p-list__item">Once the Ubuntu session has started, insert the second USB flash drive containing the Ubuntu Core image file.</li>
<li class="p-list__item"><p>Open a terminal and use the following command to find out the target disk device to install the Ubuntu Core image to:</p>
<pre><code>sudo fdisk -l</code></pre></li>
<li class="p-list__item"><p>Run the following command, where <code>&lt;disk label&gt;</code> is the label of the second USB flash drive:</p>
<pre><code>xzcat /media/ubuntu/&lt;disk label&gt;/&lt;name of the image&gt;.img.xz | sudo dd of=/dev/&lt;target disk device&gt; bs=32M status=progress; sync</code></pre></li>
<li class="p-list__item">Reboot the system and remove the flash drives when prompted. It will then boot from the internal memory where Ubuntu Core has been flashed.</li>
</ol>
</div>
</li>
{% include "download/shared/_first-boot-setup.html" %}
{% include "download/shared/_login.html" %}
</ol>
</div>
</div>
</section>

Expand Down
121 changes: 68 additions & 53 deletions templates/download/intel-nuc-desktop.html
Original file line number Diff line number Diff line change
@@ -1,90 +1,105 @@
{% extends "download/_base_download.html" %}

{% block title %}Install Ubuntu Desktop on the Intel&reg; NUC{% endblock %}}
{% block title %}Install Ubuntu Desktop on the Intel&reg; NUC{% endblock %}
{% block description %}Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.{% endblock %}

{% block meta_copydoc %}https://docs.google.com/document/d/1hDkrBqpJXWaENYZMSxd8P-XLFQ2LQqS1wNe4o2MGLho/edit{% endblock meta_copydoc %}
{% block body_class %}is-paper{% endblock body_class %}

{% block content %}
<section class="p-strip--light is-bordered" id="core">
<div class="row">
<div class="col-8">
<h1>Install Ubuntu Desktop on the Intel<sup>&reg;</sup> NUC</h1>
<p>There are two install options for the Intel NUC: <a href="intel-nuc">Ubuntu Core</a> or <a href="#desktop">Ubuntu Desktop</a> This page is for Ubuntu Desktop.</p>
<section class="p-strip is-shallow u-no-padding--bottom">
<div class="row--50-50 p-section">
<div class="col">
<h1>Install Ubuntu Desktop<br /> on the Intel<sup>&reg;</sup> NUC</h1>
</div>
</div>
<div class="row" id="desktop">
<div class="col-12 p-card">
<div class="u-equal-height row p-divider">
<div class="col-6 p-divider__block">
<h2>Install Ubuntu Desktop</h2>
<p>Use your favourite development tools, install snaps and access the vast Ubuntu ecosystem with your NUC.</p>
</div>
<div class="col-6 p-divider__block">
<h3>Minimum requirements</h3>
<ul class="p-list">
<li class="p-list__item is-ticked">An Intel NUC with BIOS updated to the latest version (<a href="https://www.intel.com/content/www/us/en/support/articles/000033300/intel-nuc.html">update instructions</a>)</li>
<li class="p-list__item is-ticked">1 USB 2.0 or 3.0 flash drive (4GB minimum for Dawson Canyon NUCs, 2GB for older generations)</li>
<li class="p-list__item is-ticked">A USB keyboard and a mouse</li>
<li class="p-list__item is-ticked">A monitor with an HDMI interface</li>
<li class="p-list__item is-ticked">An HDMI cable</li>
<li class="p-list__item is-ticked">A network connection with Internet access</li>
</ul>
</div>
</div>
<div class="col">
<p>There are two install options for the Intel NUC: <a href="/download/iot/intel-nuc">Ubuntu Core</a> or <a href="/download/iot/intel-nuc-desktop#desktop">Ubuntu Desktop</a>. This page is for Ubuntu Desktop.</p>
<p>Use your favourite development tools, install snaps and access the vast Ubuntu ecosystem with your NUC.</p>
<hr class="p-rule" />
<h2 class="p-heading--5">Minimum requirements</h2>
<ul class="p-list--divided">
<li class="p-list__item is-ticked">An Intel&reg; NUC with BIOS updated to the latest version (<a href="https://www.intel.com/content/www/us/en/support/articles/000033300/intel-nuc.html">update instructions</a>)</li>
<li class="p-list__item is-ticked">1 USB 2.0 or 3.0 flash drive (4GB minimum for Dawson Canyon NUCs, 2GB for older generations)</li>
<li class="p-list__item is-ticked">A USB keyboard and a mouse</li>
<li class="p-list__item is-ticked">A monitor with an HDMI interface</li>
<li class="p-list__item is-ticked">A Mini HDMI to HDMI cable</li>
<li class="p-list__item is-ticked">A monitor with VGA or HDMI interface</li>
<li class="p-list__item is-ticked">A VGA or HDMI cable</li>
<li class="p-list__item is-ticked">A network connection with Internet access</li>
<li class="p-list__item is-ticked">An Ubuntu Desktop 16.04.3 LTS image</li>
</ul>
</div>
</div>
</section>

<section class="p-strip is-deep is-bordered">
<div class="u-fixed-width">
<h2>Installation instructions</h2>
<section class="p-section">
<div class="row">
<ol class="p-stepped-list--detailed">
<li class="p-stepped-list__item">
<h3 class="p-stepped-list__title">

<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">
Download Ubuntu Desktop
</h3>
</h2>
<div class="p-stepped-list__content">
<p>Download the correct Ubuntu image for your device:</p>
<ul class="u-no-margin--left u-no-margin--top">
<li><a href="http://people.canonical.com/~platform/images/nuc/pc-dawson-xenial-amd64-m4-20180507-32.iso"> Dawson Canyon and June Canyon NUC &ndash; Ubuntu Desktop 16.04 LTS image</a>
<ul class="p-list--divided u-no-margin--left u-no-margin--top">
<li class="p-list__item"><a href="http://people.canonical.com/~platform/images/nuc/pc-dawson-xenial-amd64-m4-20180507-32.iso">Dawson Canyon and June Canyon NUC Ubuntu Desktop 16.04 LTS image</a>
<br>Certified for the Dawson Canyon NUC models: NUC7i7DNHE, NUC7i7DNKE, NUC7i7DNBE, NUC7i5DNHE, NUC7i5DNKE, NUC7i5DNBE NUC7i3DNHE, NUC7i3DNKE, NUC7i3DNBE and for the June Canyon NUC models: NUC7PJYH and NUC7CJYH.</li>
</ul>
</div>
</li>
<li class="p-stepped-list__item">
<h3 class="p-stepped-list__title">

<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">
Flash the USB drive
</h3>
</h2>
<div class="p-stepped-list__content">
<p>Copy the image on a USB drive by following the <a href="/tutorials/tutorial-create-a-usb-stick-on-ubuntu">installation media instructions</a>.</p>
<p>Copy the image on a USB drive by following the <a href="https://developer.ubuntu.com/core/get-started/installation-medias">installation media instructions</a>.</p>
</div>
</li>
<li class="p-stepped-list__item">
<h3 class="p-stepped-list__title">

<hr class="p-rule u-hide--large" />
<h2 class="p-stepped-list__title">
Install Ubuntu Desktop
</h3>
</h2>
<div class="p-stepped-list__content">
<p>Booting the system from the USB flash drive will start the Ubuntu installer.</p>
<ol class="u-no-margin--left">
<li>Insert the USB flash drive in the NUC.</li>
<li>Start the NUC and push F10 to enter the boot menu.</li>
<li>Select the USB flash drive as a boot option.</li>
<li>The system will automatically execute the first stage of installation and prompt for an acknowledgement of a complete system recovery.</li>
<li>Follow the instructions and enter appropriate options for language, WiFi, location (timezone), and keyboard layout.</li>
<li>Pick a hostname, user account and password.</li>
<li>Wait for the configuration to finish. If you are connected to an active network, it will take several minutes to download and apply additional updates.</li>
<li>Ubuntu is installed. Use your account and password to log in.</li>
</ol>
<hr class="p-rule" />
<ul class="u-no-margin--left p-list--divided">
<li class="p-list__item">Insert the USB flash drive in the NUC.</li>
<li class="p-list__item">Start the NUC and push F10 to enter the boot menu.</li>
<li class="p-list__item">Select the USB flash drive as a boot option.</li>
<li class="p-list__item">The system will automatically execute the first stage of installation and prompt for an acknowledgement of a complete system recovery.</li>
<li class="p-list__item">Follow the instructions and enter appropriate options for language, WiFi, location (timezone), and keyboard layout.</li>
<li class="p-list__item">Pick a hostname, user account and password.</li>
<li class="p-list__item">Wait for the configuration to finish. If you are connected to an active network, it will take several minutes to download and apply additional updates.</li>
<li class="p-list__item">Ubuntu is installed. Use your account and password to log in.</li>
</ul>
</div>
</li>
</ol>
</div>
</section>

{% include "download/shared/_get-ebook-security.html"%}
{% include "download/shared/_download-security.html" %}

{% include "download/shared/_resources.html" %}

{% with first_item="_core_learn_more", second_item="_core_contribute", third_item="_iot_further_reading" %}{% include "shared/contextual_footers/_contextual_footer.html" %}{% endwith %}
<template style="display:none" id="article-template">
<li class="p-list__item">
<a class="article-link article-title"></a>
</li>
</template>

<script src="{{ versioned_static('js/dist/latest-news.js') }}"></script>
<script>
canonicalLatestNews.fetchLatestNews(
{
articlesContainerSelector: "#latest-articles",
articleTemplateSelector: "#article-template",
limit: "5",
groupId: "1666",
}
)
</script>
{% endblock content %}
4 changes: 2 additions & 2 deletions templates/download/shared/_first-boot-setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ <h2 class="p-stepped-list__title">First boot setup</h2>
<li class="p-list__item">Press enter then select "Start" to begin configuring your network and an administrator account. Follow the instructions on the screen, you will be asked to configure your network and enter your Ubuntu SSO credentials.</li>
<li class="p-list__item">
At the end of the process, you will see your credentials to access your Ubuntu Core machine:
<p></p>
<br /><br />
<pre><code>This device is registered to &lt;Ubuntu SSO email address&gt;.
Remote access was enabled via authentication with the SSO user &lt;Ubuntu SSO user name&gt;
Public SSH keys were added to the device for remote access.</code></pre>
</li>
</ol>
</div>
</li>
</li>
2 changes: 1 addition & 1 deletion templates/download/shared/_setup-ubuntu-sso.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ <h2 class="p-stepped-list__title">Set up an Ubuntu SSO account</h2>
<li class="p-list__item">Import an SSH Key into your <a href="https://login.ubuntu.com/ssh-keys">Ubuntu SSO account</a>. (<a href="https://help.ubuntu.com/community/SSH/OpenSSH/Keys">instructions</a>)</li>
</ol>
</div>
</li>
</li>

0 comments on commit 2d0a9b4

Please sign in to comment.