This is what i got before trying @jad's Solution
root@pve01:/junos# qm list
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
100 gns3-vm stopped 14336 0.00 0
101 debian-test stopped 2048 32.00 0
102 test-vSRX stopped 4092 18.01 0
root@pve01:/junos# ps aux | grep kvm | grep 102
root@pve01:/junos#
And this is after trying his solution:
root@pve01:~# qm list
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
100 gns3-vm stopped 14336 0.00 0
101 debian-test stopped 2048 32.00 0
102 test-vSRX running 4092 18.01 3954
root@pve01:~# ps aux | grep kvm | grep 102
root 3954 96.2 25.9 6080304 4216436 ? Sl 03:16 0:55 /usr/bin/kvm -id 102 -name test-vSRX,debug-threads=on -no-shutdown -chardev socket,id=qmp,path=/var/run/qemu-server/102.qmp,server=on,wait=off -mon chardev=qmp,mode=control -chardev socket,id=qmp-event,path=/var/run/qmeventd.sock,reconnect=5 -mon chardev=qmp-event,mode=control -pidfile /var/run/qemu-server/102.pid -daemonize -smbios type=1,uuid=8c44a85c-c8f7-49f2-bce4-54d2e18752eb -smp 4,sockets=1,cores=4,maxcpus=4 -nodefaults -boot menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg -vnc unix:/var/run/qemu-server/102.vnc,password=on -cpu host,+kvm_pv_eoi,+kvm_pv_unhalt -m 4092 -object iothread,id=iothread-virtioscsi0 -device pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e -device pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f -device pci-bridge,id=pci.3,chassis_nr=3,bus=pci.0,addr=0x5 -device vmgenid,guid=1dfac410-1587-4283-8dda-7d48d7c025ab -device piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2 -device usb-tablet,id=tablet,bus=uhci.0,port=1 -chardev socket,id=serial0,path=/var/run/qemu-server/102.serial0,server=on,wait=off -device isa-serial,chardev=serial0 -device VGA,id=vga,bus=pci.0,addr=0x2 -chardev socket,path=/var/run/qemu-server/102.qga,server=on,wait=off,id=qga0 -device virtio-serial,id=qga0,bus=pci.0,addr=0x8 -device virtserialport,chardev=qga0,name=org.qemu.guest_agent.0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3,free-page-reporting=on -iscsi initiator-name=iqn.1993-08.org.debian:01:3c204e8f72a6 -drive if=none,id=drive-ide2,media=cdrom,aio=io_uring -device ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2 -device virtio-scsi-pci,id=virtioscsi0,bus=pci.3,addr=0x1,iothread=iothread-virtioscsi0 -drive file=/dev/pve/vm-102-disk-0,if=none,id=drive-scsi0,discard=on,format=raw,cache=none,aio=io_uring,detect-zeroes=unmap -device scsi-hd,bus=virtioscsi0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0,id=scsi0,rotation_rate=1,bootindex=100 -netdev type=tap,id=net0,ifname=tap102i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on -device virtio-net-pci,mac=BC:24:11:16:81:1D,netdev=net0,bus=pci.0,addr=0x12,id=net0,rx_queue_size=1024,tx_queue_size=256 -machine type=pc+pve0 -machine smbios-entry-point-type=32
root@pve01:~#
------------------------------
BHUVANESH KUMAR N J
------------------------------
Original Message:
Sent: 07-01-2024 20:03
From: Art Stine
Subject: vSRX stops booting at a stage in Proxmox VE
Can you find/share the QEMU/KVM command line being run by Proxmox in this instance?
Art
------------------------------
Art Stine
------------------------------