6.4. Inicializando a Partir da Rede Usando o PXE
Configure o computador para inicializar a partir da interface de rede. Esta opção está no BIOS e pode estar etiquetada como Network Boot
(Inicialização por Rede) ou Boot Services
(Serviços de Inicialização). Uma vez que você tenha configurado corretamente o PXE, o computador poderá inicializar o sistema de instalação do Fedora sem qualquer outra mídia.
Resolvendo Problemas com o PXE
Se o seu PC não inicializar a partir do servidor de inicialização pela rede, certifique-se de que o BIOS está configurado para inicializar primeiro a partir da interface de rede correta. Alguns sistemas BIOS indicam a interface de rede como um possível dispositivo de inicialização mas não suportam a especificação do PXE. Consulte a documentação do seu hardware para mais informações.
Multiple NICs and PXE installation
Some servers with multiple network interfaces may not assign eth0 to the first network interface as BIOS knows it, which can cause the installer to try using a different network interface than was used by PXE. To change this behavior, use the following in pxelinux.cfg/*
config files:
IPAPPEND 2
APPEND ksdevice=bootif
The configuration options above causes the installer to use the same network interface as BIOS and PXE use. You can also use the following option:
ksdevice=link
This option causes the installer to use the first network device it finds that is linked to a network switch.