Welcome to Nick's Random Musings

Of course I don't know what I'm doing, what fun would that be?


Windows 11 in Boxes


computer
Nick Gully, Denver

Windows 11 needs:

  • 8GB ram
  • 90+GB disk
sudo dnf install swtpm-tools
sudo dnf install edk2-ovmf
swtpm_setup --create-config-files skip-if-exist

<tpm model="tpm-crb">
      <backend type="emulator" version="2.0">
        <profile name="default-v1"/>
      </backend>
</tpm>