Hi,
When I try Linux bios to boot from Ethernet, I find it will be blocked by an instruction of INT 10. The kernel downloaded from TFTP server has the INT 10 instruction, while INT 10 has not been realized in Linux bios. So it is stopped. How can I resolve the problem?
Thanks, Lawrence
"Lawrence LL. Dai" lawrence@tyanchina.com writes:
Hi,
When I try Linux bios to boot from Ethernet, I find it will be blocked by an instruction of INT 10.
The kernel downloaded from TFTP server has the INT 10 instruction, while INT 10 has not been realized in Linux bios.
So it is stopped. How can I resolve the problem?
You need to use mkelfImage instead of mknbi...
Eric