]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-usbstick.adoc
fixup: s/devies/devices/
[pve-docs.git] / pve-usbstick.adoc
index adf4ea8dfd1bd990e72acacb5978a76acce6e8fc..5eb9132b3d14368fc76a0796981042b28aba8836 100644 (file)
@@ -1,13 +1,10 @@
 Install from USB Stick
 ----------------------
-include::attributes.txt[]
-
 ifdef::wiki[]
 :pve-toplevel:
 endif::wiki[]
 
-The {pve} installation media is now a hybrid ISO image, working in two
-ways:
+The {pve} installation media is a hybrid ISO image, working in two ways:
 
 * An ISO image file ready to burn on CD
 
@@ -38,7 +35,7 @@ contain any important data.
 Instructions for GNU/Linux
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-You can simply use `dd` on UNUX like systems. First download the ISO
+You can simply use `dd` on UNIX like systems. First download the ISO
 image, then plug in the USB stick. You need to find out what device
 name gets assigned to the USB stick (see below). Then run:
 
@@ -102,19 +99,18 @@ diskutil unmountDisk /dev/diskX
 NOTE: replace X with the disk number from the last command.
 
 ----
-sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskN bs=1m
+sudo dd if=proxmox-ve_*.dmg of=/dev/rdiskX bs=1m
 ----
 
+NOTE: 'rdiskX', instead of 'diskX', in the last command is intended,
+this will increase write speed
 
 Instructions for Windows
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
-In order to copy the ISO, rename it first. Just rename the downloaded
-file from proxmox-ve_*.iso to proxmox-ve_*.raw.
-
-Download the SUSE Studio ImageWriter from https://en.opensuse.org/SDB:Live_USB_stick
+Download Etcher from https://etcher.io , select the ISO and your USB Drive.
 
-If this doesn't work, alternative use the OSForsenics USB
+If this doesn't work, alternatively use the OSForensics USB
 installer from http://www.osforensics.com/portability.html
 
 
@@ -122,4 +118,4 @@ Boot your server from USB media
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Connect your USB media to your server and make sure that the server
-boots from USB (see server BIOS). Then follow the installation wizard.
\ No newline at end of file
+boots from USB (see server BIOS). Then follow the installation wizard.