View previous topic :: View next topic |
Author |
Message |
jakeluck Tux's lil' helper
Joined: 01 Dec 2003 Posts: 84
|
Posted: Mon Apr 24, 2006 10:11 pm Post subject: downgrade 2.6 -> 2.4 |
|
|
Hi,
This is the reverse of what most people asks for. I am running last month's x86 tree with 2.6.15-gentoo-r1 with udev.
I need to do some regression testing for a piece of software and would like to downgrade to the 2.4.21. My questions are:
1) do i need to go back to devfs or would udev work with 2.4
2) http://packages.gentoo.org/search/?sstring=vanilla-sources
and /usr/portage/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild
shows that 2.4.21 is only availabe for the IBM s390, would it be safe
to mod and install that on x86?
3) would i need to replace linux-headers with the older version?
(curiously, linux-headers-2.4.21 and linux-headers-2.4.21-r1 do exist for x86)
4) anything else that I should watch out for?
thanks for the insight!
jake |
|
Back to top |
|
|
itsmegawtf Apprentice
Joined: 01 Oct 2005 Posts: 150
|
Posted: Tue May 02, 2006 10:12 am Post subject: |
|
|
1. yes, you need.
2. it will work (I had such experience)
3. I think - yes (they must exist)
4. read migrating (kernels) and do vice versa |
|
Back to top |
|
|
bollucks l33t
Joined: 27 Oct 2004 Posts: 606
|
Posted: Tue May 02, 2006 11:27 am Post subject: |
|
|
Don't reinitiate devfs, just use a static dev tree |
|
Back to top |
|
|
jakeluck Tux's lil' helper
Joined: 01 Dec 2003 Posts: 84
|
Posted: Tue May 02, 2006 2:35 pm Post subject: |
|
|
i got both the vanilla 2.4.28 ebuild as well as the plain 2.4.21 kernel.org tar to work.
via Code: | genkernel --menuconfig --no-clean --no-bootsplash all |
sofar cron seems to be the only thing that needed fixing. Also the genked+emged
2.4 kernels didn't like the bootflags Code: | root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 |
however, the following works like a charm.
Code: | title=vanilla-sources 2.4.21
root (hd0,0)
kernel /kernel-genkernel-x86-2.4.21 vga=0x318 video=vesa root=/dev/hda3
initrd /initrd-genkernel-x86-2.4.21 |
thanks for the tips, |
|
Back to top |
|
|
|