Comment 34 for bug 484499

Revision history for this message
Naveen Agarwal (nav.coder) wrote :

@paulo bessa

Editing this line : GRUB_CMDLINE_LINUX_DEFAULT="rootflags=umask=007,uid=1000,gid=1000 quiet splash

To this :GRUB_CMDLINE_LINUX_DEFAULT="rootflags=umask=007,uid=1000,gid=1000 quiet splash"

should solve your problem. As the double quotes was not there in your case.

Please post your results.