@@ -85,10 +85,10 @@ manually, as described below).
85
85
Please refer to the ACRN :ref: `release_notes ` for the Clear Linux OS
86
86
version number tested with a specific ACRN release. Adjust the
87
87
instruction below to reference the appropriate version number of Clear
88
- Linux OS (we use version 28960 as an example).
88
+ Linux OS (we use version 30210 as an example).
89
89
90
90
#. Download the compressed Clear Linux OS installer image from
91
- https://download.clearlinux.org/releases/28960 /clear/clear-28960-installer .img.xz
91
+ https://download.clearlinux.org/releases/30210 /clear/clear-30210-live-server .img.xz
92
92
and follow the `Clear Linux OS installation guide
93
93
<https://clearlinux.org/documentation/clear-linux/get-started/bare-metal-install-server> `_
94
94
as a starting point for installing Clear Linux OS onto your platform. Follow the recommended
@@ -99,7 +99,12 @@ manually, as described below).
99
99
When setting up Clear Linux on your NUC:
100
100
101
101
#. Launch the Clear Linux OS installer boot menu
102
- #. With Clear Linux OS highlighted, select Enter.
102
+ #. With Clear Linux OS highlighted, select Enter
103
+ #. Login with your root account, and new password
104
+ #. Run the installer using the command::
105
+
106
+ $ clr-installer
107
+
103
108
#. From the Main Menu, select "Configure Media" and set
104
109
"Auto Partition" to your desired hard disk.
105
110
#. Press :kbd: `A ` to show the "Advanced options".
@@ -137,7 +142,7 @@ can see your current Clear Linux version with the command::
137
142
138
143
$ cat /etc/os-release
139
144
140
- .. note :: In the following steps, we're using Clear Linux version 28960 . You should
145
+ .. note :: In the following steps, we're using Clear Linux version 30210 . You should
141
146
specify the Clear Linux version you want to use.
142
147
143
148
Here are the steps to install Clear Linux on your NUC, set up the SOS
@@ -156,11 +161,11 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
156
161
$ cd ~
157
162
$ wget https://raw.githubusercontent.com/projectacrn/acrn-hypervisor/master/doc/getting-started/acrn_quick_setup.sh
158
163
159
- $ sudo sh acrn_quick_setup.sh -s 28960
164
+ $ sudo sh acrn_quick_setup.sh -s 30210
160
165
Password:
161
166
Upgrading SOS...
162
167
Disable auto update...
163
- Clear Linux version 28960 is already installed. Continuing to setup SOS...
168
+ Clear Linux version 30210 is already installed. Continuing to setup SOS...
164
169
Adding the service-os, kernel-iot-lts2018 and systemd-networkd-autostart bundles...
165
170
...100%
166
171
...100%
@@ -191,7 +196,7 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
191
196
it using ``-e `` option. For example, to set up the SOS on an NVMe
192
197
SSD, you could specify::
193
198
194
- sudo sh acrn_quick_setup.sh -s 28960 -e /dev/nvme0n1p1
199
+ sudo sh acrn_quick_setup.sh -s 30210 -e /dev/nvme0n1p1
195
200
196
201
.. note ::
197
202
If you don't need to reboot automatically after setting up the SOS, you
@@ -213,10 +218,10 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
213
218
214
219
.. code-block :: console
215
220
216
- $ sudo sh acrn_quick_setup.sh -u 28960
221
+ $ sudo sh acrn_quick_setup.sh -u 30210
217
222
Password:
218
223
Upgrading UOS...
219
- Downloading UOS image: https://download.clearlinux.org/releases/28960 /clear/clear-28960 -kvm.img.xz
224
+ Downloading UOS image: https://download.clearlinux.org/releases/30210 /clear/clear-30210 -kvm.img.xz
220
225
% Total % Received % Xferd Average Speed Time Time Time Current
221
226
Dload Upload Total Spent Left Speed
222
227
14 248M 14 35.4M 0 0 851k 0 0:04:57 0:00:42 0:04:15 293k
@@ -225,18 +230,18 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
225
230
226
231
.. code-block :: console
227
232
228
- Unxz UOS image: clear-28960 -kvm.img.xz
229
- Get UOS image: clear-28960 -kvm.img
233
+ Unxz UOS image: clear-30210 -kvm.img.xz
234
+ Get UOS image: clear-30210 -kvm.img
230
235
Upgrade UOS done...
231
236
Now you can run this command to start UOS...
232
- $ sudo /root/launch_uos_28960 .sh
237
+ $ sudo /root/launch_uos_30210 .sh
233
238
234
239
#. Now you can launch the UOS using the customized launch_uos script
235
240
(with sudo):
236
241
237
242
.. code-block :: console
238
243
239
- $ sudo /root/launch_uos_28960 .sh
244
+ $ sudo /root/launch_uos_30210 .sh
240
245
Password:
241
246
cpu1 online=0
242
247
cpu2 online=0
@@ -296,7 +301,7 @@ and UOS using the ``acrn_quick_setup.sh`` script, and launch the UOS:
296
301
.. code-block :: console
297
302
298
303
# uname -r
299
- 4.19.34-45 .iot-lts2018-sos
304
+ 4.19.55-67 .iot-lts2018-sos
300
305
# ls /dev/acrn*
301
306
/dev/acrn_hvlog_cur_0 /dev/acrn_hvlog_cur_2 /dev/acrn_trace_0 /dev/acrn_trace_2 /dev/acrn_vhm
302
307
/dev/acrn_hvlog_cur_1 /dev/acrn_hvlog_cur_3 /dev/acrn_trace_1 /dev/acrn_trace_3
@@ -325,16 +330,16 @@ and UOS manually following these steps:
325
330
.. note ::
326
331
The Clear Linux OS installer will automatically check for updates and install the
327
332
latest version available on your system. If you wish to use a specific version
328
- (such as 28960 ), you can achieve that after the installation has completed using
329
- ``sudo swupd verify --fix --picky -m 28960 ``
333
+ (such as 30210 ), you can achieve that after the installation has completed using
334
+ ``sudo swupd verify --fix --picky -m 30210 ``
330
335
331
336
#. If you have an older version of Clear Linux OS already installed
332
337
on your hardware, use this command to upgrade Clear Linux OS
333
- to version 28960 (or newer):
338
+ to version 30210 (or newer):
334
339
335
340
.. code-block :: none
336
341
337
- $ sudo swupd update -m 28960 # or newer version
342
+ $ sudo swupd update -m 30210 # or newer version
338
343
339
344
#. Use the ``sudo swupd bundle-add `` command and add these Clear Linux OS bundles:
340
345
@@ -570,14 +575,14 @@ Set up Reference UOS
570
575
====================
571
576
572
577
#. On your platform, download the pre-built reference Clear Linux OS UOS
573
- image version 28960 (or newer) into your (root) home directory:
578
+ image version 30210 (or newer) into your (root) home directory:
574
579
575
580
.. code-block :: none
576
581
577
582
$ cd ~
578
583
$ mkdir uos
579
584
$ cd uos
580
- $ curl https://download.clearlinux.org/releases/28960 /clear/clear-28960 -kvm.img.xz -o uos.img.xz
585
+ $ curl https://download.clearlinux.org/releases/30210 /clear/clear-30210 -kvm.img.xz -o uos.img.xz
581
586
582
587
.. note ::
583
588
In case you want to use or try out a newer version of Clear Linux OS as the UOS, you can
0 commit comments