-
Notifications
You must be signed in to change notification settings - Fork 209
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
Error installing Box86 #2475
Comments
This is caused by the Raspberry Pi 5 using a 16K kernel pagesize, whereas all previous Raspberry Pi models used a 4K kernel pagesize. I think that long-term, box86/64 will be fixed to support the 16K pagesize, but for now you can force a 4K pagesize by adding this line to the end of your /boot/config.txt file:
|
What part of the custom error message did you not understand? Trying over and over would never work. It informs you of the problem, and then suggests that you open an issue as the Box86 github. Mind you this custom message was written before the Pi5 was announced and at that point the only known consumer devices using 16K PageSize kernels were Apple Silicon which cannot run 32bit binaries at all (hardware incompatible). |
Thank you for your help, I thought that the error meant that there was an issue with the app, and to fix it, I completely wiped the app and tried again. Thank you for your help, I found a work-around by manually building it myself. |
Box86 will not function properly on 16K pagesize kernels. the dynarec and translation layers are not currently written for it |
…nel pagesize on PiOS closes #2475
Confirmations
What happened?
Box86 won't install
Description
I simply clicked install on box86 and it immediately failed. I tried over and over, but it still did not work.
What are your system specs (run the following command in your terminal)?
(Recommended) Error log? Terminal output? Debug messages?
The text was updated successfully, but these errors were encountered: