-
Notifications
You must be signed in to change notification settings - Fork 64
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
Stuck on 100%, GUI won’t open #246 same issue #278
Comments
If you are building from source you can select a custom kernel however I've never done that so can't give you any pointers. However I am moving ShredOS very shortly to the latest stable buildroot 2024.05.2 which will most likely have a newer kernel than 6.8 |
Latest release candidate: 2024.08-rc2 has the latest 6.10.5. I am still learning buildroot and just Linux as a whole. i copied the shredos from package, board and config folder. I don't know if that is all I need to grab so i can try to compile from source. |
There's a bit more to it. There are custom packages, nwipe being one of them that also needs to be copied. Updating can be a challenge but the way I've found works best for me through trial and error is to copy the new version of buildroot ontop of the old version. In this way all the buildroot files get updated and all the extra packages are still in place. When you build it with make it will usually fail due to various patch files, you need to then delete the old patch files, look at the file date but keep the new patch files. There is other things like updating version.txt in board so the nwipe title has the correct version info. When you run make buildroot usually recognises you have updated and may ask you a question or two. I guess I should really write a procedure that goes through the steps when I do the next update. |
what about the kernel defconfig file? do i need to build a new one? Can't wait for your next build. |
I tried everything on the #246 and still having issue. i think it might be a kernel issue. I have a Precision 3490 and it will not load. according to dell site it works with kernel 6.8 and newer. Is there anyway to update the Kernel to 6.10.5 or anything after 6.8?
The text was updated successfully, but these errors were encountered: