Files
clear-linux-documentation/source/substitutions.txt
T
Jair Gonzalez 73e154d072 Bootable USB (#436)
* bootable-usb: Add extra caution about unmount

Not unmounting an USB partition before an image is burned could cause
file system checksum errors leading to other issues (including kernel
panics) when trying to boot from the USB drive. This commit adds an extra
caution note to warn the users about the possible issues they could find
when this step is not followed correctly.

Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@intel.com>

* bootable-usb: Add o_sync to the dd command

Update the example 'dd' command to burn an image, by adding the 'oflag=sync'
option. This allows to reduce the flashing time in conjunction with the
recommended 'bs=4M', enables a more accurate progress indicator, and allows
to remove the additional sync command, while preserving some cache
optimizations.

Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia@intel.com>
2019-03-28 18:45:16 -07:00

17 lines
564 B
Plaintext

.. |CL| replace:: Clear Linux OS
.. |CL-ATTR| replace:: Clear Linux* OS
.. |CL-PRJ| replace:: Clear Linux* project
.. |CC| replace:: Clear Containers
.. |CAUTION-BACKUP-USB| replace::
Burning an image formats the USB drive, and will destroy all pre-existing
content. Back up your data before proceeding.
.. |CAUTION-UNMOUNT-USB-PARTITIONS| replace::
Not fully unmounting the USB drive before burning an image could cause
file system checksum errors in it. If this happens, burn the image again
ensuring all the USB drive partitions are unmounted first.