You are not logged in.

#1 2016-05-05 11:21:41

norg
Member
Registered: 2012-01-13
Posts: 24

[Solved]"root device is not configured to be mounted read-write"on EFI

Hi,

I'm getting the "famous" message on boot "root device is not configured to be mounted read-write" which is no big deal since everything works fine but I would love to get rid of it.
I found several threads here but they all try to fix it with grub or syslinux making sure it's mounted rw instead of ro, but didn't found the solution for EFI boot.
I also would like to know where I can find this log message, since it's not in journalctl.

/boot/loader/entries/arch-encrypted.conf

title Arch Linux
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options cryptdevice=UUID=a9ed4ce7-108f-497a-9867-6eb162c64205:cryptroot root=/dev/mapper/cryptroot

/etc/mkinitcpio.conf

MODULES=""
BINARIES=""
FILES=""
HOOKS="base udev autodetect modconf block encrypt filesystems keyboard fsck"

Thanks

Last edited by norg (2016-05-15 00:38:06)

Offline

#2 2016-05-05 12:52:35

Tutti
Member
Registered: 2015-02-26
Posts: 117

Re: [Solved]"root device is not configured to be mounted read-write"on EFI

Adding rw at the end of the options line should fix it.

Offline

Board footer

Powered by FluxBB