Can not install linux-image-4.4.0-131-generic (4.4.0-131.157) [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
1
down vote

favorite












It began with no space left on device, had to increase the size of root and usr. I also cleaned up /boot. But now I still got problems fixing it.



This was put on hold because I was unclear... The problem is that I'm totally stuck, I've already tried some commands to clean things up but no result.



It seems to be some garbage left somewhere that disturbs the package handling.



To begin.. I tried to install kurento but it depends on the linux header from the 4.4.0-131 kernel. So I tried to upgrade the system but was stopped out on "no space left on device". Luckily I'm using LVM so that was easy. But after that I can't upgrade the system any more, I always get the message "Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)"



I just hope that there could be someone who could help me with some tips on how to proceed to get more information or better solve the problem.
Sorry, but at this moment I don't know how to be more specific.

Here is a printout from the apt-get -f install command..



larand@silver:~$ sudo apt-get -f install
[sudo] password for larand:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-image-4.4.0-131-generic (4.4.0-131.157) ...
Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)
dpkg: error processing package linux-image-4.4.0-131-generic (--configure):
subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of linux-image-extra-4.4.0-131-generic:
linux-image-extra-4.4.0-131-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.

dpkg: error processing package linux-image-extra-4.4.0-131-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-generic:
linux-image-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.
linux-image-generic depends on linux-image-extra-4.4.0-131-generic; however:
Package linux-image-extra-4.4.0-131-generic is not configured yet.

dpkg: error processing package linux-image-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 4.4.0.131.137); however:
Package linux-image-generic is not No apport report written because the error message in dicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report writ ten because MaxReports is reached already
configured yet.

dpkg: error processing package linux-generic (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-4.4.0-131-generic
linux-image-extra-4.4.0-131-generic
linux-image-generic
linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


Tried this:



larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0-131-157
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-4.4.0-131-157
E: Couldn't find any package by glob 'linux-image-4.4.0-131-157'
E: Couldn't find any package by regex 'linux-image-4.4.0-131-157'
larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0.131-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'linux-image-4.4.0-131-generic' for regex 'linux-image-4.4.0.131-generic'
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for linux-image-4.4.0-131-generic:amd64
larand@silver:~$


I would be very happy if someone could give me some clues.







share|improve this question













closed as unclear what you're asking by Rui F Ribeiro, Jesse_b, schily, slm♦ Jul 29 at 4:14


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • Ok, i have tried to be more specific, edited the question, but at this moment I'm totally stuck and need at least some tip of how I can get more info from my system to help me out of this trap.
    – larand
    Jul 30 at 7:49










  • apt install --reinstall linux-image-4.4.0-131-generic might do the trick.
    – Stephen Kitt
    Jul 30 at 13:17










  • Sorry, it didn't help. See above, added the listing from the command.
    – larand
    Jul 30 at 13:48










  • Hmm, the internal error is rather surprising... Does wget http://launchpadlibrarian.net/378323564/linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb && sudo dpkg -i linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb work any better? (The URL comes from the package page.)
    – Stephen Kitt
    Jul 30 at 14:10











  • You made my day :). I'm really happy! Thanks! The kurento server is now up and running. Got new task ahead now ;-)
    – larand
    Jul 30 at 15:02
















up vote
1
down vote

favorite












It began with no space left on device, had to increase the size of root and usr. I also cleaned up /boot. But now I still got problems fixing it.



This was put on hold because I was unclear... The problem is that I'm totally stuck, I've already tried some commands to clean things up but no result.



It seems to be some garbage left somewhere that disturbs the package handling.



To begin.. I tried to install kurento but it depends on the linux header from the 4.4.0-131 kernel. So I tried to upgrade the system but was stopped out on "no space left on device". Luckily I'm using LVM so that was easy. But after that I can't upgrade the system any more, I always get the message "Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)"



I just hope that there could be someone who could help me with some tips on how to proceed to get more information or better solve the problem.
Sorry, but at this moment I don't know how to be more specific.

Here is a printout from the apt-get -f install command..



larand@silver:~$ sudo apt-get -f install
[sudo] password for larand:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-image-4.4.0-131-generic (4.4.0-131.157) ...
Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)
dpkg: error processing package linux-image-4.4.0-131-generic (--configure):
subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of linux-image-extra-4.4.0-131-generic:
linux-image-extra-4.4.0-131-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.

dpkg: error processing package linux-image-extra-4.4.0-131-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-generic:
linux-image-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.
linux-image-generic depends on linux-image-extra-4.4.0-131-generic; however:
Package linux-image-extra-4.4.0-131-generic is not configured yet.

dpkg: error processing package linux-image-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 4.4.0.131.137); however:
Package linux-image-generic is not No apport report written because the error message in dicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report writ ten because MaxReports is reached already
configured yet.

