On Wed, Mar 13, 2024 at 10:00:45AM +0100, Germano Massullo wrote:
> Hello Gerd, by following your instruction, I searched in my build folder one
> of the kernels that have not been successfully erased, and then I retrieved
> the scripts of the kernel-core package, (uploaded at
> https://paste.centos.org/view/ac440ce5 )
> Should I proceed with just the command
> /bin/kernel-install remove 6.6.4-100.fc39.1.x86_64 || exit $?
> or with the complete block from 11 to 15 line?

Just the kernel-install line, with '-v' or '--verbose' added for verbose
output, i.e. ...

/bin/kernel-install --verbose add 6.6.4-100.fc39.1.x86_64 
/lib/modules/6.6.4-100.fc39.1.x86_64/vmlinuz

/bin/kernel-install --verbose remove 6.6.4-100.fc39.1.x86_64

... for install and uninstall

take care,
  Gerd
--
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to