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

Installation on PopOS 22.04 failed due to not enough disk space in /boot/efi #7

Closed
ywiyogo opened this issue May 1, 2023 · 1 comment

Comments

@ywiyogo
Copy link

ywiyogo commented May 1, 2023

I ran these commands

make -j$(nproc)
sudo make modules_install
sudo make install

Afterward the output of sudo kernelstub -p still points my default 6.2.6 kernel. I tried the command sudo kernel-install add and it shows the error that there is no more space in /boot/efi after the sudo make install. Total disk space of the partition /boot/efi is 1.1 GB.

How did you install this kernel in PopOS then?

@sanek2
Copy link

sanek2 commented Jun 2, 2023

Try to set env variable INSTALL_MOD_STRIP to make kernel and modules lighter


make modules_install INSTALL_MOD_STRIP=1
make install

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