Changes

Jump to: navigation, search

Install kernel from RPM on Debian 6.0

687 bytes added, 11:05, 18 October 2013
alien is obsoleted and overrated
You can use the latest RHEL6-based kernel builds on your Debian or Ubuntu 6.0 machine. Here's how. {{Warning|While it works, the best way is to use native kernel/tools builds for Wheezy, please see [[Installation on Debian]].}}
== Installation ==
1. Get the latest kernel and utils from either [[Download/kernel/rhel6-testing]] (or [[Download/kernel/rhel6-testing]]) and [[Download/utils]]. You need * vzkernel* vzkernel-devel* vzctl-core* vzctl* ploop-lib* ploop* vzquota<code>vzkernel-devel</code> is optional. 2. Install fakeroot and alien. apt-get install fakeroot alien 3. Convert all the RPMs to debs using alien. fakeroot alien --to-deb --scripts --keep-version vz*.rpm ploop*.rpm 4. Install debs. dpkg -i vz*.deb ploop*.debIf you're having problem about overwriting files from other packages, try adding <code>vzkernel-devel-force-overwrite</code> option. 5. Modify <code>/boot/grub/menu.lst</code> packages only, with . See “configuring the bootloader” of [[Quick installation]]. 6. Edit <code>-devel/etc/sysctl.conf</code> being optional.See “sysctl” of [[Quick installation]]. 7. Make OpenVZ boot automatically. update-rc.d vz defaults update-rc.d vzeventd defaults
28. Reboot. Install fakeroot and alien: apt-get install alien fakerootreboot
39. Convert these two rpms to debs using alienFollow the [[Quick installation]] from “installing OS template caches”. This is fakeroot alien --to-deb --scripts --keep-version vzkernel-*.rpm
410. Install debs as usualSee also [[Common Networking HOWTOs]]. Reboot. Enjoy. dpkg -i vzkernel*.deb
[[Category: HOWTO]]

Navigation menu