User Tools

Site Tools


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 [2024/07/01 11:42] protocolproxmox [2025/04/09 14:02] (current) protocol
Line 28: Line 28:
 ===== repositories ===== ===== repositories =====
  
-old:+old <8 
 + 
 +<code> 
 +/etc/apt/sources.list.d/pve-enterprise.list
  
-/etc/apt/sources.list.d/pve-enterprise.list  
 deb http://download.proxmox.com/debian/pve buster pve-no-subscription deb http://download.proxmox.com/debian/pve buster pve-no-subscription
 +</code>
  
 +new 8
  
-new: +<code>
 /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list
 +
 deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
  
 /etc/apt/sources.list.d/ceph.list /etc/apt/sources.list.d/ceph.list
 +
 deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription deb http://download.proxmox.com/debian/ceph-quincy bookworm no-subscription
 +</code>
  
 ===== remove nag screen ===== ===== remove nag screen =====
 +
 <code> <code>
 sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
Line 50: Line 56:
  
 ===== links to sort ===== ===== links to sort =====
 +Deactivate the volume group:
 +
 +# vgchange -a n my_volume_group
 +        
 +
 +Now you actually remove the volume group:
 +
 +# vgremove my_volume_group
 +        
 +
 +https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
  
 https://github.com/Jamesits/pve-fake-subscription https://github.com/Jamesits/pve-fake-subscription
proxmox.1719844950.txt.gz · Last modified: 2024/07/01 11:42 by protocol