dpkg: error processing package linux-generic (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-4.4.0-131-generic
linux-image-extra-4.4.0-131-generic
linux-image-generic
linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


Tried this:



larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0-131-157
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-4.4.0-131-157
E: Couldn't find any package by glob 'linux-image-4.4.0-131-157'
E: Couldn't find any package by regex 'linux-image-4.4.0-131-157'
larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0.131-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'linux-image-4.4.0-131-generic' for regex 'linux-image-4.4.0.131-generic'
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for linux-image-4.4.0-131-generic:amd64
larand@silver:~$


I would be very happy if someone could give me some clues.







share|improve this question













closed as unclear what you're asking by Rui F Ribeiro, Jesse_b, schily, slm♦ Jul 29 at 4:14


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • Ok, i have tried to be more specific, edited the question, but at this moment I'm totally stuck and need at least some tip of how I can get more info from my system to help me out of this trap.
    – larand
    Jul 30 at 7:49










  • apt install --reinstall linux-image-4.4.0-131-generic might do the trick.
    – Stephen Kitt
    Jul 30 at 13:17










  • Sorry, it didn't help. See above, added the listing from the command.
    – larand
    Jul 30 at 13:48










  • Hmm, the internal error is rather surprising... Does wget http://launchpadlibrarian.net/378323564/linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb && sudo dpkg -i linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb work any better? (The URL comes from the package page.)
    – Stephen Kitt
    Jul 30 at 14:10











  • You made my day :). I'm really happy! Thanks! The kurento server is now up and running. Got new task ahead now ;-)
    – larand
    Jul 30 at 15:02












up vote
1
down vote

favorite









up vote
1
down vote

favorite











It began with no space left on device, had to increase the size of root and usr. I also cleaned up /boot. But now I still got problems fixing it.



This was put on hold because I was unclear... The problem is that I'm totally stuck, I've already tried some commands to clean things up but no result.



It seems to be some garbage left somewhere that disturbs the package handling.



To begin.. I tried to install kurento but it depends on the linux header from the 4.4.0-131 kernel. So I tried to upgrade the system but was stopped out on "no space left on device". Luckily I'm using LVM so that was easy. But after that I can't upgrade the system any more, I always get the message "Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)"



I just hope that there could be someone who could help me with some tips on how to proceed to get more information or better solve the problem.
Sorry, but at this moment I don't know how to be more specific.

Here is a printout from the apt-get -f install command..



larand@silver:~$ sudo apt-get -f install
[sudo] password for larand:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-image-4.4.0-131-generic (4.4.0-131.157) ...
Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)
dpkg: error processing package linux-image-4.4.0-131-generic (--configure):
subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of linux-image-extra-4.4.0-131-generic:
linux-image-extra-4.4.0-131-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.

dpkg: error processing package linux-image-extra-4.4.0-131-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-generic:
linux-image-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.
linux-image-generic depends on linux-image-extra-4.4.0-131-generic; however:
Package linux-image-extra-4.4.0-131-generic is not configured yet.

dpkg: error processing package linux-image-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 4.4.0.131.137); however:
Package linux-image-generic is not No apport report written because the error message in dicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report writ ten because MaxReports is reached already
configured yet.

dpkg: error processing package linux-generic (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-4.4.0-131-generic
linux-image-extra-4.4.0-131-generic
linux-image-generic
linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


Tried this:



larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0-131-157
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-4.4.0-131-157
E: Couldn't find any package by glob 'linux-image-4.4.0-131-157'
E: Couldn't find any package by regex 'linux-image-4.4.0-131-157'
larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0.131-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'linux-image-4.4.0-131-generic' for regex 'linux-image-4.4.0.131-generic'
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for linux-image-4.4.0-131-generic:amd64
larand@silver:~$


I would be very happy if someone could give me some clues.







share|improve this question













It began with no space left on device, had to increase the size of root and usr. I also cleaned up /boot. But now I still got problems fixing it.



This was put on hold because I was unclear... The problem is that I'm totally stuck, I've already tried some commands to clean things up but no result.



It seems to be some garbage left somewhere that disturbs the package handling.



To begin.. I tried to install kurento but it depends on the linux header from the 4.4.0-131 kernel. So I tried to upgrade the system but was stopped out on "no space left on device". Luckily I'm using LVM so that was easy. But after that I can't upgrade the system any more, I always get the message "Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)"



I just hope that there could be someone who could help me with some tips on how to proceed to get more information or better solve the problem.
Sorry, but at this moment I don't know how to be more specific.

Here is a printout from the apt-get -f install command..



larand@silver:~$ sudo apt-get -f install
[sudo] password for larand:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-image-4.4.0-131-generic (4.4.0-131.157) ...
Internal Error: Could not find image (/boot/vmlinuz-4.4.0-131-generic)
dpkg: error processing package linux-image-4.4.0-131-generic (--configure):
subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of linux-image-extra-4.4.0-131-generic:
linux-image-extra-4.4.0-131-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.

dpkg: error processing package linux-image-extra-4.4.0-131-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-generic:
linux-image-generic depends on linux-image-4.4.0-131-generic; however:
Package linux-image-4.4.0-131-generic is not configured yet.
linux-image-generic depends on linux-image-extra-4.4.0-131-generic; however:
Package linux-image-extra-4.4.0-131-generic is not configured yet.

dpkg: error processing package linux-image-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 4.4.0.131.137); however:
Package linux-image-generic is not No apport report written because the error message in dicates its a followup error from a previous failure.
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report writ ten because MaxReports is reached already
configured yet.

