Skip to content
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: specified kernel image does not exist: /boot/vmlinuz-linux #15

Open
leondzn opened this issue May 23, 2020 · 1 comment
Open

Comments

@leondzn
Copy link

leondzn commented May 23, 2020

Archiso build fails due to this error.

I tried building a base arch linux iso from releng without adding the mbp repo and archiso would build the image without problems. Upon adding the linux-mbp and linux-mbp-headers packages instead of the default linux and linux-headers, the build would then fail with the error I mentioned in the title.

EDIT: It seems like the cause of this is because the resulting kernel file name in work/x86_64/airootfs/boot is vmlinuz-linux-mbp but mkinitcpio is expecting a vmlinuz-linux file instead.

@aunali1
Copy link
Owner

aunali1 commented Jun 8, 2020

@leondzn This is intentional as to avoid conflicts with side by side installation of linux-mbp and the stock ARCH kernel. I have held off from releasing an ISO since there are still some big ticket issues left to resolve with device support. In the meantime manually modifying the archiso build script is a requirement to build your own ISO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants