Search results

  1. C

    Server unintentionally reboot

    journalctl show following error, where pbs is my proxmox backup server which was powered off, and i dont think it caused the reboot. May 16 06:09:52 proxmox kernel: BUG: kernel NULL pointer dereference, address: 00000000000000a0 proxmox-ve: 8.2.0 (running kernel: 6.8.4-3-pve) pve-manager...
  2. C

    Alderlake direct passthrough to Linux VM is working with HDMI output!

    make sure you remove the Proxmox VGA adaptor, any software emulated VGA adaptor will stop VM from booting when you passthrough Hardware VGA. make sure you have VNC or NoMachine or XRDP installed so you can login.
  3. C

    Opt-in Linux 6.8 Kernel for Proxmox VE 8 available on test & no-subscription

    with kernel 6.8, i having problem to run a grafana container. error code below, not sure if this related to change of apparmor, any suggestion? Starting btb_grafana_dashboard ... error ERROR: for btb_grafana_dashboard Cannot start service btb_grafana_dashboard: failed to create task for...
  4. C

    [SOLVED] Passing over gpu to linux - no screens found error

    try nomachine, i am usign intel GPU passthrough to ubuntu, vm display set to none, gpu set to primary display. if you do not have a monitor connected then get a HDMI dummy plug. my only problem is i cannot get HW encoding to work....
  5. C

    Kernel 6.5.13-4 failed to boot

    intel 12400 for my case
  6. C

    Kernel 6.5.13-4 failed to boot

    stuck at this screen forever, reboot to previous kernel work.
  7. C

    Would this be crazy, or would it just work?

    perhaps the PCI ID will also change. my suggestion is you can: 1. install the proxmox on Xeon, build up all your VM. 2. install PBS on another PC, backup all you VM in PBS before your ready to switch, you can install PBS in another PC running another VM like Hyper-V or virtualbox. 3. when...
  8. C

    intel uh630 igp passthrough and hdmi output to host screen

    https://forum.proxmox.com/threads/alderlake-direct-passthrough-to-linux-vm-is-working-with-hdmi-output.138049/#post-615315 check this.
  9. C

    debug-threads=on

    Hi, i just notice that debug-threads=on was default for all VM whats does it do and where can i disable the debug? is this necessary?
  10. C

    virglrenderer for 3d support

    not possible, you need full igpu passthrough to have video on screen. this can be doable at least i am using it now on Alderlake with Intel i5-12400.
  11. C

    Repeat Missed backup job does not work

    no, my PBS is virtualized in a different PC using Windows and Hyper-V.
  12. C

    Repeat Missed backup job does not work

    Since scheduled backups miss their execution when the host was offline or the pvescheduler was disabled during the scheduled time, it is possible to configure the behaviour for catching up. By enabling the Repeat missed option (repeat-missed in the config), you can tell the scheduler that it...
  13. C

    [TUTORIAL] Windows 11 VM for gaming setup guide

    i am so sorry, my bad, that args was meant for Intel. i dont have AMD.... sorry
  14. C

    [TUTORIAL] Windows 11 VM for gaming setup guide

    did you try this? args: -cpu 'host,-hypervisor,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,kvm=off,hv_vendor_id=intel'
  15. C

    [TUTORIAL] Windows 11 VM for gaming setup guide

    and i must correct you that, if you think Task Manager show Vitualization enabled, your understanding is incorrect. in my bare metal system wihout proxmox, it is also showing enabled. this below was from you. and this below is from my bare metal without proxmox.
  16. C

    [TUTORIAL] Windows 11 VM for gaming setup guide

    and to make the system think i am not using VM, below is the line i used: args: -cpu 'host,-hypervisor,+kvm_pv_unhalt,+kvm_pv_eoi,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_reset,hv_vpindex,hv_runtime,hv_relaxed,kvm=off,hv_vendor_id=intel'
  17. C

    [TUTORIAL] Windows 11 VM for gaming setup guide

    also i will remove this smbios1: uuid=031b021c-040d-05e6-ca06-740700080009,manufacturer=R2lnYWJ5dGUgVGVjaG5vbG9neSBDby4sIEx0ZC4=,product=QUIzNTBNLUdhbWluZyAz,family=QjM1MCBNQg==,base64=1 to only smbios1: uuid=031b021c-040d-05e6-ca06-740700080009 and comment out this line for testing #args...
  18. C

    [TUTORIAL] Windows 11 VM for gaming setup guide

    hostpci0: 0000:07:00.0,pcie=1,x-vga=1 hostpci1: 0000:07:00.1,pcie=1 can you try passthrough all function instead of 2 split?