Proxmox PVE: Difference between revisions

From BeePerNet
Jump to navigation Jump to search
Line 52: Line 52:


=== Windows ===
=== Windows ===

* [https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/?C=M;O=D VirtIO Drivers by Fedora]
* [https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/?C=M;O=D VirtIO Drivers by Fedora]
* Windows XP = 0.1.132-1
* Windows XP = 0.1.132-1

=== MacOSX ===

* [https://www.nicksherlock.com/2021/10/installing-macos-12-monterey-on-proxmox-7/ Procédure complète d'instalation pour mac]


[[Category:Linux]]
[[Category:Linux]]

Revision as of 20:24, 13 September 2022

Proxmox-VE-7-0-Cluster-Summary.png

Virtualization server

Storage

Boot

Migration

Disk layout

sgdisk <healthy bootable device> -R <new device>
sgdisk -G <new device>

Boot install

proxmox-boot-tool status
nano /etc/kernel/proxmox-boot-uuids
proxmox-boot-tool refresh
proxmox-boot-tool clean

If EFI disk have the same name

mkdosfs -i ABCD1234 /dev/sdc1

This will erase the partition, mount and copy content after

Resize

parted -s -a opt /dev/sdj "resizepart 3 100%"

This will erase the partition, mount and copy content after

Client install

Linux

apt install qemu-guest-agent
apt install spice-vdagent

Windows

MacOSX