01-03-2020, 01:16 PM
I started by exploring current build from ayufan. I was hoping that it is possible to fix crostini by enabling some kernel flags in /sys/kernel. From source code I found approximate command and arguments to start a container manually from a terminal . Using journalctl to see logs live I found that kernel can't allocate enough memory for vm. So I decided first try to build vanilla chromium os for generic arm board and then try reproduce build from ayufan before making further steps. But laptop I can use for building had not enough memory (only 8 Gb). I already got 8 more Gb memory. But because my laptop is in the office I can make another try only on Monday. Meanwhile I'm reading book about operation systems to get more theoretical knowledge.