-
Notifications
You must be signed in to change notification settings - Fork 37
Description
I tried this with the DE10-nano board running the provided LXDE Ubuntu 16.04 image (login needed to get it -
https://download.terasic.com/downloads/cd-rom/de10-nano/linux_BSP/DE10_Nano_LXDE.zip).
I followed all the steps for Ubuntu ARM but nothing seems to happen after rebooting. /overlay/lower is not even created and of course all changes are NOT lost after rebooting again.
I can see the prompt changing though (with an 'RO' at the end). Executing 'rootwork' confirms that there is no overlay (it says there is no /overlay). How can I debug this issue? It seems like the scripts are not executing. I noticed that the Ubuntu Linux comes with not fstab file. The bootloader is in charge of mounting the / partition here. I created an fstab file for the command 'sudo update-initramfs -k $(uname -r) -u' to work. I also noticed that the fstab file is not modified at all. Is this supposed to happen? I am sure that I created the fstab file correctly. The is a fat partition that is now mounted fine by the fstab.
I have access to the bootloader code if anything could be changed to that to make overlayroot work. Any ideas?