Hi, the line chmod +x ./install.sh && install.sh does not work It needs to be: chmod +x install.sh && ./install.sh The same error is found in the "how to uninstall" section. Another thing: Could you please advice on how to mount /var/log into the existing Ramdisk via /etc/fstab?