[Users] OVZ6 boot freeze on Debian 8

Narcis Garcia informatica at actiu.net
Sun Jul 9 20:41:01 MSK 2017


To nobody has to add virtualization layers, I've created this guide page:
https://openvz.org/Installation_on_Debian_8

Thanks.

El 09/07/17 a les 16:43, Philipp Born ha escrit:
> Hi,
> 
> you could try to create your underlying ext4 filesystems on an older
> system with 2.6.32 kernel (CentOS6 live iso for example).
> 
> Ran into a similar issue earlier this week, where the PCS6 kernel wasn't
> able to work with an ext4 that was created on a more-recent kernel.
> 
> Regards
> Philipp
> 
> On 08.07.2017 17:57, Narcis Garcia wrote:
>> Pre-requisite for a Debian 8 (jessie) host is:
>> $ apt-get install sysvinit-core sysvinit-utils
>> $ cp /usr/share/sysvinit/inittab /etc/inittab
>>
>> Then OpenVZ Legacy seems to work perfectly.
>> (For Debian 9 it doesn't seem to be enough)
>>
>>
>> El 08/07/17 a les 16:22, Narcis Garcia ha escrit:
>>> Install procedure:
>>>
>>> RepoFile=/etc/apt/sources.list.d/openvz.list
>>> RepoUrl=http://download.openvz.org/debian
>>> echo "deb $RepoUrl jessie main" | sudo tee "$RepoFile"
>>> echo "deb $RepoUrl wheezy main" | sudo tee -a "$RepoFile"
>>> wget -qO - http://ftp.openvz.org/debian/archive.key | sudo apt-key add -
>>> sudo apt-get --allow-unauthenticated update
>>> KPackage="linux-image-openvz-$(dpkg --print-architecture)"
>>> sudo apt-get install $KPackage ploop initramfs-tools
>>> if [ ! -d /vz ] ; then sudo ln -s /var/lib/vz/ /vz ; fi
>>> sudo reboot
>>>
>>> Attaching screenshots.
>>>
>>> - Tested with 042stab123.9 both with i386 and amd64 architectures.
>>> - [Control]+[Alt]+[Delete] reboots normally.
>>>
>>>
>>>
>>> _______________________________________________
>>> Users mailing list
>>> Users at openvz.org
>>> https://lists.openvz.org/mailman/listinfo/users
>>>
>> _______________________________________________
>> Users mailing list
>> Users at openvz.org
>> https://lists.openvz.org/mailman/listinfo/users
>>
> 


More information about the Users mailing list