Re: AW: AW: [Etherboot-developers] etherboot Ver. 4.7.23
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Ken Y. <ke...@nl...> - 2001-04-18 00:23:09
|
|>1. You have a PnP conformant BIOS but you did not select the network |>device as a bootable device.=20 | |the BIOS from the MachZ is special for embedded computers and there is |no option for netboot |because there are options for flashboot, romboot, ramdiskboot.... Ah that's probably why it's not detected then. Probably the BIOS uses the legacy ROM method of getting control even though it's a PCI NIC. |after flashing i set a window with a min size of 16kbyte on the begin of |the etherboot-image in the flash and |than i set the window to a harwareadresse were the BIOS can find the |BIOS-extensions ( D800 ) | |at last is set the bootsuccsession but i haven't a other device and |that's it | |>2. You do not have a PnP conformant BIOS. |i don't know What you probably have to do is use rzloader.bin with the ROM image, instead of przloader.bin. This means editing the Makefile rule specially for this target, because the default for PCI NICs is to prepend przloader.bin. |