- Shutdown the computer
- Boot into Recovery Mode --After BIOS load, hold down Shift key to access the grub menu --Once in grub menu, select the entry ending in "(recovery mode)"
- From the next menu selected option to enter Root Session
- At the root session, execute command
mount -o remount,rw /
to remount the filesystem as read-write
REFERENCES