mirror of
https://github.com/PhyllomeOS/wiki.git
synced 2024-11-05 19:51:26 +00:00
fb251ea7ef
Refactoring of the home page. Adding a page for virtual machine monitors.
47 lines
1.0 KiB
Markdown
47 lines
1.0 KiB
Markdown
---
|
|
title: Paths
|
|
description:
|
|
published: true
|
|
date: 2021-11-13T18:46:57.683Z
|
|
tags:
|
|
editor: markdown
|
|
dateCreated: 2021-11-13T11:58:19.844Z
|
|
---
|
|
|
|
# Virtualization-related folders on Fedora-related Linux distributions
|
|
|
|
This page lists where most of the stuff related to virtualization is located on a Linux operating system. This is based on Fedora. But it should be similar for other distributions.
|
|
|
|
## Libvirt configuration file
|
|
|
|
* Location of the `libvirt` configuration file
|
|
|
|
`/etc/libvirt/libvirtd.conf`
|
|
|
|
## UEFI Firmware
|
|
|
|
* Default location for the x86-64 OVMF (UEFI) firmware
|
|
|
|
`/usr/share/edk2/ovmf/OVMF_CODE.fd`
|
|
|
|
* Default location for the x86-64 OVMF (UEFI) secureboot-enabled firmware
|
|
|
|
`/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd`
|
|
|
|
### Nvram
|
|
|
|
* Default location of Nvram
|
|
|
|
`/var/lib/libvirt/qemu/nvram`
|
|
|
|
The Nvram contains the saved state of the UEFI configuration.
|
|
|
|
## Default location for disk images
|
|
|
|
* Any new virtual machines will be saved there :
|
|
|
|
`/var/lib/libvirt/images`
|
|
|
|
---
|
|
|
|
*[**Go to parent page**](https://wiki.phyllo.me/)* |