Search results

  1. P

    Proxmox with T1000 GPU Passthru to Windows 2019 Server

    The hardest thing for you is finding something that will fit that form factor. (I'm watching this thread for ideas) You shouldnot have any trouble setting it up. There is a lot of moodiness with the mbar / pci-x passthru - in working it out initially - but you will get thru it. I've been...
  2. P

    Proxmox with T1000 GPU Passthru to Windows 2019 Server

    This is relatively trivial - are you intending to passthru the whole PCI card? There are some caveats with sleep and multimonitor - but I have setup a workstations with a 1070, 1080, 4080 Nvidia fully passed thru (and dedicated for windows). the more tricky configs are vGPU, but I would expect...
  3. P

    dell 3060 uhd630 passthru to win11 guest - calling all dell micropc owners

    down this path -> https://forum.proxmox.com/threads/notes-to-make-double-gpu-passtrough-works-igpu-linux-radeon-win11.136444/ - based on a search for "uhd 630' on the forum. This sort of makes sense - since the gpu is working - that part of it is good, but it's not actually able to affect the...
  4. P

    Proxmox 8.1.3 Vm wont display to Monitor

    on an adventure - started here -> https://forum.proxmox.com/threads/notes-to-make-double-gpu-passtrough-works-igpu-linux-radeon-win11.136444/
  5. P

    dell 3060 uhd630 passthru to win11 guest - calling all dell micropc owners

    Have achieved partial success - intel uhd630 GPU passes thru to win11 , (works with parsec), but the physical display only blanks and doesn't post. I do see a romfile error (saw x expected y) in proxmox. No trouble passing thru the pci, the gpu is seen by the guest. Anyone have this working...
  6. P

    Mellanox MT25408 on proxmox 5.x

    In attempting to get older Infinband cards as ethernet devices in proxmox 5, I'm able to see the cards up with lspci -k, but don't see any devices being created in dev which would give a hook for any of the management toolsets to connect to the cards (setting port types, firmware flashes...
  7. P

    proxmox or kvm - openwrt / xwrt install

    I was futzing around - haven't updated my openwrt since 2009 :-\ - and now the xwrt project got abandoned... updating instructions for 12.09, but still working [snip] from - https://forum.openwrt.org/viewtopic.php?id=41604 (This reply comes rather late - but for what its worth...) Actually the...
  8. P

    iscsi targets hosted in pve container

    Hi Clayton, As long as the iscsi-target works in a pve - that's really all I was asking about. I figured that having the initiators working wasn't that big of a deal (esp for the fully virtualized KVM...) But if the targets work the PVE initiators should work aok too. My thoughts are to show...
  9. P

    iscsi targets hosted in pve container

    Does anyone know if the iscsi target code works in the PVE container? (And this might sound stupid - but that means they should work on the hypervisor too.) --Adrian
  10. P

    single user mode boot 2.6.24 kernel

    All - I'm trying to edit the grub boot lines to get single user mode to take - (I'm trying to do append init=/bin/bash single boot to the grub kernel line in order to reset the root password - and no matter what I try - it seems to boot to runlevel 2. (It's as if I didn't even pass init=... or...
  11. P

    Please tweet this product more #proxmox

    Well - started to anyways :P. I posted the project to freshmeat.net and they have a reasonable twitter interface. Tech geeks from big $$$ companies are all over twitter (and they watch for folks who know WTF and understand how to find interesting solutions.) I only make that suggestion as a...
  12. P

    Please tweet this product more #proxmox

    I don't know how many folks actually follow twitter in the technology space - but the open source community struggles to get it's message and it's products out there. I'd love to see some of the proxmox development community poking and prodding on the vmware/cisco blogsphere. Specifically -...
  13. P

    Proxmox Architecture Roadmap

    Hi all, Sorry for the post here - might be an idea to have another subforum for architecture / roadmap / dev questions. My question - What is the plan with the upcoming LXC containers - are you in development of porting the functionality of the SOAP / REST api's into a testbed LXC...
  14. P

    amd iommu setup

    So I did more reading - and this type of setup requires support from a chipset that isn't prevalent on many motherboards right now. (At least not consumer quality motherboards.) For the AMD, it looks like these are the magic words sr5690 for the chipset - intel has support in some boards - so...
  15. P

    amd iommu setup

    heck - I would take a network card example!
  16. P

    amd iommu setup

    Hi, Does anyone have an example using the iommu setup with the kvm / windows or linux guest native in proxmox? I'd like to SEE h/w acceleration on an alternate video card in action. --Adrian
  17. P

    proxmox time skew on amd seems solved with the 1.4 prod release

    Andy, Can you tell me your host setup? I've running aMd 64x2 @ 2.5 or 2.6 Ghz (it's a 5000+ setup I think). Can you try setting the amd nested =1 kernel module and see if it changes anything. I didn't notice that my windows machines weren't screwy until a couple of days ago - they have uptimes...
  18. P

    proxmox time skew on amd seems solved with the 1.4 prod release

    Long ago - in a thread far away - I posted that AMD time skew was killing me - I didn't track it for a while, and dealt with it by rebooting windows vm's. But it's not been an issue - I did set the kernel parameter kvm-amd nested=1 but I don't think that's was made it go away - I think it...