Results 1 to 8 of 8

Thread: Already broken it!

  1. #1
    Join Date
    Aug 2008
    Beans
    3

    Already broken it!

    Hi,

    Completely new to linux and have tried to do some tweaks to speed up my Uuntu 8.4 install.

    I've changed the concurrency setting to "shell" but seem to have messed it up. The GUI will now not boot.

    I was using the command sudo nano -w /etc/init.d/rc in a terminal window, but now trying to fix it from the command line am unable using the same method. I keep getting an error writing...:Read-only file system.

    Have a hosed it already or is there a way to fix this?

    Thanks all.

    Al

  2. #2
    Join Date
    Apr 2007
    Location
    Belgium
    Beans
    1,528

    Re: Already broken it!

    A shell is more of a synonym for terminal console. So having no gui is in this case normal behaviour. This should work to fix the permission:
    Code:
    sudo nano -w /etc/init.d/rc
    Disclaimer: I am currently suffering from severe CSD (Compulsive Sarcasm Disorder).
    My Site | Linux User #452328 | Running Arch Linux on Sony Vaio VGN-SZ61XN/C since October 2008

  3. #3
    Join Date
    Jun 2008
    Beans
    110

    Re: Already broken it!

    Don't fix it if it ain't broke .
    null

  4. #4
    Join Date
    Aug 2008
    Beans
    3

    Re: Already broken it!

    Quote Originally Posted by Nepherte View Post
    A shell is more of a synonym for terminal console. So having no gui is in this case normal behaviour. This should work to fix the permission:
    Code:
    sudo nano -w /etc/init.d/rc

    Using this command just flags up the same error message that the file system is read only

  5. #5
    Join Date
    Jul 2007
    Location
    Melbourne, Australia
    Beans
    3,475
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Already broken it!

    Post the output of
    cat /etc/fstab
    Windows is the best virus detector on the market!
    Ubuntu attracts Human Beings - Windows attracts viruses and worms

  6. #6
    Join Date
    Aug 2008
    Beans
    7

    Re: Already broken it!

    also, the output of this may help a little as well...


    Code:
    cat /boot/grub/menu.lst

  7. #7
    Join Date
    Aug 2008
    Beans
    3

    Re: Already broken it!

    Now fixed this by doing a clean install of Ubuntu - however am now having graphics issues on my webbook

  8. #8

    Re: Already broken it!

    Hi,
    the graphics issue can be fixed by editing your xorg.conf file and setting the screen resolution to 1024x600. More details and an xorg.conf you can download are available here on the webbook blog

    Alan.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •