Difference between revisions of "Prepare Installation Media"

From Proxmox VE
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
[[Category:Reference Documentation]]
 
[[Category:Reference Documentation]]
 
<pvehide>
 
<pvehide>
The Proxmox VE installation media is now a hybrid ISO image, working in two
+
The Proxmox VE installation media is a hybrid ISO image, working in two ways:
ways:
 
 
An ISO image file ready to burn on CD
 
An ISO image file ready to burn on CD
 
A raw sector (IMG) image file ready to directly copy to flash media
 
A raw sector (IMG) image file ready to directly copy to flash media
Line 21: Line 20:
 
contain any important data.
 
contain any important data.
 
Instructions for GNU/Linux
 
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
 
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:
 
name gets assigned to the USB stick (see below). Then run:
Line 47: Line 46:
 
diskutil unmountDisk /dev/diskX
 
diskutil unmountDisk /dev/diskX
 
replace X with the disk number from the last command.
 
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
 +
rdiskX, instead of diskX, in the last command is intended,
 +
this will increase write speed
 
Instructions for Windows
 
Instructions for Windows
In order to copy the ISO, rename it first. Just rename the downloaded
+
Download Etcher from https://etcher.io , select the ISO and your USB Drive.
file from proxmox-ve_*.iso to proxmox-ve_*.raw.
+
If this doesn&#8217;t work, alternatively use the OSForensics USB
Download the SUSE Studio ImageWriter from https://en.opensuse.org/SDB:Live_USB_stick
 
If this doesn&#8217;t work, alternative use the OSForsenics USB
 
 
installer from http://www.osforensics.com/portability.html
 
installer from http://www.osforensics.com/portability.html
 
Boot your server from USB media
 
Boot your server from USB media

Revision as of 08:04, 16 April 2019