]> git.proxmox.com Git - pve-docs.git/commitdiff
rename "usbstick" to "installation media" and move before wizard
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Feb 2020 15:19:48 +0000 (16:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Feb 2020 16:26:10 +0000 (17:26 +0100)
Besides the fact that "usb stick" is germaenglisch it allows to move
that section up which brings the chapter in a better order, as one
needs to prepare the installation media before they can use the
installer itself ;-)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pve-installation-media.adoc [new file with mode: 0644]
pve-installation.adoc
pve-usbstick.adoc [deleted file]

diff --git a/pve-installation-media.adoc b/pve-installation-media.adoc
new file mode 100644 (file)
index 0000000..625fc76
--- /dev/null
@@ -0,0 +1,123 @@
+[[installation_prepare_media]]
+Prepare Installation Media
+--------------------------
+ifdef::wiki[]
+:pve-toplevel:
+endif::wiki[]
+
+Download the installer ISO image from: {website}en/downloads/category/iso-images-pve
+
+The {pve} installation media is a hybrid ISO image. It works in two ways:
+
+* An ISO image file ready to burn to a CD or DVD.
+
+* A raw sector (IMG) image file ready to copy to a USB flash drive (USB stick).
+
+Using a USB flash drive to install {pve} is the recommended way because it is
+the faster option.
+
+Prepare a USB Flash Drive as Installation Medium
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The flash drive needs to have at least 1 GB of storage available.
+
+NOTE: Do not use UNetbootin. It does not work with the {pve} installation image.
+
+IMPORTANT: Make sure that the USB flash drive is not mounted and does not
+contain any important data.
+
+
+Instructions for GNU/Linux
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+On Unix-like operating system use the `dd` command to copy the ISO image to the
+USB flash drive. First find the correct device name of the USB flash drive (see
+below). Then run the `dd` command.
+
+----
+# dd if=proxmox-ve_*.iso of=/dev/XYZ bs=1M
+----
+
+NOTE: Be sure to replace /dev/XYZ with the correct device name.
+
+CAUTION: Be very careful, and do not overwrite the wrong disk!
+
+
+Find the Correct USB Device Name
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+There are two ways to find out the name of the USB flash drive. The first one is
+to compare the last lines of the `dmesg` command output before and after
+plugging in the flash drive. The second way is to compare the output of the
+`lsblk` command. Open a terminal and run:
+
+----
+# lsblk
+----
+
+Then plug in your USB flash drive and run the command again:
+
+----
+# lsblk
+----
+
+A new device will appear. This is the one you want to use. To be on the extra
+safe side check if the reported size matches your USB flash drive.
+
+
+Instructions for macOS
+~~~~~~~~~~~~~~~~~~~~~~
+
+Open the terminal (query Terminal in Spotlight).
+
+Convert the .iso file to .img using the convert option of `hdiutil` for example.
+
+----
+# hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
+----
+
+TIP: macOS tends to automatically add '.dmg' to the output file name.
+
+To get the current list of devices run the command:
+
+----
+# diskutil list
+----
+
+Now insert the USB flash drive and run this command again to determine which
+device node has been assigned to it. (e.g., /dev/diskX).
+
+----
+# diskutil list
+# diskutil unmountDisk /dev/diskX
+----
+
+NOTE: replace X with the disk number from the last command.
+
+----
+# sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskX bs=1m
+----
+
+NOTE: 'rdiskX', instead of 'diskX', in the last command is intended. It will
+increase the write speed.
+
+Instructions for Windows
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+Download Rufus from https://rufus.ie/. Either install it or use the portable
+version. Select the destination drive and the {pve} ISO file.
+
+Once you click 'Start' a dialog asking to download a different version of GRUB
+will show up. Click 'No'. In the next dialog select the 'DD' mode.
+
+An alternative to Rufus is Etcher. Download Etcher from https://etcher.io. It
+will guide you through the process of selecting the ISO and your USB Drive.
+
+ifdef::wiki[]
+Boot your Server from the USB Flash Drive
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Connect the USB flash drive to your server and make sure that booting from USB
+is enabled (check your servers firmware settings). Then follow the steps in the
+xref:chapter_installation[installation wizard].
+
+endif::wiki[]
index cc435ef0387c5fa871ad6821b37ebe3aa0eeb01e..1e4269897a6d572abeb1bd01c6d39b2ed49937b0 100644 (file)
@@ -26,6 +26,8 @@ ifndef::wiki[]
 
 include::pve-system-requirements.adoc[]
 
+include::pve-installation-media.adoc[]
+
 endif::wiki[]
 
 
@@ -33,7 +35,7 @@ endif::wiki[]
 Using the {pve} Installer
 -------------------------
 
