User Tools

Site Tools


proxmox:install_proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox:install_proxmox [2021/06/19 11:13] peterproxmox:install_proxmox [2021/09/26 13:15] (current) – [Setup Community Subscription Repo] peter
Line 14: Line 14:
   * Navigate to https://www.proxmox.com/en/downloads and download the ISO for the Proxmox Virtual Environment.   * Navigate to https://www.proxmox.com/en/downloads and download the ISO for the Proxmox Virtual Environment.
   * Write the ISO to a USB stick.   * Write the ISO to a USB stick.
-  * Boot up the Proxmox using this USB Stick. 
  
 ---- ----
  
 ===== Install Proxmox ===== ===== Install Proxmox =====
 +
 +Boot up the Proxmox Installer using the USB Stick written earlier.
  
 {{:proxmox:proxmox_-_install.png?400|}} {{:proxmox:proxmox_-_install.png?400|}}
Line 73: Line 74:
 <WRAP info> <WRAP info>
 **NOTE:**  After this clear the browser cache and restart the browser. **NOTE:**  After this clear the browser cache and restart the browser.
 +
 +Another way to remove the subscription issue:
 +
 +<code bash>
 +sed -i.bak "s/me.updateActive(data)/me.updateCommunity(data)/g" /usr/share/pve-manager/js/pvemanagerlib.js
 +</code>
 </WRAP> </WRAP>
  
Line 119: Line 126:
 deb http://security.debian.org/debian-security buster/updates main contrib deb http://security.debian.org/debian-security buster/updates main contrib
 </file> </file>
 +
 +----
 +
 +===== Fix ZFS module not loading =====
 +
 +<code bash>
 +/sbin/modprobe zfs
 +</code>
  
 ---- ----
proxmox/install_proxmox.1624101231.txt.gz · Last modified: 2021/06/19 11:13 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki