Changes
no edit summary
== Installation ==
1. Get the latest kernel and utils from [[Download/kernel/rhel6]] and [[Download/utils]]. You need
* vzkernel
* vzkernel-devel
<code>vzkernel-devel</code> is optional.
2. Install fakeroot and alien.
3. Convert all the RPMs to debs using alien.
fakeroot alien --to-deb --scripts --keep-version vz*.rpm
4. Install debs.
dpkg -i vz*.deb
5. Install vz utilsapt-get install vzctl vzquota 6. Modify <code>/boot/grub/menu.lst</code> like this. This heavily depends on your enviornment. Please modify. See also “configuring the bootloader” of [[Quick installation]].
default 0
timeout 3
initrd /boot/initrd.img-2.6.32-38-server
6b. If using grub2, please modify /etc/default/grub and change GRUB_DEFAULT to whatever your new grub entry is named (check your menuentrys in /boot/grub/grub.cfg, e.g. "GRUB_DEFAULT="Ubuntu, mit Linux 2.6.32-042stab061.2") 7. Edit <code>/etc/sysctl.conf</code>. See “sysctl” of [[Quick installation]].
update-rc.d vz defaults
update-rc.d vzeventd defaults
echo "dm-mod" >> /etc/modules
reboot
[http://forum.linode.com/viewtopic.php?p=32053] on how to get it working again.
[[Category: HOWTO]]