Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old kernel package not found #199

Open
suamor opened this issue Dec 21, 2018 · 2 comments
Open

Old kernel package not found #199

suamor opened this issue Dec 21, 2018 · 2 comments

Comments

@suamor
Copy link

suamor commented Dec 21, 2018

Version used: 4.2.0-0 from 20180825 (tutorial instructions)
Make Environment: Default (python3 + qt5)
/etc/customizer.conf: Modified, uses linux-signed-generic as default is not working (issue #184)

Details:
b'E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-image-generic_4.15.0.29.31_amd64.deb 404 Not Found [IP: 91.189.88.152 80]\nE: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-generic_4.15.0.29.31_amd64.deb 404 Not Found [IP: 91.189.88.152 80]\nE: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/linux-meta/linux-signed-generic_4.15.0.29.31_amd64.deb 404 Not Found [IP: 91.189.88.152 80]\nE: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?'

I have not checked where this kernel version is coming from. Maybe it is the "old" ubuntu live system that uses too old packages.

I will look into documentation if there is a a way to update via apt.
Unfortunately the shell is not starting either: "no shell could be found" (from terminal I can start x-terminal-emulator with sudo or after using sudo -i).

@kamilion
Copy link
Owner

kamilion commented Dec 25, 2018

Uhh, you need to run apt update or apt-get update before retrieving packages or you'll use out of date package lists.

Also, you didn't mention your host spin, or what guest spin you're trying to rebuild.
(Ubuntu? Lubuntu? Kubuntu?)

I am unable to determine if you're using 16.04 or 18.04 -- that looks like linux-signed-generic-16.04-hwe, not linux-signed-generic, as far as I know, 18.04 was using 4.18?

I advise to use a 'hook' script for customizer to make things as easy as possible.
https://gist.github.com/kamilion/3a2c87b1a72b01659b580a20df13e617

@suamor
Copy link
Author

suamor commented Dec 25, 2018

I use Ubuntu 18.04 (with a Mate desktop, but that should hopefully not matter, I was using the normal gnome-terminal). The official kernel currently is 4.15.0-43 (there is a 4.18 available but I have not found an upgrade package to that kernel as Ubuntu 16 .04 has).

I*m not sure what you are talking about concerning the above problem. At least as I remember the kernel version was hardcoded somewhere. I was up-to-date concerning my package list. Will double check when I'm back home.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants