Re: Problems installing on 6500/225; kernel modules


Subject: Re: Problems installing on 6500/225; kernel modules
From: Christopher Murtagh (christopher.murtagh@mcgill.ca)
Date: Thu Aug 16 2001 - 16:38:43 MDT


On Thu, 16 Aug 2001, Trevor Marshall wrote:
>make dep
>make bzImage
>make modules
>make modules_install
>then copy /usr/src/linux/arch/i386/boot/bzImage to /boot/somename and
>relink vmlinux to it (ln -s somename vmlinux). you would normally keep
>the old kernel available so you can still boot if the new kernel's
>effed; this means updating the bootloader but I'm a lilo guy so i can't
>help you there. no biggie if you can still reinstall.

 Actually, th make bzImage is an Intel only hack, also you won't have
anything in a i386 folder on a PPC. This is what you would probalbly want
to do:

make menuconfig (then select kernel options)
make dep
make vmlinux
make modules
make modules_install

 then move your new kernel (vmlinux) into /boot (NOTE: you might want to
rename it so that you know which version it is and so that it doesn't
clobber any existing kernels)

 either setup symlinks accordingly or modify /etc/yaboot.conf

 run ybin (if you modified yaboot.conf)

 then cross your fingers.

This should do the trick, but I've been going 400 mph today, so I'm not
sure what state my brain is in.

Cheers,

Chris

-- 

Christopher Murtagh Webmaster / Sysadmin Web Communications Group McGill University Montreal, Quebec Canada



This archive was generated by hypermail 2a24 : Thu Aug 16 2001 - 15:47:19 MDT