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

Building a custom kernel package for Arch Linux ARM #90

Open
rigoorozco opened this issue Nov 28, 2022 · 1 comment
Open

Building a custom kernel package for Arch Linux ARM #90

rigoorozco opened this issue Nov 28, 2022 · 1 comment

Comments

@rigoorozco
Copy link

Hi everyone, I made some scripts to build a custom kernel package for Arch inside a Docker container. Figured it could help some people get their laptops up and running.

It's located here:
https://github.com/rigoorozco/build-archlinuxarm-pkg

It's currently pointing to steev's kernel but could be easily changed by changing these lines:

_user_name=steev
_repo_name=linux
_commit_hash=d9bc77d4a87d37eda054cf1aa472424dec743cb2

and

md5sums=('8c70c24d60b064288d5590be79212434'

I managed to boot and install an image made for the x13s (from https://github.com/ironrobin/archiso-x13s) on my Yoga C630. Seems like the default GRUB in the Arch Linux ARM repo works right out of the box. Then upgraded the kernel to the one I built. Going to try to build my kernel into the ISO later. This shouldn't be too difficult.

Might make a guide on the steps I took to get my Yoga C630 running if anyone is interested!

@knot126
Copy link

knot126 commented Dec 19, 2022

Might make a guide on the steps I took to get my Yoga C630 running if anyone is interested!

I'm still stuck on the custom debian sid and can't get any kernels past 5.11 to work without crashing after 1 - 2 minutes, so I would definitely be! Do you know what hardware works and doesn't work on this kernel atm?

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