Hello. I get the following error message at boot time:
> * Mounting /proc... > rm: cannot remove /run/openrc: Read-only file system It's the very first script launched by OpenRC, but I cannot determine which one it is. Anyway I'm quite sure it's a script from the sysinit runlevel. This is because I tried using the interactive mode to stop the boot process as soon as possible. When the system stopped there were just a few sysinit scripts running. rc-update show sysinit: > devfs | sysinit > dmesg | sysinit > sysfs | sysinit > udev | sysinit > udev-mount | sysinit Openrc package version is 0.11.8 (on a ~amd64 system). This is my /etc/fstab: > /dev/sda2 none swap defaults 0 0 > /dev/sda3 / ext4 defaults 0 1 > /dev/sda4 /home ext4 defaults 0 2 I don't really know what other informations I should provide, so please tell me if needed. Thanks.