I have compiled and added new boot image to the lilo. But on loading it is giving the follwing error.
Loading : newimage Error : 0x40 boot : newimage
What might be the problem? Thanks in Advance.
Mahesh Gharat
On 31 Oct 2001, Mahesh Gharat wrote:
-> ->I have compiled and added new boot image to the lilo. ->But on loading it is giving the follwing error. -> ->Loading : newimage ->Error : 0x40 ->boot : newimage ->
May be you have not used bzImage while compiling, and have instead used zImage. Try making the kernel with 'make bzImage'. It was assumed that this problem comes due to faulty bios having problems with fast memory access. I may be wrong. You may also try booting the same image through loadlin, you may bot face the problem.
Nagarjuna