After downloading the Fuel ISO image, you must prepare the installation media by mounting the ISO or burning a DVD/USB drive.
You can create a DVD with the Fuel ISO to install Fuel on a virtual or bare-metal hardware.
To create a DVD drive:
After downloading the Fuel ISO image, you can use a USB flash drive to install Fuel on your machine.
Note
Write the Fuel ISO image to the USB drive itself and not to one of
its partitions, if any. For example, if you have a USB /dev/sdc
with
the /dev/sdc1
and /dev/sdc2
partititions, write the ISO to
/dev/sdc
.
To create a USB drive on a UNIX system:
Plug in a USB drive to your machine.
Run the following command:
# dd if=/path-to-your-ISO of=/path-to-your-USB
Example:
# dd if=/home/user/fuel-isos/fuel-9.0.iso of=/dev/sdc
Warning
This operation wipes all the data you have on the USB drive and places a bootable Fuel ISO on it.
Proceed to Install the Fuel Master node.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.