Ubuntu-mate 1504 incompatibility with Celeron CPU
William Scott Lockwood III
scott at guppylog.com
Wed Aug 5 12:46:51 UTC 2015
On Aug 5, 2015 7:33 AM, "Bret Busby" <bret.busby at gmail.com> wrote:
>
> On 05/08/2015, Liam Proven <lproven at gmail.com> wrote:
> > On 5 August 2015 at 09:26, Bret Busby <bret.busby at gmail.com> wrote:
> >> root at bret-Compaq-nx5000-PN728PA-ABG-UbuntuMate-1504:~# apt-get upgrade
> >> Reading package lists... Done
> >> Building dependency tree
> >> Reading state information... Done
> >> You might want to run ‘apt-get -f install’ to correct these.
> >> The following packages have unmet dependencies.
> >> linux-image-extra-3.19.0-25-generic : Depends:
> >> linux-image-3.19.0-25-generic but it is not installed
> >> linux-image-generic : Depends: linux-image-3.19.0-25-generic but it
> >> is not installed
> >> Recommends: thermald but it is not installed
> >> E: Unmet dependencies. Try using -f.
> >
> > So, do what it tells you do (twice!) to right there.
> >
> > Run
> >
> > sudo apt-get install -f
> >
>
> "
> root at bret-Compaq-nx5000-PN728PA-ABG-UbuntuMate-1504:~# apt-get install -f
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Correcting dependencies... Done
> The following extra packages will be installed:
> linux-image-3.19.0-25-generic
> Suggested packages:
> fdutils linux-doc-3.19.0 linux-source-3.19.0 linux-tools
> The following NEW packages will be installed
> linux-image-3.19.0-25-generic
> 0 to upgrade, 1 to newly install, 0 to remove and 5 not to upgrade.
> 3 not fully installed or removed.
> Need to get 0 B/16.1 MB of archives.
> After this operation, 36.5 MB of additional disk space will be used.
> Do you want to continue? [Y/n] y
> (Reading database ... 189664 files and directories currently installed.)
> Preparing to unpack
.../linux-image-3.19.0-25-generic_3.19.0-25.26_i386.deb ...
> This kernel does not support a non-PAE CPU.
> dpkg: error processing archive
>
/var/cache/apt/archives/linux-image-3.19.0-25-generic_3.19.0-25.26_i386.deb
> (--unpack):
> subprocess new pre-installation script returned error exit status 1
> Examining /etc/kernel/postrm.d .
> run-parts: executing /etc/kernel/postrm.d/initramfs-tools
> 3.19.0-25-generic /boot/vmlinuz-3.19.0-25-generic
> run-parts: executing /etc/kernel/postrm.d/zz-update-grub
> 3.19.0-25-generic /boot/vmlinuz-3.19.0-25-generic
> Errors were encountered while processing:
>
/var/cache/apt/archives/linux-image-3.19.0-25-generic_3.19.0-25.26_i386.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> root at bret-Compaq-nx5000-PN728PA-ABG-UbuntuMate-1504:~#
> "
>
> --
> Bret Busby
> Armadale
> West Australia
First, the package won't unpack. That makes me suspect it is damaged. So, I
would purge it:
sudo apt-get purge linux-image-3.19.0-25-generic
Then, I would again run sudo apt-get install -f to make sure nothing else
is hanging around. Then I would clean the cache to make sure the damaged
package was gone via sudo apt-get clean. Then try sudo apt-get update &&
sudo apt-get install linux-image-generic to reinstall.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20150805/729f5848/attachment.html>
More information about the ubuntu-users
mailing list