[parisc-linux] installing a native built kernel with 2.4.0 (.92 dist).

Richard Hirst rhirst@linuxcare.com
Tue, 18 Sep 2001 16:30:15 +0100


On Mon, Sep 17, 2001 at 03:13:40PM -0700, marka@sea.checkpoint.com wrote:
> 
> I've successfully installed and upgraded with the .92 distro, but I'm having
> trouble getting a natively built kernel with this distro to load.
> 
> the load will either freeze at 'branching to kernel entry point' or
> on the last time I rebuilt and copied, it complained:
> 
> Couldn't grok your kernel executable format
> failed to load kernel

If you are netbooting, you use a lifimage, if you are booting
from disk you use the vmlinux file produced from building the
kernel.

> this is with kernel-latest and palo-latest from Sep 7 on a b180l
> 
> I select PA7300LC on 'make oldconfig' (this sets CONFIG_PA7100LC=y in
> .config).

The config we use for the official kernels is in arch/parisc/debian-configs/32,
you can "make distclean; cp arch/parisc/debian-configs/32 .config;
make oldconfig; make; cp vmlinux /boot/vmtest", then reboot, interact
with IPL and change the vmlinux-whatever name to be vmtest.

> Any tips from the pros on building and installing -latest natively?  I'd
> really like to get the fixes in 2.4.9, and there must be something more
> interesting that needs to be done than copying/renaming lifimage over to /boot
> and updating palo.conf and re-running palo.

Don't copy lifimages to /boot, copy vmlinux.

Richard