According to Shawn Campbell: While burning my CPU.
>
>
> Mr. Richard;
>
> I did what you said as in your e-mail below. This time I wrote down the
> errors at the end of two steps.
>
> 1) at the end of make zImage :
>
> tools /build bootsect setup compressed /vmlinux.out CURRENT> zImage
> Root device is (22,1)
> Boot sector is 512 bytes
> Setup is 3432 bytes
> System is 511kb
> System is too big. Try using bzImage or modules
> Make[1] : ***[zImage] Error1
> Make[1]: Leaving directory '/usr/src/linux-2.2.0/arch/i386/boot'
> Make: ***[zImage] Error2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
That means your "kernel make has failed".
Once again i suggest you redo;
'make config'
and select more options as "modules" then do;
'make dep clean zImage'
Or even beter considering the problems reported by lilo, do;
'make zdisk' (place a floppy in drive a:) or /dev/fd0 as we call it.
Then boot from that disk.
>
>
> 2) After running /sbin/lilo
>
> 4 warnings that state :
> warning BIOS drive 0x82 may not be accessible
> added linux *
> added dos
As to what drive 0x82 is i dont know, (i used to have a list but i seem to
have mislaid it), it possably indicates that you are trying to boot from a
drive "beyond" the reach of lilo, ie, a drive on the secondary IDE
controler, just what is the system configuration.??? and where is you "/"
root filesystem located.??
>
>
>
> Also at the beginning of make config it said it was using a config file
> found in arch/i386/ and the file was config.in
> What if I tried make configold instead?
What you see is;
( cd include ; ln -sf asm-i386 asm)
/bin/sh scripts/Configure arch/i386/config.in
config.in has all the options in it, the script "Configure" reads that file
and places configuration questions onto your screen.
Once you have done make config and you are "sure" you have all options
correct, you can do (for the following compile) 'make oldconfig', that will
fail if you do, 'make distclean' or 'make mrproper', as those make options
will clean out ALL old config files.
>
> Much Appreciated...
>
> JR
>
> Remember Linux Rocks - Everything else is just a toy.
>
--
Regards Richard.
[EMAIL PROTECTED]