Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 32088  / 1 Year ago, wed, november 23, 2022, 3:46:45

I have installed ubuntu 12.04 along with windows vista as dual boot.It was working fine. But ubuntu was having some issue with the mousepad. So I installed and removed some pakages unknowing what they do. And now while booting ubuntu, I am getting an error "Could not write bytes:broken pipe" and it does nothing after showing this message. I tried may things like upgrading grub, lightdm restart etc. But still the same error.



Can someone help me on this? I am stuck.


More From » 12.04

 Answers
2

converted comments to an answer



The following steps should be taken:



First, check that you can still do this at startup:



hold down (or repeatedly tap) the Shift key while you boot. Grub should present you with a menu. Choose the second option, to go into recovery mode; then choose, Drop to root shell prompt.



Then look for the log of removed packages:



In the terminal you can input the following code



sudo -H gedit /var/log/apt/history.log


find the removed packages and then run



sudo apt-get install package1 package2 package3





The OP the confirmed through vim almost screen full of uninstalled packages for example xserver-xorg-video-s3-lts-raring, xserver-xorg-input-vmmouse



Thus to install the uninstalled packages:



example: sudo apt-get install xserver-xorg-video-s3-lts-raring xserver-xorg-input-vmmouse etc. Note: always have a space between package1 package2


[#29119] Wednesday, November 23, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowovey

Total Points: 287
Total Questions: 98
Total Answers: 117

Location: Bosnia and Herzegovina
Member since Thu, Jan 14, 2021
3 Years ago
;