]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-installation-media.adoc
totp: fix copy/paste mistake
[pve-docs.git] / pve-installation-media.adoc
index 154d2969e4b160cb778519b8c03fba4624e2ea07..a1c9402879564d1f6c30742144d05b689c220003 100644 (file)
@@ -5,7 +5,7 @@ ifdef::wiki[]
 :pve-toplevel:
 endif::wiki[]
 
-Download the installer ISO image from: {website}en/downloads/category/iso-images-pve
+Download the installer ISO image from: {website}en/downloads/proxmox-virtual-environment/iso
 
 The {pve} installation media is a hybrid ISO image. It works in two ways:
 
@@ -70,10 +70,11 @@ Instructions for macOS
 
 Open the terminal (query Terminal in Spotlight).
 
-Convert the .iso file to .img using the convert option of `hdiutil` for example.
+Convert the `.iso` file to `.dmg` format using the convert option of `hdiutil`,
+for example:
 
 ----
-# hdiutil convert -format UDRW -o proxmox-ve_*.dmg proxmox-ve_*.iso
+# hdiutil convert proxmox-ve_*.iso -format UDRW -o proxmox-ve_*.dmg
 ----
 
 TIP: macOS tends to automatically add '.dmg' to the output file name.
@@ -95,7 +96,7 @@ device node has been assigned to it. (e.g., /dev/diskX).
 NOTE: replace X with the disk number from the last command.
 
 ----
-# sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskX bs=1m
+# sudo dd if=proxmox-ve_*.dmg bs=1M of=/dev/rdiskX
 ----
 
 NOTE: 'rdiskX', instead of 'diskX', in the last command is intended. It will
@@ -108,17 +109,17 @@ Using Etcher
 ^^^^^^^^^^^^
 
 Etcher works out of the box. Download Etcher from https://etcher.io. It will
-guide you through the process of selecting the ISO and your USB Drive.
+guide you through the process of selecting the ISO and your USB flash drive.
 
 Using Rufus
 ^^^^^^^^^^^
 
-Rufus is a more lightweight alternative. Download it from https://rufus.ie/.
-Either install Rufus or use the portable version. Select the destination drive
-and the {pve} ISO file.
+Rufus is a more lightweight alternative, but you need to use the *DD mode* to
+make it work. Download Rufus from https://rufus.ie/. Either install it or use
+the portable version. Select the destination drive and the {pve} ISO file.
 
-IMPORTANT:  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.
+IMPORTANT: Once you 'Start' you have to click 'No' on the dialog asking to
+download a different version of GRUB. In the next dialog select the 'DD' mode.
 
 ifdef::wiki[]
 Boot your Server from the USB Flash Drive