Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Kubuntu fails at startup

  1. #1
    Join Date
    Mar 2009
    Location
    UK
    Beans
    278
    Distro
    Kubuntu

    Kubuntu fails at startup

    I get "unable to launch /usr/bin/startkde when booting the system."

    After clicking "okay" I get

    "Failed to load session 'gnome'"

    Have found my way to 'recovery mode' and have tried:-
    1 repair broken packages
    2 check all files systems
    3 update grub loader

    none of that helped.

    Any help would be appreciated

    Kubuntu 12.10

  2. #2
    Join Date
    Mar 2009
    Location
    UK
    Beans
    278
    Distro
    Kubuntu

    Re: Kubuntu fails at startup

    As an after thought, the only change to the system since the previous boot (that I know of) is the installation of skype.

    Perhaps this will generate some ideas!

  3. #3
    Join Date
    Jul 2013
    Beans
    190

    Re: Kubuntu fails at startup


  4. #4
    Join Date
    Mar 2009
    Location
    UK
    Beans
    278
    Distro
    Kubuntu

    Re: Kubuntu fails at startup

    Thanks for the link - I had read it earlier but went through it again.

    sudo apt-get update, after amany lines reported it ends with "the package list or status file could not be parsed or opened"

    Is this significant?

    Also my HD seems to have plenty of space free.

  5. #5
    Join Date
    Jul 2013
    Beans
    190

    Re: Kubuntu fails at startup

    Hello again,

    try

    sudo rm /var/lib/apt/lists/* -rf
    sudo mkdir /var/lib/apt/lists/partial
    sudo apt-get update

    Plenty of free space is good or?

  6. #6
    Join Date
    May 2010
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Kubuntu fails at startup

    Have you checked the contents of ~/.xinitrc?

  7. #7
    Join Date
    Mar 2009
    Location
    UK
    Beans
    278
    Distro
    Kubuntu

    Re: Kubuntu fails at startup

    Thanks GwL3eNC, "sudo rm /var/lib/apt/lists/* -rf" returns all files as read-only

    Can I change permissions?

    Yes, the HD available spacfe looks about right.

  8. #8
    Join Date
    Mar 2009
    Location
    UK
    Beans
    278
    Distro
    Kubuntu

    Re: Kubuntu fails at startup

    Code:
    sudo edit ~/.xinitrc
    produces a warning about mim-type the an error due to no write permissions.
    The question of changing permissions arises again!

  9. #9
    Join Date
    Jul 2013
    Beans
    190

    Re: Kubuntu fails at startup

    What? No, cant believe that becasue rm should delete this files and folders. Nothing should be returned that all files
    are read only. You can also try it like that

    sudo rm -r /var/lib/apt/lists
    sudo mkdir -p /var/lib/apt/lists/partial
    sudo apt-get update

    It was taken from http://wiki.ubuntuusers.de/Paketverw...roblembehebung, a german side for troubleshooting with package management.
    Last edited by GwL3eNC; August 31st, 2013 at 03:11 PM.

  10. #10
    Join Date
    Mar 2009
    Location
    UK
    Beans
    278
    Distro
    Kubuntu

    Re: Kubuntu fails at startup

    Code:
    sudo rm -r /var/lib/apt/lists
    produces "cannot remove xxx read-only file system"

    I'm using ctrl + alt + delete at boot to get into the Recovery Menu (which I now notice says "filesystem state : read-only")
    Then I go to "drop to root shell prompt"

    Is it significant that I haven't logged in using my password?

Page 1 of 3 123 LastLast

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
  •