View previous topic :: View next topic |
Author |
Message |
Spanik l33t
Joined: 12 Dec 2003 Posts: 998 Location: Belgium
|
Posted: Fri Aug 16, 2024 11:01 am Post subject: "make install" does not work (solved) |
|
|
I ran an update and had a new kernel coming over: linux-6.6.38-gentoo. So I ran my usual incantation in a root console:
Code: |
eselect kernel list
eselect kernel set 2
(checked if the link pointed to /usr/src/linux-6.6.38-gentoo)
cp /usr/src/linux-6.6.30-gentoo/.config /usr/src/linux/.config
make oldconfig
(nothing to answer this time)
make && make modules_install
mount /boot |
And then I got:
Code: | daw /usr/src/linux # make install
INSTALL /boot
Cannot find LILO.
daw /usr/src/linux # grub-mkconfig -o /boot/grub/grub.cfg
Generating grub configuration file ...
|
I get a listing of kernels found but no /boot/vmlinuz-6.6.38-gentoo. And when I check in /boot, the config, system-map and vmlinuz of 6.6.38 are not copied by the "make install". Is this broken or am I missing something? _________________ Expert in non-working solutions
Last edited by Spanik on Fri Aug 16, 2024 12:43 pm; edited 1 time in total |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5091 Location: Bavaria
|
|
Back to top |
|
|
Spanik l33t
Joined: 12 Dec 2003 Posts: 998 Location: Belgium
|
Posted: Fri Aug 16, 2024 12:43 pm Post subject: |
|
|
Thanks, that was it. _________________ Expert in non-working solutions |
|
Back to top |
|
|
|