X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-installation-media.adoc;h=fe1b12a78ddb4083f02e584e8d6dc708831609e7;hb=74ff2e640d0f2390aeea3689147450603cd4f56d;hp=625fc763aa7ed0245cdc25070bfe1ff6a61a6eb9;hpb=44ea3fd62af6f1c0d05e5abc467a297ccb3db042;p=pve-docs.git diff --git a/pve-installation-media.adoc b/pve-installation-media.adoc index 625fc76..fe1b12a 100644 --- a/pve-installation-media.adoc +++ b/pve-installation-media.adoc @@ -35,10 +35,11 @@ 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 +# dd bs=1M conv=fdatasync if=./proxmox-ve_*.iso of=/dev/XYZ ---- -NOTE: Be sure to replace /dev/XYZ with the correct device name. +NOTE: Be sure to replace /dev/XYZ with the correct device name and adapt the +input filename ('if') path. CAUTION: Be very careful, and do not overwrite the wrong disk! @@ -103,14 +104,21 @@ 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. +Using Etcher +^^^^^^^^^^^^ -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. +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. -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. +Using Rufus +^^^^^^^^^^^ + +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 '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