Dasharo Compatibility: Network Boot
Test cases
PXE001.001 iPXE network boot
Test description
This test aims to verify that the DUT is capable of network booting from a PXE server.
Test configuration data
FIRMWARE
= coreboot
Test setup
- Proceed with the Generic test setup: firmware.
Test steps
- Power on the DUT.
- Hold the
BOOT_MENU_KEY
to enter the UEFI Boot Menu. - Select the
iPXE Network boot
option using the arrow keys and pressEnter
. - Press
Ctrl+B
when prompted to stop iPXE from booting automatically. - Type in
dhcp
to obtain an IP address. - Type in
chain --autofree http://boot.netboot.xyz/
to load a boot menu - Enter the "Live CDs" submenu using the arrow keys and Enter.
- Select
Debian
->Debian Live 11 (bullseye)
->Debian 11 Gnome
and press Enter.
Expected result
- The iPXE application boots successfully.
- iPXE obtains an IP address.
- iPXE boots an
Debian 11
from netboot.xyz.