Documents creating four Minecraft VMs (201-204) on the second Proxmox host (R720), following the same wizard-driven setup style as Phases 11-12 but without GPU/Coral/raw-disk passthrough, which only applies to the R730xd. Adds matching VM config templates.
25 lines
503 B
Plaintext
25 lines
503 B
Plaintext
# Proxmox VM 201 — Minecraft Survival #1 (R720)
|
|
#
|
|
# Copy to /etc/pve/qemu-server/201.conf on the R720 host.
|
|
# No GPU, no USB, no raw drive passthrough — plain local-lvm disk.
|
|
|
|
agent: 1
|
|
bios: seabios
|
|
boot: order=scsi0
|
|
cores: 4
|
|
cpu: host
|
|
machine: i440fx
|
|
memory: 8192
|
|
balloon: 0
|
|
name: mc-survival-1
|
|
numa: 0
|
|
ostype: l26
|
|
scsihw: virtio-scsi-single
|
|
sockets: 1
|
|
|
|
# OS + world disk
|
|
scsi0: local-lvm:vm-201-disk-0,cache=writeback,discard=on,iothread=1,size=20G
|
|
|
|
# Network
|
|
net0: virtio,bridge=vmbr0,firewall=1
|