danshady

Members
  • Posts

    3
  • Joined

  • Last visited

danshady's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I have Unraid running on an MSI Prestige Creator x570 board. I installed a discrete MSI TPM 2.0 (MS-4136) module on the motherboard, and set it up in the bios to run in discrete TPM mode (not fTPM). I confirmed after rebooting that the bios does detect the TPM2.0 chip and all the settings are available in the bios/etc. After this, booting into unraid, I can see with: dmesg | grep -i tpm [ 0.000000] efi: ACPI=0xbc9da000 ACPI 2.0=0xbc9da014 TPMFinalLog=0xbc9a4000 SMBIOS=0xbda06000 MEMATTR=0xb5cb1018 RNG=0xbda6e798 TPMEventLog=0xaba63018 [ 0.004485] ACPI: TPM2 0x00000000BAEDF000 00004C (v04 ALASKA A M I 00000001 AMI 00000000) [ 0.004511] ACPI: Reserving TPM2 table memory at [mem 0xbaedf000-0xbaedf04b] but that's it... I don't get any kind of /dev/tpm0 device or anything like that. I was hoping to configure passthrough to a VM of an actual discrete TPM (I see this is possible in the docs https://libvirt.org/formatdomain.html#tpm-device) I also see that in Unraid version 6.10 we will have a new OVMF-TPM bios option for installing Windows 11 VMs, but I think this is emulated is it not? I want to actually pass through a real one. Does anyone have any thoughts on this or can educate me where my thinking is wrong?
  2. It is probably just a lack of education on my part. When I go to Add the new Docker container, I don't see anything for lisinge/unraid-vm-manager as an option. I'm guessing it should show up under Default Templates or User Templates. Is there an additional template repository that I should be adding in order to have your container show up in the list? It looks like User Templates are at: /boot/config/plugins/dockerMan/templates-user Do I need to manually create a file at /boot/config/plugins/dockerMan/templates-user/my-unraid-vm-manager.xml? If so, what would go in it? I have tried to look through the forum sections for developing containers to draw the connection between the files you have on github and what is needed to create the new docker container and can't quite seem to make the connection--so any help is appreciated. Looking forward to having this light up the rest of the way. It has been a fun project. I 3D printed my switch housing and am happy to share those designs for others too once I get it all working.
  3. @mikegg I built the physical device and everything is working on the electronics, but I can't seem to get the docker created. Can you provide any more detail on what is required to get the serverapp up and running?