After installing all the required drivers, I want my system to be in read-only mode. Even root can't change anything on the system. Usecases could, any virus should not affect the system or system will not crash easily.
I tried mount -r -o remount /, but root can get access to the system.
mount -o remount,ro,noload /
– George Udosen Mar 23 '17 at 16:43root
filesystem as part of its operation. You'd best look for a different method for securing your system. – L. D. James Mar 23 '17 at 18:31Thanks, any help is appreciated.
– Ashish Sultania Mar 24 '17 at 11:20It some how mount root with read-only but now I got the problem mentioned at http://askubuntu.com/questions/25695/initramfs-error-during-boot, may be because root filesystem got corrupted.
– Ashish Sultania Mar 28 '17 at 13:01