Harvey's Virtual Environment

Converting A Bare Metal Windows Installation To The Proxmox New Way

Description:

In this video Harvey shows you how to convert your bare metal Windows installation to the proxmox new way. And also the advantages of doing so. We hope you enjoy. If you do please leave a like as it really helps out and consider subscribing. Thanks!

Commands / Links

VM Tools ISO : virtio-win.iso
Discord Server: https://discord.gg/cWkxvtKaGx
Donations Page: https://hsve.org/donations-page
				
					find /dev/disk/by-id/ -type l|xargs -I{} ls -l {}|grep -v -E '[0-9]$' |sort -k11|cut -d' ' -f9,10,11,12
				
			
				
					qm set [VMID] -sata1 /dev/disk/by-id/[Replace]
				
			
				
					qm set [VMID] -scsi1 /dev/disk/by-id/[Replace]