-
Notifications
You must be signed in to change notification settings - Fork 46
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
linux-cachyos initramfs image fails to build #280
Comments
Could you please run booster with debug parameters and then post its full output here?
|
I think I found the option causing the problem. When I uninstalled then reinstalled Booster with config files reset, the issue stopped occurring. Turns out it's the Here are some runs of the command you've provided: with
|
Thank you for debugging the problem. I wonder what is the root cause for the problem with strip. Strip functionality is used only here (AFAIR) Line 186 in 6df7c60
so the main difference at the generation step is with that option enabled it will launch a lot of Can you please modify this part? Lines 143 to 146 in 6df7c60
and add additional debug statements to the error case, right before |
I don't think I have the skills to do that. I don't know which debug statements I could add. Sorry. |
Hi,
Highly-specific issue warning up-front, I have no idea if my setup is just unfortunate or something else is not going well.
My vanilla Arch Linux kernel's initramfs builds just fine. However my CachyOS kernel (
linux-cachyos
) doesn't. Booster will just fail and exit without any additional info.Happens both when installing/updating (pacman hook) and when manually running
regenerate_images
shell script.Tested a basic install of Dracut, and it builds both images just fine using the command:
dracut --hostonly --no-hostonly-cmdline --add-confdir no-network [IMAGE_NAME...]
Setup
Booster:
0.12-1
Dracut:
105-1
linux
:6.12.4.arch1-1
linux-cachyos
:6.12.5-1
, built from CachyOS custom repositoryRun
Booster exits without a clear exit message.
The text was updated successfully, but these errors were encountered: