> From: "Wizaerd" <[EMAIL PROTECTED]>
>
> I've gone through the make menuconfig to add support for my parallel port ZIP drive
>(as well as removing some other things I'll never be unsing here) and have gone
>through all the steps listed at
>http://www.redhat.com/support/manuals/RHL-6.1-Manual/ref-guide/s1-sysadmin-build-kernel.html
> ... However, after running the command 'make boot', it eventually finishes up and
>displays the following:
>
> Root Device is (3, 6)
> Boot Sector is 512 bytes
> Setup is 3440 bytes
> System is 595 kB
> System is too big. Try using bzImage or modules.
>
> So now I am completely lost, and have absolutely no idea on how to proceed...
>anyone caring to give a little advice or at least explain what I've done wrong??
>
> thanx
>
> --------------------------------------------------------------------
> Joseph E. Sheble
make bzImage (instead of make boot)
also, follow that with:
make modules
make modules_install
and of course, copying the resulting kernel to /boot editing
lilo.conf, running lilo, etc.
I suspect the kernel compile HOWTO talks about this, but haven't
looked at it.
Dave
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.