During the first phase of bootup, this message appears in the virtual machine:
Press F2 to enter SETUP, F12 for Network Boot, ESC for Boot Menu
If you press F2, you see a setup page. Use the arrow keys to move to the Boot tab and position the cursor on the Network boot option. Press the + key repeatedly to move the Network option to the top position, then press F10 to exit the setup page and save the choice. The virtual machine now boots from the network every time.
If you want to perform an unattended installation of guest operating systems from the network, changing the boot order does not work. It does not work because, after files are copied to the virtual disk, the virtual machine boots again from the network instead of from the disk. In this case, keep the default boot order, which puts the hard drive before the network. When you first start the virtual machine, press F12 to boot from the network. This is a temporary choice. Subsequent boots look for the boot loader on the hard drive before the network, by default.
Another way to perform an unattended installation (for new virtual machines) is to leave the boot order at the default setting. A newly-created virtual machine has an empty virtual boot disk (unless you created it with an existing virtual disk). When the BIOS tries to boot from devices in the default boot order, it first tries the floppy drive. If there is no disk in the drive, it tries the virtual hard drive. If the hard disk is uninitialized, the BIOS tries to do a network boot. In this case, you do not need to press a key during bootup.
bios.bootDelay = "3000"
The numerical value introduces a 3 second delay in boot. You can change this value as required.