F5F Stay Refreshed Software Operating Systems Specific ISO builder fails to generate ISO files.

Specific ISO builder fails to generate ISO files.

Specific ISO builder fails to generate ISO files.

Pages (2): 1 2 Next
J
Jastreb_Joker
Member
62
07-09-2023, 10:13 AM
#1
The likelihood of finding the solution here is very low, but I’ll give it a shot. If you grasp config files and bash commands, this could simplify things. I’m the creator of Ubuntu Lumina and produce ISO images using a Debian Docker environment. Recently, I encountered trouble building the images. A key error keeps appearing, indicating the key file has an incorrect extension. It’s supposed to be an OpenPGP key generated with GnuPG, but it’s being detected as a .key.gpg or just .gpg. If there’s anything I overlooked that could be fixed quickly, it would save a lot of trouble. The ISO builder is available below, but I need a second or third set of eyes to review it for any missed issues, since the resulting images aren’t functioning properly. I’m confused, and any feedback on my mistakes would be greatly appreciated! https://github.com/Ubuntu-Lumina/iso-builder-amd64
J
Jastreb_Joker
07-09-2023, 10:13 AM #1

The likelihood of finding the solution here is very low, but I’ll give it a shot. If you grasp config files and bash commands, this could simplify things. I’m the creator of Ubuntu Lumina and produce ISO images using a Debian Docker environment. Recently, I encountered trouble building the images. A key error keeps appearing, indicating the key file has an incorrect extension. It’s supposed to be an OpenPGP key generated with GnuPG, but it’s being detected as a .key.gpg or just .gpg. If there’s anything I overlooked that could be fixed quickly, it would save a lot of trouble. The ISO builder is available below, but I need a second or third set of eyes to review it for any missed issues, since the resulting images aren’t functioning properly. I’m confused, and any feedback on my mistakes would be greatly appreciated! https://github.com/Ubuntu-Lumina/iso-builder-amd64

G
GhostyLite
Member
238
07-11-2023, 03:33 AM
#2
To recreate the issue, execute the following commands:
`run_error_command`
`display_error_details`
If needed, use `log_trace` for full context.
G
GhostyLite
07-11-2023, 03:33 AM #2

To recreate the issue, execute the following commands:
`run_error_command`
`display_error_details`
If needed, use `log_trace` for full context.

S
SerrotePvp
Junior Member
9
07-27-2023, 10:06 AM
#3
The issues you're encountering stem from incorrect package verification settings and file format mismatches. Adjust the build scripts to properly handle GPG keys and ensure the correct file types are used.
S
SerrotePvp
07-27-2023, 10:06 AM #3

The issues you're encountering stem from incorrect package verification settings and file format mismatches. Adjust the build scripts to properly handle GPG keys and ensure the correct file types are used.

M
MadMax2theBone
Junior Member
34
08-03-2023, 02:44 PM
#4
This appears to be a suitable issue. Have you attempted to manually import the key file? sudo apt-key add ./ubuntu-luminaremix.key (from the directory holding the key file)
M
MadMax2theBone
08-03-2023, 02:44 PM #4

This appears to be a suitable issue. Have you attempted to manually import the key file? sudo apt-key add ./ubuntu-luminaremix.key (from the directory holding the key file)

N
NLgamerBanaan
Junior Member
20
08-09-2023, 11:16 AM
#5
I have not made this, I'll try to do it whenever I can, thanks.
N
NLgamerBanaan
08-09-2023, 11:16 AM #5

I have not made this, I'll try to do it whenever I can, thanks.

Q
Questiero
Member
215
08-19-2023, 02:34 PM
#6
Same issue: W: http://archive.ubuntu.com/ubuntu/dists/focal/InRelease The provided key is rejected because the file type isn't supported. This was built on Debian 10 (Buster) with Docker.
Q
Questiero
08-19-2023, 02:34 PM #6

Same issue: W: http://archive.ubuntu.com/ubuntu/dists/focal/InRelease The provided key is rejected because the file type isn't supported. This was built on Debian 10 (Buster) with Docker.

A
axsthetiic
Member
218
08-27-2023, 01:00 AM
#7
I've reviewed the information and noticed you're missing the final step. The standalone GPG key needs to be a plain text file as suggested. Refer to the guide at https://medium.com/sqooba/create-your-ow...4a4cf0b864 for details.
A
axsthetiic
08-27-2023, 01:00 AM #7

I've reviewed the information and noticed you're missing the final step. The standalone GPG key needs to be a plain text file as suggested. Refer to the guide at https://medium.com/sqooba/create-your-ow...4a4cf0b864 for details.

Y
YummySquirts
Junior Member
8
08-27-2023, 01:20 AM
#8
I'll try to check it out, thanks for sharing the link.
Y
YummySquirts
08-27-2023, 01:20 AM #8

I'll try to check it out, thanks for sharing the link.

S
Smooth_Icecube
Junior Member
23
08-27-2023, 02:00 AM
#9
This attempt failed and was also rejected with the same issue. I’ll discuss with the other remixes or styles to explore possible solutions.
S
Smooth_Icecube
08-27-2023, 02:00 AM #9

This attempt failed and was also rejected with the same issue. I’ll discuss with the other remixes or styles to explore possible solutions.

X
xMlynek
Member
71
08-27-2023, 06:44 AM
#10
The key might have been damaged; consider restarting the whole generation process.
X
xMlynek
08-27-2023, 06:44 AM #10

The key might have been damaged; consider restarting the whole generation process.

Pages (2): 1 2 Next