User Tools

Site Tools


virtualization:proxmox

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
virtualization:proxmox [2019/08/05 12:05]
gcooper
virtualization:proxmox [2019/08/10 21:47]
gcooper
Line 37: Line 37:
  
 ===== Updating and Upgrading ===== ===== Updating and Upgrading =====
 +
 +:!: **Proxmox VE comes pre-configured to use the 'enterprise' (paid subscription) package repository.**
 +
 +==== No Subscription ====
 +
 +If you don't have a subscription, you must reconfigure the repository:
 +
 +First, comment out the 'enterprise' repo:
  
 <file> <file>
 +vi /etc/apt/sources.list.d/pve-enterprise.list
 +</file>
 +
 +Then clone the 'enterprise' repo file and modify it:
 +
 +<file>
 +cp -a /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-no-sub.list
 +
 +vi /etc/apt/sources.list.d/pve-no-sub.list
 +
 +deb http://download.proxmox.com/debian/pve buster pve-no-subscription
 +
 apt update apt update
 apt dist-upgrade apt dist-upgrade
 +reboot
 </file> </file>
  
 +==== Windows Guests ====
  
-----+**Windows 7**: https://pve.proxmox.com/wiki/Windows_7_guest_best_practices
  
 +**Windows 8**: https://pve.proxmox.com/wiki/Windows_8_guest_best_practices
 +
 +**Windows 10**: https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
 +
 +**Windows 2012**: https://pve.proxmox.com/wiki/Windows_2012_guest_best_practices
 +
 +----
  
 FIXME All very old below this point! FIXME All very old below this point!
virtualization/proxmox.txt · Last modified: 2019/08/10 21:47 by gcooper