daniel-thompson / pinebook-pro-debian-installer

Unofficial Debian installer for Pinebook Pro
GNU General Public License v3.0
84 stars 26 forks source link

Repository not signed error #41

Open dieselnutjob opened 2 years ago

dieselnutjob commented 2 years ago

Hi I am getting the following error:- `>>>> Installing kernel

Hit:1 http://deb.debian.org/debian bullseye InRelease Hit:2 http://security.debian.org/debian-security bullseye-security/updates InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Get:4 http://download.opensuse.org/repositories/home:/danielthompson/Debian_Testing ./ InRelease [1549 B] Err:4 http://download.opensuse.org/repositories/home:/danielthompson/Debian_Testing ./ InRelease The following signatures were invalid: EXPKEYSIG 1CC38EB6DADC6EA2 home:danielthompson OBS Project home:danielthompson@build.opensuse.org Reading package lists... Done W: GPG error: http://download.opensuse.org/repositories/home:/danielthompson/Debian_Testing ./ InRelease: The following signatures were invalid: EXPKEYSIG 1CC38EB6DADC6EA2 home:> E: The repository 'http://download.opensuse.org/repositories/home:/danielthompson/Debian_Testing ./ InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

umount `

I am running the installer on a pine64 quartz64-a running Debian bookworm and I am trying to create a microSD card which will boot on my Pinebook pro.

dieselnutjob commented 2 years ago

I have just tried the installer running on my Pinebook Pro from a mrfixit Armbian build and I'm getting the same error

d3acon15 commented 2 years ago

Any ETA on updating the signature for InRelease "Err:4" above?

develroo commented 2 years ago

Bump!

daniel-thompson commented 2 years ago

I was going to reply to this with a video.

Back in March I shot a video of a PBP booting the real Debian installer ISO and using that to install Debian. However I haven't got around to editing it yet so whether I ever get round to publishing it is still in question.

However... the key point of the video is that this hacky installer is almost ready for retirement, which is why I've not been doing much to fix it.

Perhaps the best interim solution would be to modify the script so it uses the real Debian kernel binaries instead of the out-of-date ones from my obs area. Does someone want to try that?

ghost commented 2 years ago

Did you publish this video? I would love to see how that worked. I am sure others would too.

On 5/29/22 16:34, Daniel Thompson wrote:

I was going to reply to this with a video.

Back in March I shot a video of a PBP booting the real Debian installer ISO and using that to install Debian. However I haven't got around to editing it yet so whether I ever get round to publishing it is still in question.

However... the key point of the video is that this hacky installer is almost ready for retirement, which is why I've not been doing much to fix it.

Perhaps the best interim solution would be to modify the script so it uses the real Debian kernel binaries instead of the out-of-date ones from my obs area. Does someone want to try that?

— Reply to this email directly, view it on GitHub https://github.com/daniel-thompson/pinebook-pro-debian-installer/issues/41#issuecomment-1140520372, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6QGNEIA37SH3HFA2G5SYDVMPIGVANCNFSM5SBZZT7A. You are receiving this because you are subscribed to this thread.Message ID: @.***>

neovalis commented 2 years ago

I was able to work around this by editing etc/apt/sources.list.d/kernel-obs.list.bullseye

change: deb http://download.opensuse.org/repositories/home:/danielthompson/Debian_Testing ./ to deb [trusted=yes] http://download.opensuse.org/repositories/home:/danielthompson/Debian_Testing ./