Hi, I'm trying to set up my Promxox server from CLI. I don't have it connected to a computer, so I don't have access to the GUI.
I created my first VM:
lsusb shows:
Which is exactly the USB that I want to use to boot from. I've booted from it before and everything worked fine on another system.
I think I have the settings correct. Took a while troubleshooting, so I'm pretty confident everything is correct.
However, when I type:
Is there some kind of verbose setting I use somewhere to see what's going on?
If I Ctrl+c I see:
This is the first time passing through a PCIe device however, so who knows, maybe something is wrong in that regard. I've gone through the PCI(e) Passthrough chapter and everything seems to be honkey dorey. But I've never done this before with this hardware, so no idea if something might be wrong in this regard.
I started poking around the logs with:
EDIT: This exercise has uncovered a blind spot. I know nothing about logs in Linux. Researching this further now.
I created my first VM:
Code:
balloon: 0
bios: ovmf
boot: order=usb0;scsi0
cores: 2
cpu: host
efidisk0: local-zfs:vm-100-disk-0,efitype=4m,size=1M
hostpci0: 35:00
machine: q35
memory: 512
meta: creation-quemu=9.2.0,ctime=1749528920
name: OS
numa: 1
onboot: 1
ostype: other
scsi0: local-zfs:vm-100-disk-1,iothread=1,size=5G,ssd=1
scsihw: virtio-scsi-single
serial0: socket
smbios1: uuid=255279c2-dd23-5ac8-c7a8-1f1a533128b3
sockets: 1
usb0: host=13c3:1925
vmgenid: 3cf5a291-822c-8dc2-ca3a-8e262523aca2
lsusb shows:
Bus 002 Device 004: ID 13c3:1925 Card Reader
Which is exactly the USB that I want to use to boot from. I've booted from it before and everything worked fine on another system.
I think I have the settings correct. Took a while troubleshooting, so I'm pretty confident everything is correct.
However, when I type:
I get a blinking cursor on a new line and then nothing happens.qm start 100; qm terminal 100
Is there some kind of verbose setting I use somewhere to see what's going on?
If I Ctrl+c I see:
^received interrupt
VM 100 not running.
This is the first time passing through a PCIe device however, so who knows, maybe something is wrong in that regard. I've gone through the PCI(e) Passthrough chapter and everything seems to be honkey dorey. But I've never done this before with this hardware, so no idea if something might be wrong in this regard.
I started poking around the logs with:
Nothing too useful there it seems.journalctl -u pveproxy -u pvedaemon
EDIT: This exercise has uncovered a blind spot. I know nothing about logs in Linux. Researching this further now.
Last edited: