<div dir="auto">It won&#39;t work.  Please go through the two earlier responses.   Debian 9 doesn&#39;t use initrd, so it will never work.<div dir="auto"> Ext4 version is the least of your provlems.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Jul 11, 2017 6:06 PM, &quot;Narcis Garcia&quot; &lt;<a href="mailto:informatica@actiu.net">informatica@actiu.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;ve debugged initrd steps, and localized an error in this action:<br>
$ mount -r -t ext4  /dev/sda1 /root<br>
EXT4-fs (sda1): error loading journal<br>
mount: Invalid argument<br>
<br>
If I try there same command without readonly option:<br>
$ mount -t ext4  /dev/sda1 /root<br>
EXT4-fs (sda1): couldn&#39;t mount RDWR because of unsupported optional<br>
features (400)<br>
mount: Invalid argument<br>
<br>
I see that Debian 9 installer formats Ext4 with two extra features that<br>
Debian 8 didn&#39;t:<br>
64bit metadata_csum<br>
<br>
Does anybody know how to &quot;downgrade&quot; Ext4 to remove those 2 features?<br>
<br>
<br>
El 08/07/17 a les 16:13, Narcis Garcia ha escrit:<br>
&gt; Install procedure:<br>
&gt;<br>
&gt; RepoFile=/etc/apt/sources.<wbr>list.d/openvz.list<br>
&gt; RepoUrl=<a href="http://download.openvz.org/debian" rel="noreferrer" target="_blank">http://download.<wbr>openvz.org/debian</a><br>
&gt; echo &quot;deb $RepoUrl jessie main&quot; | sudo tee &quot;$RepoFile&quot;<br>
&gt; echo &quot;deb $RepoUrl wheezy main&quot; | sudo tee -a &quot;$RepoFile&quot;<br>
&gt; wget -qO - <a href="http://ftp.openvz.org/debian/archive.key" rel="noreferrer" target="_blank">http://ftp.openvz.org/debian/<wbr>archive.key</a> | sudo apt-key add -<br>
&gt; sudo apt --allow-unauthenticated update<br>
&gt; KPackage=&quot;linux-image-openvz-$<wbr>(dpkg --print-architecture)&quot;<br>
&gt; sudo apt --install-recommends install $KPackage ploop initramfs-tools<br>
&gt; if [ ! -d /vz ] ; then sudo ln -s /var/lib/vz/ /vz ; fi<br>
&gt; sudo reboot<br>
&gt;<br>
&gt; Attaching screenshots.<br>
&gt; - Tested with 042stab123.8 and 042stab123.9<br>
&gt; - Tested with amd64 binaries<br>
&gt; - Tested both in virtual machine and real hardware<br>
&gt; - Tested both with single plain ext4 partition (sda1 on /) and with LVM<br>
&gt; layers.<br>
&gt; - initrd works, next boot stage not (fstab).<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@openvz.org">Users@openvz.org</a><br>
&gt; <a href="https://lists.openvz.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.openvz.org/<wbr>mailman/listinfo/users</a><br>
&gt;<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@openvz.org">Users@openvz.org</a><br>
<a href="https://lists.openvz.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.openvz.org/<wbr>mailman/listinfo/users</a><br>
</blockquote></div></div>