-
Notifications
You must be signed in to change notification settings - Fork 158
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
Kernels built using ubuntu 11.10 and onwards don't boot on the sgs2 #280
Comments
This happens on building SGS2-ICS kernel. |
…to boot (tested on sgs2)
The fix seems to work, but I'm not happy with not understanding why it works. I also notices that the file permissions in initramfs seem to be incorrect. If I boot my sgs2 into recovery mode, and then adb into the phone, I see that most of the files are owned by user-id 35029 which is the user-id of my dhylands account on my build machine. I think that they should be owned by root. |
The pertinent errors when files are group writable are: [ 1.794046] init: skipping insecure file '/init.rc' Using
in the Makefile is sufficient to fix the problem, rather than
|
Bug 920056 - mach driver should source load-config instead of key-value parsing. r=mdas
It was discovered that sgs2 kernels which are built using a host machine running ubuntu 11.10 or newer don't boot.
The text was updated successfully, but these errors were encountered: