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/12 17:31] – [Setup a Dark Theme] 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>
  
 ---- ----
Line 194: Line 214:
 </code> </code>
  
 +<WRAP info>
 **NOTE:**  Do not worry if a warning is seen: **NOTE:**  Do not worry if a warning is seen:
  
Line 199: Line 220:
 -bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8) -bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8)
 </code> </code>
 +
 +</WRAP>
  
 Continue fixing... Continue fixing...
Line 231: Line 254:
   * Click **OK**.   * Click **OK**.
  
-{{:proxmox:proxmox_-_dpkg-reconfigure_locales_-_en_gb.utf-8.png?600|}}+{{:proxmox:proxmox_-_dpkg-reconfigure_locales_-_en_gb.utf-8.png?400|}}
  
 <WRAP info> <WRAP info>
-**NOTE:  This should successfully generate the **en_GB-UTF-8** locales.+**NOTE:**  This should successfully generate the **en_GB-UTF-8** locales.
 </WRAP> </WRAP>
  
Line 254: Line 277:
 **NOTE:**  Only a single line should be returned. **NOTE:**  Only a single line should be returned.
 </WRAP> </WRAP>
 +
 +
 +----
  
 ===== Initialize a Physical Hard Disk for Creating Virtual Machines ===== ===== Initialize a Physical Hard Disk for Creating Virtual Machines =====
Line 283: Line 309:
     * Command (m for help): w     * Command (m for help): w
  
-If the disk had an old LVM partition on it and shows **/dev/mapper** when running **lsblk -f**:+If the disk had an old LVM partition on it and shows **/dev/mapper** when running **lsblk -f**, then try these:
  
-  * <code bash>wipefs -a -f /dev/sdd partprobe /dev/sdd pvesm scan</code>+  * <code bash>wipefs -a -f /dev/sdc partprobe /dev/sdc pvesm scan</code> 
 +  * gdisk /dev/sdc 
 +    * then **x** for extra commands. 
 +    * then **z** for zap. 
 +  * <code bash>sgdisk --zap-all /dev/sdc</code>
  
 +A reboot might be needed of Proxmox to show the fresh results.
  
 </WRAP> </WRAP>
proxmox/install_proxmox.1623519117.txt.gz · Last modified: 2021/06/12 17:31 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki