I'm trying to boot into read only mode to test some software. I don't want to remount a drive after booting as that would not meet the requirements to test the software which checks the file system at boot.
Is there a way to do this without editing grub.conf? Preferably adding something via the grub UI when interrupting boot?
If I do edit the grub.conf to boot in read only, how am I supposed to edit it back?
I understand that the kernel mounts root as RO but it's remounted as RW later in the boot process.