mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
ec434948a8
When shim in the guest sees unpopulated EFI NVRAM, like when we create a new UEFI VM, it invokes fallback.efi to populate initial NVRAM boot entries. When the guest also has a TPM device, shim will do a one time VM reset. This reset throws off the reboot detection that is central to virt-install's install process. The main install case that this will usually be relevant is the combo of UEFI and --cloud-init. The latter usually implies use of a distro cloud image, which will be using shim, and the --cloud-init process requires a multi stage install compared to just a plain import install. For that case, we disable the default TPM device for the first boot. https://bugzilla.redhat.com/show_bug.cgi?id=2133525 Signed-off-by: Cole Robinson <crobinso@redhat.com> |
||
---|---|---|
.. | ||
data | ||
uitests | ||
__init__.py | ||
conftest.py | ||
magicuri.py | ||
test_capabilities.py | ||
test_checkprops.py | ||
test_cli.py | ||
test_cloner.py | ||
test_conn.py | ||
test_disk.py | ||
test_dist.py | ||
test_inject.py | ||
test_misc.py | ||
test_nodedev.py | ||
test_osdict.py | ||
test_storage.py | ||
test_uriparse.py | ||
test_urldetect.py | ||
test_urls.py | ||
test_xmlparse.py | ||
testdriver.xml | ||
urlfetcher_mock.py | ||
utils.py |