You are not logged in.
After the update to initscripts I tried to append quiet to the kernel command line of GRUB and it simply causes my system to start-up as a read-only filesystem.
Last edited by horrormaster (2011-08-01 15:36:21)
Offline
Please post your error message.
Offline
@horrormaster
kernel /vmlinuz26 root=/dev/disk/by-uuid/bf1d191b-0f1d-4461-bd67-4d023a1e5873 roSee that 'ro' at the end? It means 'read-only'.
Offline
@karol/horrormaster: We ignore the "ro". Initscripts first remount the rootfs "ro", then when it is finished fscking it remounts it "rw", regardless of the parametr.
Offline
Without "quiet" on the kernel line, it boots perfectly fine and allows me to actual read and write. With "quiet" I can no longer write to the filesystem so I can't edit anything or even access Xorg.
Offline
Without "quiet" on the kernel line, it boots perfectly fine and allows me to actual read and write. With "quiet" I can no longer write to the filesystem so I can't edit anything or even access Xorg.
Do you get any errors?
Can you post your grub?
Offline
title Arch Linux x64
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-label/gnu_linux ro rootflags=data=writeback,commit=90,orlov,barrier=0,async
initrd /boot/kernel26.img
If I add "quiet" before "rootflags" everything fails to load on boot (udev, mounting HDD rw, alsa, cupsd, etc.) and after all of those it simply states "Read-Only Filesystem". If I add "quiet" after "async" it fails to boot altogether due to an unrecognized option.
Last edited by horrormaster (2011-08-01 02:04:07)
Offline
Can you post your /var/log/boot with all the error messages, as well as a your dmesg?
Offline
How exactly did you add it?
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
well, I went full retard on that one. I kept forgetting the space before the command. color me stupid.
Offline