<div dir="ltr">After some googling I fixed my issue customizing <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">mkefidisk.wks script, </span>adding "rootflags=data=journal" to the line related with the bootloader:<div><br></div><div>  Â  bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 console=ttyS0,115200 console=tty0 rootflags=data=journal noapic"<br></div><div><br></div><div>Now my rootfs is mounted with "journal" flag enabled:</div><div><br></div><div><div>  Â  # mount | grep sda</div><div>  Â  /dev/sda3 on / type ext4 (rw,relatime,nodelalloc,data=journal)</div></div><div><br></div><div>I don't know if this is the most proper way to manage this issue, but at least it works now. </div><div><br></div><div>If some of you knows a better way to manage this, please let me know about it.</div><div><br></div><div>Thank you in advance! :)</div><div><br></div><div><br></div></div>