此内容没有您所选择的语言版本。
15.2.2. Using a Private libvirt Network
Procedure 15.3. Using a private libvirt network
- Configure PXE booting on libvirt as shown in Section 15.1.1, “Setting up a PXE Boot Server on a Private libvirt Network”.
- Boot a guest virtual machine using libvirt with PXE booting enabled. You can use the
virt-installcommand to create/install a new virtual machine using PXE:virt-install --pxe --network network=default --prompt
virt-install --pxe --network network=default --promptCopy to Clipboard Copied! Toggle word wrap Toggle overflow
Alternatively, ensure that the guest network is configured to use your bridged network, and that the XML guest configuration file has a
<boot dev='network'/> element inside the <os> element, as shown in the following example:
<os> <type arch='x86_64' machine='rhel6.2.0'>hvm</type> <boot dev='network'/> <boot dev='hd'/> </os>
<os>
<type arch='x86_64' machine='rhel6.2.0'>hvm</type>
<boot dev='network'/>
<boot dev='hd'/>
</os>
Also ensure that the guest virtual machine is connected to the private network: