ProxMox – net::ERR_CONTENT_LENGTH_MISMATCH
- No Comments
- kwi, 14, 2019
- siwy
- Debian, Linux, ProxMox, Useful commands, virtualization
Error repair curl –insecure https://IP:8006/pve2/ext6/ext-all-debug.js
Read MoreProxMox – HDD Passthrough
- No Comments
- kwi, 14, 2019
- siwy
- Debian, Linux, ProxMox, virtualization
Source: blog.imnotacyb.org 1. Find disk with you want passthrough I want passthrough all disk, no partition. ls -l /dev/disk/by-id/ In my case is: ls -l /dev/disk/by-id/ lrwxrwxrwx 1 root root 9 kwi 12 20:34 ata-ST9250315AS_5VC36VNP -> ../../sdd 2. Passthrough HDD to VM Add HDD to VM config file. Add to /etc/pve/qemu-server/<vmid>.conf scsi1: /dev/disk/by-id/ata-ST9250315AS_5VC36VNP 3. Accept […]
Read MoreProxMox – GPU Passthrough – Seabios PCI EXPRESS
- No Comments
- kwi, 14, 2019
- siwy
- Debian, Linux, ProxMox, virtualization
Source: pve.proxmox.com techblog.jeppson.org forum.proxmox.com blog.quindorian.org 1. You must know what you want to do! Read line by line: pve.proxmox.com 2. Check what configuration is the best for you Checking if card is UEFI (ovmf) or BIOS (Seabios) compatible: A. Plugin your GPU thich you want passthrough and turn on the hypervisor I have two GPU, […]
Read More