Recent content by bugsdabunny

  1. B

    Can't get hardware acceleration working with Intel Graphics passthrough on Debian VM

    Sorry for the late reply, I was fighting with this for a long time looking through this documentation and even trying to download a dumped VBIOS to load. None if it worked so I ended up giving up b/c I wasn't getting anywhere. Besides, the only thing I wanted was the hardware acceleration...
  2. B

    Can't get hardware acceleration working with Intel Graphics passthrough on Debian VM

    Here is qm config: agent: 1 balloon: 2048 boot: order=scsi0;ide2;net0 cores: 6 cpu: host hostpci0: 0000:00:02,x-vga=1 ide2: none,media=cdrom memory: 12288 name: debian net0: virtio=4E:CC:60:AC:8D:E6,bridge=vmbr0,firewall=1 numa: 0 ostype: l26 scsi0: vm_storage:100/vm-100-disk-0.qcow2,size=192G...
  3. B

    Can't get hardware acceleration working with Intel Graphics passthrough on Debian VM

    I have a Debian 11 (Bullseye) VM where I have attempted to passthrough the intel GPU according to posts like this https://forum.proxmox.com/threads/guide-intel-intergrated-graphic-passthrough.30451/ It seems to be doing something b/c Proxmox no longer outputs the console to the monitor. However...
  4. B

    Proxmox boot order is overridden automatically

    I am trying to boot my own EFI stub (which I think requires systemd-boot) which has a signed version of the kernel proxmox is using, so I can use it for Secure Boot. I think you are saying what the installer sets up is systemd boot only with ZFS, but I am trying to do something custom and...
  5. B

    Proxmox boot order is overridden automatically

    I was reading this a bit more https://pve.proxmox.com/wiki/Host_Bootloader and it seems that I need to use systemd boot for booting an EFI loader according to this: https://wiki.archlinux.org/title/systemd-boot I am not super familiar with this stuff, is possible that this is the reason it...
  6. B

    Proxmox boot order is overridden automatically

    I'm not using ZFS, I installed Proxmox 7 on top of Debian 11 using the guide in the Wiki. When I run the command to change the boot order it is reflected in efibootmgr command, but after I change I reboot then it reverts back every time
  7. B

    Proxmox boot order is overridden automatically

    I am trying to boot from a kernel I signed myself so I can use Secure Boot. I tested it on Debian 11 and it worked, so I figured it will work on Proxmox too. I change the boot order with efibootmgr and boot to an EFI stub. However on Proxmox, something is overriding the boot order and it won't...