Software Update Error On Notebook with 32 GB EMMC

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Planorez
Level 1
Level 1
Posts: 19
Joined: Sun Nov 13, 2016 5:54 pm

Software Update Error On Notebook with 32 GB EMMC

Post by Planorez »

I installed Mint 20.2 on a HP Notebook with a 32 GB EMMC drive with EUFI and secure boot enabled. The install and first boot were normal. When I tried doing a system software update starting with installing a new Update Manager I got an Update Error(see screen capture file). I did the configure-a in the terminal but on the next update try, I get the same error. I tried turning off secure boot but it had no effect. Also, I tried installing another app and it wouldn't install like I couldn't write to the EMMC. I would appreciate help with this.
Thanks,
Planorez
Attachments
Screenshot_2021-09-22_16-42-53.png
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14596
Joined: Thu May 25, 2017 3:22 pm

Re: Software Update Error On Notebook with 32 GB EMMC

Post by sleeper12 »

Did you forget to use sudo?

Code: Select all

 sudo dpkg --configure -a 
Planorez
Level 1
Level 1
Posts: 19
Joined: Sun Nov 13, 2016 5:54 pm

Re: Software Update Error On Notebook with 32 GB EMMC

Post by Planorez »

Yes, I used sudo and as I mentioned, I tried to update again and got the same error.
Planorez
sleeper12
Level 21
Level 21
Posts: 14596
Joined: Thu May 25, 2017 3:22 pm

Re: Software Update Error On Notebook with 32 GB EMMC

Post by sleeper12 »

Try:

Code: Select all

 sudo apt update 

Code: Select all

 sudo apt install -f 

Code: Select all

 sudo dpkg --configure -a 
Planorez
Level 1
Level 1
Posts: 19
Joined: Sun Nov 13, 2016 5:54 pm

Re: Software Update Error On Notebook with 32 GB EMMC

Post by Planorez »

sleeper12- I ran the scripts you recommended and rebooted my notebook. All the updates ran fine and I was able to install additional apps. Thanks for your help.
Planorez
sleeper12
Level 21
Level 21
Posts: 14596
Joined: Thu May 25, 2017 3:22 pm

Re: Software Update Error On Notebook with 32 GB EMMC

Post by sleeper12 »

I wasn't quite sure if that would work, so glad to hear that it did. :D
YoungElder
Level 1
Level 1
Posts: 22
Joined: Tue Sep 07, 2021 11:47 am

Re: Software Update Error On Notebook with 32 GB EMMC

Post by YoungElder »

Is there a gui solution for this problem?
Locked

Return to “Beginner Questions”