-Download the installer ISO at {website}en/downloads. It includes the following:
+The installer ISO image includes the following:
 
 * Complete operating system (Debian Linux, 64-bit)
 
@@ -50,8 +52,11 @@ Download the installer ISO at {website}en/downloads. It includes the following:
 NOTE: All existing data on the server will be removed during the installation
 process.
 
-Please insert the installation media (e.g. USB flash drive, CD-ROM) and boot
-from it.
+Please insert the xref:installation_prepare_media[prepared installation media]
+(for example, USB flash drive or CD-ROM) and boot from it.
+
+TIP: Make sure that booting from the installation medium (for example, USB) is
+enabled in your servers firmware settings.
 
 [thumbnail="screenshot/pve-grub-menu.png"]
 
@@ -276,8 +281,6 @@ endif::wiki[]
 
 ifndef::wiki[]
 
-include::pve-usbstick.adoc[]
-
 Install {pve} on Debian
 -----------------------
 
diff --git a/pve-usbstick.adoc b/pve-usbstick.adoc
deleted file mode 100644 (file)
index 7deb6d7..0000000
+++ /dev/null
@@ -1,120 +0,0 @@
-Install from a USB Flash Drive
-------------------------------
-ifdef::wiki[]
-:pve-toplevel:
-endif::wiki[]
-
-The {pve} installation media is a hybrid ISO image. It works in two ways:
-
-* An ISO image file ready to burn to a CD or DVD.
-
-* A raw sector (IMG) image file ready to copy to a USB flash drive (USB stick).
-
-Using a USB flash drive to install {pve} is the recommended way because it is
-the faster option.
-
-Prepare a USB Flash Drive as Installation Medium
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Download the installer ISO image from:
-https://www.proxmox.com/en/downloads/category/iso-images-pve
-
-The flash drive needs to have at least 1GB of storage available.
-
-NOTE: Do not use UNetbootin. It does not work with the {pve} installation image.
-
-IMPORTANT: Make sure that the USB flash drive is not mounted and does not
-contain any important data.
-
-
-Instructions for GNU/Linux
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-On Unix-like operating system use the `dd` command to copy the ISO image to the
-USB flash drive. First find the correct device name of the USB flash drive (see
-below). Then run the `dd` command.
-
-----
-# dd if=proxmox-ve_*.iso of=/dev/XYZ bs=1M
-----
-
-NOTE: Be sure to replace /dev/XYZ with the correct device name.
-
-CAUTION: Be very careful, and do not overwrite the wrong disk!
-
-
-Find the Correct USB Device Name
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-There are two ways to find out the name of the USB flash drive. The first one is
-to compare the last lines of the `dmesg` command output before and after
-plugging in the flash drive. The second way is to compare the output of the
-`lsblk` command. Open a terminal and run:
-
-----
-# lsblk
-----
-
-Then plug in your USB flash drive and run the command again:
-
-----
-# lsblk
-----
-
-A new device will appear. This is the one you want to use. To be on the extra
-safe side check if the reported size matches your USB flash drive.
-
-
-Instructions for macOS
-~~~~~~~~~~~~~~~~~~~~~~
-
-Open the terminal (query Terminal in Spotlight).
-
-Convert the .iso file to .img using the convert option of `hdiutil` for example.
-
-----
-# hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
-----
-
-TIP: macOS tends to automatically add '.dmg' to the output file name.
-
-To get the current list of devices run the command:
-
-----
-# diskutil list
-----
-
-Now insert the USB flash drive and run this command again to determine which
-device node has been assigned to it. (e.g., /dev/diskX).
-
-----
-# diskutil list
-# diskutil unmountDisk /dev/diskX
-----
-
-NOTE: replace X with the disk number from the last command.
-
-----
-# sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskX bs=1m
-----
-
-NOTE: 'rdiskX', instead of 'diskX', in the last command is intended. It will
-increase the write speed.
-
-Instructions for Windows
-~~~~~~~~~~~~~~~~~~~~~~~~
-
-Download Rufus from https://rufus.ie/. Either install it or use the portable
-version. Select the destination drive and the {pve} ISO file.
-
-Once you click 'Start' a dialog asking to download a different version of GRUB
-will show up. Click 'No'. In the next dialog select the 'DD' mode.
-
-An alternative to Rufus is Etcher. Download Etcher from https://etcher.io. It
-will guide you through the process of selecting the ISO and your USB Drive.
-
-Boot your Server from the USB Flash Drive
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Connect the USB flash drive to your server and make sure that booting from USB
-is enabled (check your servers firmware settings). Then follow the steps in the
-xref:chapter_installation[installation wizard].