I want to build and gert linux-signed-imge-5.4.0-75.deb but I didn't know how canI to do

Asked by miufullzero

I want to build and gert linux-signed-imge-5.4.0-75.deb but I didn't know how canI to do

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux-signed Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Why do you want to re-build a kernel version that is already existing?

See https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel for general instructions.

Revision history for this message
miufullzero (mfz0721) said :
#2

following https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel .I did , run `fakeroot dh binary` can not get linux-image-signed-5.4.0.75.deb

Revision history for this message
miufullzero (mfz0721) said :
#3

following https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel .I did , run `fakeroot dh binary` can not get linux-image-signed-5.4.0.75.deb

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4
Revision history for this message
Manfred Hampl (m-hampl) said :
#5

Where do you see the command "fakeroot dh binary" in https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel ?

I suggest that you try "fakeroot debian/rules binary"

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

And furthermore you seem to misunderstand the package names.

Nowadays the package
linux-image-5.4.0-75-generic_5.4.0-75.84_amd64.deb
contains the signed kernel and
linux-image-unsigned-5.4.0-75-generic_5.4.0-75.84_amd64.deb
is the unsigned one.

Revision history for this message
miufullzero (mfz0721) said :
#7

 "fakeroot debian/rules binary" I tried. The package linux-image-unsigned-5.4.0-75-generic_5.4.0-75.84_arm64.deb has built,but the signed kernel deb has not built

Revision history for this message
Manfred Hampl (m-hampl) said :
#8

What did you download?

Revision history for this message
miufullzero (mfz0721) said :
#9

following this

git clone https://kernel.ubuntu.com/git/ubuntu-stable/ubuntu-stable-focal.git

git clone https://kernel.ubuntu.com/git/ubuntu/ubuntu-focal-signed.git

cd ubuntu-focal-signed.git
 rsync -a ./* ../ubuntu-stable-focal.

Revision history for this message
miufullzero (mfz0721) said :
#10

following this

git clone https://kernel.ubuntu.com/git/ubuntu-stable/ubuntu-stable-focal.git

git clone https://kernel.ubuntu.com/git/ubuntu/ubuntu-focal-signed.git

cd ubuntu-focal-signed.git
 rsync -a ./* ../ubuntu-stable-focal.

But didn't get linux-image-signed-5.4.0-75-generic_5.4.0-75.84_arm64.deb

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#11

Can we please just have one question for thiss issue and maybuse this one. He's made about 8 questions for the same issue. So annoying

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#12

I assume that the answer to your question is comment #5 in https://answers.launchpad.net/ubuntu/+source/linux-signed/+question/697536

Revision history for this message
miufullzero (mfz0721) said :
#13

Thanks Manfred Hampl, that solved my question.