You are not logged in.

#1 2011-08-01 00:21:59

horrormaster
Member
Registered: 2009-04-12
Posts: 23

[SOLVED] Appending Quiet forces Read-Only filesystem

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

#2 2011-08-01 00:23:20

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

Even without 'quiet', I guarantee your root is mounted read only. What's the actual problem?

Offline

#3 2011-08-01 00:25:13

tomegun
Developer
From: France
Registered: 2010-05-28
Posts: 661

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

Please post your error message.

Offline

#4 2011-08-01 00:28:06

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

@horrormaster

kernel /vmlinuz26 root=/dev/disk/by-uuid/bf1d191b-0f1d-4461-bd67-4d023a1e5873 ro

See that 'ro' at the end? It means 'read-only'.

Offline

#5 2011-08-01 00:29:58

tomegun
Developer
From: France
Registered: 2010-05-28
Posts: 661

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

@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

#6 2011-08-01 01:20:25

horrormaster
Member
Registered: 2009-04-12
Posts: 23

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

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

#7 2011-08-01 01:41:32

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

horrormaster wrote:

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

#8 2011-08-01 01:46:59

horrormaster
Member
Registered: 2009-04-12
Posts: 23

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

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

#9 2011-08-01 12:22:12

tomegun
Developer
From: France
Registered: 2010-05-28
Posts: 661

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

Can you post your /var/log/boot with all the error messages, as well as a your dmesg?

Offline

#10 2011-08-01 13:59:20

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

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

#11 2011-08-01 15:36:08

horrormaster
Member
Registered: 2009-04-12
Posts: 23

Re: [SOLVED] Appending Quiet forces Read-Only filesystem

well, I went full retard on that one. I kept forgetting the space before the command. color me stupid.

Offline

Board footer

Powered by FluxBB