1. 问题描述
- 此问题虽然看似是fstab的问题 因为涉及到挂载 但我查看了fstab文件后确定挂载根目录是可读写,之后在arch论坛以及reddit找到此问题的真正原因 在于initramfs 也就是启动参数的问题 需要修改相关引导程序的配置 我使用的是refind
This message comes from the initramfs. I doesn’t really cause any problems for your system because systemd remounts root according to your /etc/fstab. Apparently its there because mounting root as read only in the initramfs might trigger an additional fsck by systemd later. You can get rid of the message (and the maybe duplicate fsck) by removing ro from your kernel command line (grub config somewhere) and adding rw.
引用自reddit链接
大致意思就是需要修改引导程序的配置 refind修改/boot/refind_linux.conf中把 ro修改为rw(read/write)
grub可修改grub.cfg