On Thu, 18 Nov 1999, Adam Getchell wrote:
> I have a moderately working 2.2.13-20 kernel on top of a 6.1 box (incrementally
> upgraded from 6.0 using rpm). My current kernel does not have modules or sound
> support, so I want to create a new one.
>
> I do a make xconfig and load my saved configuration file (from Eric Sisler's
> recommendation), which has modules and sound enabled. Then I do a make dep and
> make mrproper.
>
> However, once I do make bzimage, it runs me back through make config as if I
> hadn't specified choices previously, and invariably crashes (ie the terminal
> window dies).
>
> I tried using make menuconfig as well, and that produced the same results --
> ie, using bzimage runs through config again.
>
> Here's the detailed list of steps I went through for the first kernel build
> that upgraded me from 2.2.5-22 to 2.2.13-20. If there are any out of order, I'd
> like to hear about it!
Are you using an rpm to get your kernel source or a tarball?
anyway, dont' make mrproper before you make dep. I'm not sure of xconfig is
still broken or not, so stick with menuconfig.
it believe the proper order is make mrproper;make menuconfig;make dep;make
clean;make bzdisk;make boot (maybe not?);make modules;make modules_install
> unpack kernel source in /usr/src
> make xconfig
> inspect Makefile
> make dep
> make mrproper
> make bzdisk (stuck here on second go-around)
> edit lilo.conf
> lilo
> make modules (failed, module support not enabled)
> (make modules_install once previous works)
> make checkconfig
> make checkhelp
> rm -rf /usr/include/linux /usr/include/asm
> ln -sf /usr/src/linux/include/linux /usr/include/linux
> ln -sf /usr/src/linux/include/asm /usr/include/asm
> depmod -a
> copy /usr/src/linux/System.map /boot/System.map-<kernelversion>
> rm /boot/System.map
> ln -s System.map-<kernelversion> System.map
--
\ \/ / _ |~\ _ In God We Trust. All Others Pay Cash.
> < / \|\ /|+-< | | "The world is a comedy to those that think,
/ /\ \\_/| \/ ||__)|_| a tragedy to those who feel." - Horace Walpole
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.