Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 7158  / 1 Year ago, thu, march 16, 2023, 10:53:13

My Ubuntu 13.04 is not working after boot since I installed some applications. The graphics used to be better before this happened . My keyboard and my mouse aren't working . I'm using a desktop (Nec power mate). My keyboard and mouse work perfectly on other computers.


More From » keyboard

 Answers
5

You can give a try to fix your problem using Recovery Mode(Safe Mode) if nothing helped



Hopefully your keyboard works in Recovery Mode.




  • When your system starts chose Recovery Mode (2nd option in grub menu).

  • From the Menu just go to Grub option, it will give a message like Updating grub will mount your system in read/write mode. Choose yes to mount your system in read/write mode. It will update your grub and will exit from Grub menu.

  • chose network option, it may enable your network (it could take some time.).

  • Then chose dpkg menu from the list, chose yes for all.

  • Finally choose root option and log in. Execute the following commands one after another:



    apt-get autoremove
    apt-get autoclean
    apt-get update
    apt-get -f install
    apt-get dist-upgrade
    apt-get upgrade


    Also try to remove those package that you installed and caused such problems if you remember their names. Use these commands to remove:



    apt-get autoremove your_package_name
    apt-get --purge remove your_package_name


    Then again repeat above mentioned 6 commands.
    Then reboot your system and check whether your are able to use Ubuntu or not. Run this command to reboot:



    reboot


[#29566] Friday, March 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
termetalli

Total Points: 326
Total Questions: 127
Total Answers: 110

Location: Sao Tome and Principe
Member since Sat, Sep 12, 2020
4 Years ago
termetalli questions
Sat, Apr 30, 22, 17:54, 2 Years ago
Mon, Dec 6, 21, 05:24, 2 Years ago
Thu, Jun 30, 22, 00:32, 2 Years ago
Mon, Dec 19, 22, 00:15, 1 Year ago
;