You are not logged in.
Pages: 1
Hello. I installed Arch Linux on my laptop and GRUB bootloader. After installation I changed my mind and installed rEFInd. But when I select Arch Linux in rEFInd menu, during booting it shows warning "The root device is not configured to be mounted read-write! It may be fsckd again later." (here is photo) When booting via Grub, this warning is not there. How to fix it? Thanks
Last edited by Conder (2016-07-29 16:36:22)
Offline
Edit the kernel command line in /boot/refind_linux.conf and add rw in front of the root declaration.
ewaller@turing/home/ewaller % cat /boot/refind_linux.conf
"Boot with standard options" "rw root=UUID=b395c435-49e5-411a-ab9c-196da7c8262c initrd=/intel-ucode.img initrd=/initramfs-linux.img acpi_backlight=native"
"Boot to single-user mode" "rw root=UUID=b395c435-49e5-411a-ab9c-196da7c8262c single initrd=/intel-ucode.img initrd=/initramfs-linux.img acpi_backlight=native"
"Boot with minimal options" "rw root=UUID=b395c435-49e5-411a-ab9c-196da7c8262c initrd=/intel-ucode.img initrd=/initramfs-linux.img"
ewaller@turing/home/ewaller %
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Thanks, worked.
Offline
Pages: 1