dpkg: error processing package linux-generic (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
linux-image-4.4.0-131-generic
linux-image-extra-4.4.0-131-generic
linux-image-generic
linux-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)


Tried this:



larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0-131-157
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-4.4.0-131-157
E: Couldn't find any package by glob 'linux-image-4.4.0-131-157'
E: Couldn't find any package by regex 'linux-image-4.4.0-131-157'
larand@silver:~$ sudo apt install --reinstall linux-image-4.4.0.131-generic
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'linux-image-4.4.0-131-generic' for regex 'linux-image-4.4.0.131-generic'
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
E: Internal Error, No file name for linux-image-4.4.0-131-generic:amd64
larand@silver:~$


I would be very happy if someone could give me some clues.









share|improve this question












share|improve this question




share|improve this question








edited Jul 30 at 13:47
























asked Jul 28 at 18:24









larand

62




62




closed as unclear what you're asking by Rui F Ribeiro, Jesse_b, schily, slm♦ Jul 29 at 4:14


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






closed as unclear what you're asking by Rui F Ribeiro, Jesse_b, schily, slm♦ Jul 29 at 4:14


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.













  • Ok, i have tried to be more specific, edited the question, but at this moment I'm totally stuck and need at least some tip of how I can get more info from my system to help me out of this trap.
    – larand
    Jul 30 at 7:49










  • apt install --reinstall linux-image-4.4.0-131-generic might do the trick.
    – Stephen Kitt
    Jul 30 at 13:17










  • Sorry, it didn't help. See above, added the listing from the command.
    – larand
    Jul 30 at 13:48










  • Hmm, the internal error is rather surprising... Does wget http://launchpadlibrarian.net/378323564/linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb && sudo dpkg -i linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb work any better? (The URL comes from the package page.)
    – Stephen Kitt
    Jul 30 at 14:10











  • You made my day :). I'm really happy! Thanks! The kurento server is now up and running. Got new task ahead now ;-)
    – larand
    Jul 30 at 15:02
















  • Ok, i have tried to be more specific, edited the question, but at this moment I'm totally stuck and need at least some tip of how I can get more info from my system to help me out of this trap.
    – larand
    Jul 30 at 7:49










  • apt install --reinstall linux-image-4.4.0-131-generic might do the trick.
    – Stephen Kitt
    Jul 30 at 13:17










  • Sorry, it didn't help. See above, added the listing from the command.
    – larand
    Jul 30 at 13:48










  • Hmm, the internal error is rather surprising... Does wget http://launchpadlibrarian.net/378323564/linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb && sudo dpkg -i linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb work any better? (The URL comes from the package page.)
    – Stephen Kitt
    Jul 30 at 14:10











  • You made my day :). I'm really happy! Thanks! The kurento server is now up and running. Got new task ahead now ;-)
    – larand
    Jul 30 at 15:02















Ok, i have tried to be more specific, edited the question, but at this moment I'm totally stuck and need at least some tip of how I can get more info from my system to help me out of this trap.
– larand
Jul 30 at 7:49




Ok, i have tried to be more specific, edited the question, but at this moment I'm totally stuck and need at least some tip of how I can get more info from my system to help me out of this trap.
– larand
Jul 30 at 7:49












apt install --reinstall linux-image-4.4.0-131-generic might do the trick.
– Stephen Kitt
Jul 30 at 13:17




apt install --reinstall linux-image-4.4.0-131-generic might do the trick.
– Stephen Kitt
Jul 30 at 13:17












Sorry, it didn't help. See above, added the listing from the command.
– larand
Jul 30 at 13:48




Sorry, it didn't help. See above, added the listing from the command.
– larand
Jul 30 at 13:48












Hmm, the internal error is rather surprising... Does wget http://launchpadlibrarian.net/378323564/linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb && sudo dpkg -i linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb work any better? (The URL comes from the package page.)
– Stephen Kitt
Jul 30 at 14:10





Hmm, the internal error is rather surprising... Does wget http://launchpadlibrarian.net/378323564/linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb && sudo dpkg -i linux-image-4.4.0-131-generic_4.4.0-131.157_amd64.deb work any better? (The URL comes from the package page.)
– Stephen Kitt
Jul 30 at 14:10













You made my day :). I'm really happy! Thanks! The kurento server is now up and running. Got new task ahead now ;-)
– larand
Jul 30 at 15:02




You made my day :). I'm really happy! Thanks! The kurento server is now up and running. Got new task ahead now ;-)
– larand
Jul 30 at 15:02















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay