-
Notifications
You must be signed in to change notification settings - Fork 93
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
No such file or directory: '/home/customizer/FileSystem/boot/initrd.img.old' #216
Comments
You're missing the As an example, focal needs |
Sorry for the long delay for a response was unable to test this until now. Thanks for the tip this did get me past the error I was getting before but now I am getting a new error. My process was to run in order:
And the result from customizer -r
Thanks for the help so far! |
It's choking on /boot/initrd.img.old, a symlink. More specifically, for my own notes: https://github.com/kamilion/customizer/blob/master/src/actions/rebuild.py#L215
fails to match .group(1) against One of the things I'd like to do here is improve the kernel detection routines so it doesn't blindly update-initramfs every time you try to rebuild the ISO. |
I have de same problem. I run
But the instructions above not work for me @kamilion @flannerby can u help? |
@gcoletaalves Remove the dangling symbolic link |
I did, it didn't work |
For me the following steps worked:
|
After mounting Lubuntu 19.10 desktop iso (from Lubuntu 19.10 installed OS) attempting to rebuild the iso comes up with this error, occurs even if no changes have been made. When i physically look in the folder for initrd.img.old it is present but seems to go unseen.
The following is the result of sudo customizer -r
If needed to reproduce data from customizer.conf is as follows:
The customizer deb was made using source from master.
The text was updated successfully, but these errors were encountered: