Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libvirt_guest_installation.xml (PXE part)) #1774

Merged
merged 6 commits into from
Oct 21, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions xml/libvirt_guest_installation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,19 @@
</step>
<step>
<para>
Under <guimenu>Enable boot menu</guimenu>, activate
<guimenu>Network PXE</guimenu> and confirm with
Under <guimenu>Enable boot menu</guimenu> and confirm with
sounix000 marked this conversation as resolved.
Show resolved Hide resolved
<guimenu>Apply</guimenu>.
You can also find the NIC device in the boot Menu configuration and move
sounix000 marked this conversation as resolved.
Show resolved Hide resolved
it on top and confirm with <guimenu>Apply</guimenu>. This latest option will
force the virtual machine to use PXE as default boot.
</para>
</step>
<step>
<para>
Start the installation by clicking <guimenu>Begin
Installation</guimenu>. If a PXE server is properly configured, the
Installation</guimenu>. Now press <keycap function="esc"/> for boot menu and
choose <guimenu>1. iPXE</guimenu>.
If a PXE server is properly configured, the
PXE menu screen appears.
</para>
</step>
Expand Down Expand Up @@ -594,7 +598,13 @@ network=vnet_nated</screen>
must be explicitly specified. Users can reference the JSON descriptor
files to find a firmware that satisfies their requirements.
</para>

<tip>
<para>
The directory <filename>/usr/share/qemu/firmware</filename> contains all the json files
used by &libvirt;. This file give you all firmwares's information including
the fetaures capabilities.
</para>
</tip>
<para>
When using <command>virt-install</command>, automatic firmware selection
is enabled by specifying the <emphasis>firmware=efi</emphasis> parameter
Expand Down