-
Notifications
You must be signed in to change notification settings - Fork 85
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
Bootable install without compiling the kernel? #125
Comments
Sorry for bothering you so much, its probably a skill issue of mine and not Oasis' wiki being vague. |
Dealing with comprehensive kernel prebuilt binaries that was intended for all users and use cases would be painful in this case due to the layers of complexity where you have to deal with modules, initramfs, and so on. Also, trying to configure the kernel will require many attempts to reach a bootable state. But it's the least painful solution. |
I have a couple hints but I won't be able to help troubleshooting:
If you can boot some generic working kernel you can do Usually when the kernel fails to start though it will panic. Assuming you are doing a traditional setup with the kernel being stored in a different partition on your drive my guess is that you never mounted the root drive containing /bin/sinit. |
Thanks, will test when I get home if that was indeed the issue. I doubt it, because I set up the partitions using labels. And I'll try to build the kernel as well. |
Hi, I haven't been able to get Oasis to run, I'm stuck with a working rootfs, but unable to boot the kernel.
I have tried with Alpine's kernel, I also tried with mkroot's releases/snapshots: https://landley.net/toybox/downloads/binaries/mkroot/latest and with a Gentoo kernel binary release. I was unable to boot Oasis, I even tried using a rootfs with busybox shell, to check out what was failing, and I still couldn't figure it out.
It all fails at the start process of the kernel. (I did set init=/bin/sinit)
(NOTE: compiling the kernel is not an option for me, I need to use this laptop for school, it takes a day & a half to compile linux).
The text was updated successfully, but these errors were encountered: