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/14 13:03] – [Initialize a Physical Hard Disk for Creating Virtual Machines] 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|}}
  
 ---- ----
Line 68: 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 114: 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.1623675793.txt.gz · Last modified: 2021/06/14 13:03 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki